| [package] |
| name = "xts-aes-fuzz" |
| version = "0.0.0" |
| authors = ["Automatically generated"] |
| publish = false |
| edition = "2018" |
| license = "Apache-2.0" |
| |
| [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 |
| |
| [lints.rust] |
| unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } |
| |
| [[bin]] |
| name = "xts_roundtrip" |
| path = "src/bin/xts_roundtrip.rs" |
| doc = false |