# 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 = "xreq" version = "0.4.3" description = """ A CLI to send complicated request based on predefined profiles. """ homepage = "https://github.com/Tubitv/xdiff" documentation = "https://docs.rs/xreq" readme = "README.md" keywords = [ "cli", "http", "curl", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/Tubitv/xdiff" [dependencies.anyhow] version = "1.0.62" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.2.18" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.dialoguer] version = "0.10.2" features = [ "history", "completion", ] [dependencies.mime] version = "0.3.16" [dependencies.serde_json] version = "1.0.85" [dependencies.serde_yaml] version = "0.9.10" [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.xreq-cli-utils] version = "0.3.1" [dependencies.xreq-lib] version = "0.4.1"