# 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 = "dot-http" version = "0.1.0" authors = ["Brian Payne "] description = "dot-http is a text-based scriptable HTTP client. 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", "javascript", "API"] categories = ["command-line-utilities", "development-tools::testing", "web-programming::http-client"] license = "Apache-2.0" repository = "https://github.com/bayne/dot-http" [[bin]] name = "dot-http" path = "src/main.rs" [dependencies.Boa] version = "0.5.1" [dependencies.clap] version = "2.33.0" [dependencies.gc] version = "0.3.3" [dependencies.pest] version = "2.1.2" [dependencies.pest_derive] version = "2.1.0" [dependencies.reqwest] version = "0.10.0-alpha.2" features = ["blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.2" features = ["sync"] [dev-dependencies.http-test-server] version = "1.0.0" [dev-dependencies.tempfile] version = "3.1.0" [badges.appveyor] branch = "master" repository = "bayne/dot-http" service = "github" [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "bayne/dot-http"