svccat 1.3.2

Detect drift between your declared service catalog and what actually lives in the repo.
Documentation
[package]
name = "svccat-fuzz"
version = "0.19.0"
publish = false
edition = "2021"

[dependencies]
libfuzzer-sys = "0.4"
svccat = { path = ".", features = ["__fuzz_target"] }
serde_yaml = { package = "serde_yaml_ng", version = "0.10" }
glob = "0.3"

[[bin]]
name = "fuzz_manifest"
path = "fuzz/fuzz_targets/fuzz_manifest.rs"
test = false
doc = false

[[bin]]
name = "fuzz_url"
path = "fuzz/fuzz_targets/fuzz_url.rs"
test = false
doc = false

[[bin]]
name = "fuzz_glob"
path = "fuzz/fuzz_targets/fuzz_glob.rs"
test = false
doc = false