hurl/Cargo.toml
Fabrice Reix c6347a6828 Decompress response body
- explicitly for the output if --compressed has been set
- implicitly for textual queries
2020-10-15 08:44:21 +02:00

44 lines
626 B
TOML

[package]
name = "hurl"
version = "0.99.13"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2018"
build = "build.rs"
[lib]
name = "hurl"
[features]
# Treat warnings as a build error.
strict = []
[dependencies]
clap = "2.33.0"
structopt = "0.2.10"
libxml = "0.2.12"
regex = "1.1.0"
serde_json = "1.0.40"
xmlparser = "0.10.0"
roxmltree = "0.7.1"
serde-xml-rs = "0.3.1"
atty = "0.2.13"
url = "2.1.0"
sxd-document = "0.3.2"
serde = "1.0.104"
base64 = "0.11.0"
float-cmp = "0.6.0"
encoding = "0.2"
chrono = "0.4.11"
curl = "0.4.33"
brotli="3.3.0"
libflate = "1.0.2"
#[dev-dependencies]
proptest = "0.9.4"