[package] name = "fuzz_helper" version = "0.1.0" authors = ["Mingxiao Guo "] license = "Apache-2.0" edition = "2018" [dependencies] arrayref = "0.3.6" opensk = { path = "../..", features = ["fuzz"] } crypto = { path = "../../../crypto", features = ['std'] } rng256 = { path = "../../../rng256", features = ['std'] } sk-cbor = { path = "../../../cbor" } arbitrary = { version = "0.4.7", features = ["derive"] }