# 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 = "2018" name = "openapi-fuzzer" version = "0.2.0" authors = ["Matus Ferech "] default-run = "openapi-fuzzer" description = "Black-box fuzzer that fuzzes APIs based on OpenAPI specification " readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/matusf/openapi-fuzzer" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.37" [dependencies.arbitrary] version = "1" [dependencies.argh] version = "0.1.4" [dependencies.indexmap] version = "1.9.1" [dependencies.openapi_utils] version = "0.2.2" [dependencies.openapiv3] version = "0.5.0" [dependencies.proptest] version = "1.1.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.ureq] version = "2.1.0" features = [ "json", "native-certs", ] [dependencies.url] version = "2.2.0" features = ["serde"] [dev-dependencies]