# 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 = "hypothesis" version = "0.12.0" authors = ["Ninjani"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a Rust wrapper and CLI for the Hypothesis API" readme = "README.md" keywords = [ "hypothesis", "annotation", "api", "cli", ] categories = [ "api-bindings", "command-line-utilities", ] license = "MIT" repository = "https://github.com/out-of-cheese-error/rust-hypothesis" [lib] name = "hypothesis" path = "src/lib.rs" [[bin]] name = "hypothesis" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.clap] version = "4.4.12" features = [ "derive", "env", ] optional = true [dependencies.clap_complete] version = "4.4.5" optional = true [dependencies.color-eyre] version = "0.6.2" optional = true [dependencies.derive_builder] version = "0.12.0" [dependencies.eyre] version = "0.6.11" optional = true [dependencies.futures] version = "0.3.30" [dependencies.reqwest] version = "0.11.23" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.53" [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", ] [dependencies.url] version = "2.5.0" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.predicates] version = "3.0.4" [features] cli = [ "clap", "clap_complete", "eyre", "color-eyre", ] default = ["cli"]