blob: 03389ca55f7b5cc993d26cf1cbcd0ab3e0d30db3 [file] [log] [blame]
[package]
name = "np_adv_fuzz"
version.workspace = true
publish = false
edition.workspace = true
license.workspace = true
[package.metadata]
cargo-fuzz = true
[lints.rust.unexpected_cfgs]
level = "warn"
check-cfg = ["cfg(fuzzing)", "cfg(rust_analyzer)"]
[dependencies]
arbitrary = { workspace = true, features = ["derive"] }
derive_fuzztest.workspace = true
np_adv = { workspace = true, features = ["testing"] }
crypto_provider.workspace = true
crypto_provider_default = { workspace = true, features = ["std", "rustcrypto"] }
[target.'cfg(fuzzing)'.dependencies]
libfuzzer-sys.workspace = true
[[bin]]
name = "actions_de_deser"
doc = false
[[bin]]
name = "actions_de_encoder"
doc = false
[[bin]]
name = "actions_de_roundtrip"
doc = false
[[bin]]
name = "actions_bitmap_encoder"
doc = false