# 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 = "cherrybomb" version = "1.0.1" authors = ["BLST Security"] default-run = "cherrybomb" description = """ Cherrybomb is a CLI tool that helps you avoid undefined user behavior by validating your API specifications. """ homepage = "https://blstsecurity.com/" documentation = "https://github.com/blst-security/cherrybomb" readme = "README.md" keywords = [ "API", "security", "CLI", "OpenAPI", "scanning", ] categories = [ "command-line-utilities", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/blst-security/cherrybomb" [dependencies.anyhow] version = "1.0.66" [dependencies.cherrybomb-engine] version = "^0.1" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.comfy-table] version = "6.1.4" [dependencies.const_format] version = "0.2.30" [dependencies.dirs] version = "4.0.0" [dependencies.reqwest] version = "^0.11" features = [ "json", "rustls-tls", ] default_features = false [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.152" [dependencies.serde_json] version = "^1.0" [dependencies.serde_yaml] version = "^0.9.0" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "^1.23" features = [ "rt-multi-thread", "macros", ] [dependencies.uuid] version = "1.2.2" features = ["v4"]