[package] name = "xts-aes-fuzz" version = "0.0.0" authors = ["Automatically generated"] publish = false edition = "2018" [package.metadata] cargo-fuzz = true [dependencies] arbitrary = { workspace = true, features = ["derive"] } crypto_provider.workspace = true crypto_provider_rustcrypto.workspace = true derive_fuzztest.workspace = true ldt_tbc.workspace = true xts_aes.workspace = true [target.'cfg(fuzzing)'.dependencies] libfuzzer-sys.workspace = true [[bin]] name = "xts_roundtrip" path = "src/bin/xts_roundtrip.rs" doc = false