# 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 = "fhttp" version = "2.0.0" authors = ["René Perschon "] description = "File-based command line http client" homepage = "https://github.com/Leopard2A5/fhttp" documentation = "https://github.com/Leopard2A5/fhttp" readme = "README.asciidoc" license = "MIT" repository = "https://github.com/Leopard2A5/fhttp" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0.14" features = [ "derive", "env", ] [dependencies.fhttp-core] version = "2.0.0" [dependencies.itertools] version = "0.12.1" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.async-std] version = "1.10" features = ["attributes"] [dev-dependencies.fhttp-test-utils] version = "2.0.0" [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.mockito] version = "1.4.0" [dev-dependencies.predicates] version = "3.0.1" [dev-dependencies.reqwest] version = "0.12.3" features = [ "rustls-tls", "blocking", ] [dev-dependencies.rstest] version = "0.19.0" [dev-dependencies.serde_json] version = "1.0.91" [dev-dependencies.temp-dir] version = "0.1.11" [dev-dependencies.wiremock] version = "0.6.0"