# 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 = "req" version = "0.6.2" description = "Command line http client (like curl). Easier formatting to send JSON bodies, smarter defaults, and more, when compared to curl." readme = "README.md" license = "MIT" [dependencies.async-trait] version = "0.1.52" [dependencies.base64] version = "0.21.0" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.colored_json] version = "3.0.1" [dependencies.httpclient] version = "0.15.1" [dependencies.mime_guess] version = "2.0.4" [dependencies.serde_json] version = "1.0.79" [dependencies.serde_urlencoded] version = "0.7" [dependencies.sigpipe] version = "0.1.3" [dependencies.tokio] version = "1.17.0" features = ["full"]