# 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 = "dothttp" version = "0.10.0" authors = [ "Brian Payne ", "Alisa Gorelova ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "dothttp is a text-based scriptable HTTP client. It is a fork for dot-http. It is a simple language that resembles the actual HTTP protocol but with additional features to make it practical for someone who builds and tests APIs." readme = "README.md" keywords = [ "http", "scriptable", "java-script", "API", ] categories = [ "command-line-utilities", "development-tools::testing", "web-programming::http-client", ] license = "Apache-2.0" repository = "https://github.com/alisa101rs/dothttp" [lib] name = "dothttp" path = "src/lib.rs" [[bin]] name = "dothttp" path = "src/main.rs" [[test]] name = "multi" path = "tests/multi.rs" [[test]] name = "simple" path = "tests/simple.rs" [dependencies.ascii_table] version = "4.0.3" [dependencies.boa_engine] version = "0.17.3" [dependencies.boa_runtime] version = "0.17.3" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.form_urlencoded] version = "1.2.1" [dependencies.http] version = "1.0.0" [dependencies.pest] version = "2.7.5" [dependencies.pest_derive] version = "2.7.5" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "^0.11.22" features = ["rustls-tls"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = [ "net", "macros", ] [dependencies.uuid] version = "1.4.1" features = ["v4"] [dev-dependencies.axum] version = "0.7.4" [dev-dependencies.tempfile] version = "3.8.0"