# 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 = "ht" version = "0.6.1" authors = ["ducaale "] description = "Yet another HTTPie clone" homepage = "https://github.com/ducaale/ht" documentation = "https://github.com/ducaale/ht" readme = "README.md" license = "MIT" repository = "https://github.com/ducaale/ht" [dependencies.ansi_term] version = "0.12" [dependencies.anyhow] version = "1.0.38" [dependencies.assert_matches] version = "1.4.0" [dependencies.atty] version = "0.2" [dependencies.indicatif] version = "0.15.0" [dependencies.jsonxf] version = "1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["rustls-tls", "stream", "json", "gzip", "brotli", "multipart"] default-features = false [dependencies.rpassword] version = "5.0.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.structopt] version = "0.3" [dependencies.syntect] version = "4.4" features = ["parsing", "html", "yaml-load", "dump-load", "dump-create", "regex-onig"] default-features = false [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tokio-util] version = "0.6" features = ["codec"] [dev-dependencies.assert_cmd] version = "1.0" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.predicates] version = "1.0.7" [build-dependencies.syntect] version = "4.4" default-features = false