blob: 39e0ee5deddfbc96e1ec4210c2a16fa67f3539d8 [file] [log] [blame]
[package]
name = "ldt-np-adv-fuzz"
version.workspace = true
publish.workspace = true
license.workspace = true
edition.workspace = true
[package.metadata]
cargo-fuzz = true
[dependencies]
arbitrary = { workspace = true, features = ["derive"] }
crypto_provider_rustcrypto = { workspace = true, features = ["alloc"] }
derive_fuzztest.workspace = true
ldt.workspace = true
ldt_np_adv.workspace = true
np_hkdf.workspace = true
xts_aes.workspace = true
[target.'cfg(fuzzing)'.dependencies]
libfuzzer-sys.workspace = true
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = [
'cfg(fuzzing)',
'cfg(rust_analyzer)',
] }
[[bin]]
name = "ldt_np_roundtrip"
path = "src/bin/ldt_np_roundtrip.rs"
doc = false
[[bin]]
name = "ldt_np_decrypt"
path = "src/bin/ldt_np_decrypt.rs"
doc = false