# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "oxzy" version = "0.3.0" authors = ["sntx "] description = "Your oxidised fuzzer!" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://git.sr.ht/~sntx/oxzy" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.extism] version = "0.5.2" [dependencies.oxzy-lib] version = "0.2.0" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17"