[package] name = "oxzy" description = "Your oxidised fuzzer!" repository = "https://git.sr.ht/~sntx/oxzy" version = "0.3.0" authors = ["sntx "] license = "AGPL-3.0-or-later" edition = "2021" [dependencies] oxzy-lib = "0.2.0" clap = { version = "4.1.6", features = ["derive"] } tracing = "0.1.37" tracing-subscriber = "0.3.17" tokio = { version = "1", features = ["full"] } extism = "0.5.2" serde = { version = "1", features = ["derive"] } serde_json = "1.0.107" ron = "0.8"