blob: 14659e8e53c0c5c5921b7b3bf4ee36d9208ace5c [file] [log] [blame]
[package]
name = "ldt-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
derive_fuzztest.workspace = true
ldt.workspace = true
xts_aes.workspace = true
[target.'cfg(fuzzing)'.dependencies]
libfuzzer-sys.workspace = true
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[[bin]]
name = "ldt_roundtrip"
path = "src/bin/ldt_roundtrip.rs"
doc = false