# 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 = "hat" version = "0.3.0" authors = ["Isaac Adams "] description = """ hat runs HTTP tests based on a toml configuration file. The configured tests can check response status, headers, and body using binary operations such as ==, >, <, !=, etc. If one or more tests fail, hat will return a failed exit code. Use --help for more USAGE details. Project homepage: https://github.com/isaacadams/hat """ homepage = "https://github.com/isaacadams/hat" readme = "README.md" keywords = [ "cli", "REST", "test", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/isaacadams/hat" [[bin]] name = "hat" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" features = ["backtrace"] [dependencies.clap] version = "4.3.3" features = ["derive"] [dependencies.dotenvy] version = "0.15.7" [dependencies.env_logger] version = "0.10.0" [dependencies.evalexpr] version = "11.0.0" [dependencies.gjson] version = "0.8.1" [dependencies.http] version = "0.2.9" [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.8.4" [dependencies.serde] version = "1.0.153" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.simplelog] version = "0.12.0" [dependencies.thiserror] version = "1.0.40" [dependencies.toml] version = "0.7.4" [dependencies.ureq] version = "2.6.2" [dependencies.url] version = "2.4.0" [dev-dependencies.jaq-core] version = "0.10.0" [dev-dependencies.trycmd] version = "0.14.16"