[package] name = "commonware-coding-fuzz" version.workspace = true publish = false edition.workspace = true license.workspace = true [package.metadata] cargo-fuzz = true [dependencies] commonware-cryptography = { workspace = true } libfuzzer-sys = { workspace = true } arbitrary = { workspace = true, features = ["derive"] } [dependencies.commonware-coding] path = ".." [[bin]] name = "reed_solomon" path = "fuzz_targets/reed_solomon.rs" test = false doc = false bench = false