# 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 = "cwe-api-cli" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "cwe-api" description = """ Unofficial CLI for the CWE API. """ readme = "README.md" license = "MIT" [[bin]] name = "cwe-api" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.15" features = ["derive"] [dependencies.cwe-api] version = "0.1.0" [dependencies.reqwest] version = "0.11.27" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.207" [dependencies.serde_json] version = "1.0.124" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.version] version = "3.0.0"