# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cabot" version = "0.7.1" authors = ["Guillaume Gauvrit "] description = "Simple HTTP Client." documentation = "https://docs.rs/crate/cabot" readme = "README.md" keywords = ["http", "https", "request", "client"] categories = ["web-programming::http-client", "command-line-interface"] license = "BSD-3-Clause" repository = "https://github.com/mardiros/cabot" [lib] name = "cabot" path = "src/lib.rs" [[bin]] name = "cabot" path = "src/bin.rs" doc = false [dependencies.async-std] version = "1.5.0" features = ["attributes"] [dependencies.clap] version = "2.33.0" [dependencies.futures] version = "0.3.4" [dependencies.log] version = "0.4.8" [dependencies.pretty_env_logger] version = "0.4.0" optional = true [dependencies.rustls] version = "0.17.0" [dependencies.serde] version = "1.0.105" optional = true [dependencies.serde_json] version = "1.0.50" optional = true [dependencies.url] version = "2.1.0" [dependencies.webpki] version = "0.21.2" [dependencies.webpki-roots] version = "0.19.0" [features] default = [] functional_tests = [] json = ["serde", "serde_json"] pretty_log = ["pretty_env_logger"]