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