# 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 = "briteverify-rs" version = "0.2.0" authors = ["Mark S. "] description = "Rust client library for the BriteVerify API Suite" homepage = "https://github.com/the-wondersmith/briteverify-rs" documentation = "https://docs.rs/briteverify-rs/latest/briteverify_rs/" readme = "README.md" keywords = [ "briteverify", "client", "reqwest", "verification", ] categories = [ "web-programming::http-client", "api-bindings", "asynchronous", "email", ] license = "AGPL-3.0-or-later" repository = "https://github.com/the-wondersmith/briteverify-rs" [[example]] name = "account-balance" crate-type = ["bin"] required-features = ["cli"] [[example]] name = "bulk-verification" crate-type = ["bin"] required-features = ["cli"] [[example]] name = "single-verification" crate-type = ["bin"] required-features = ["cli"] [dependencies.anyhow] version = "^1" [dependencies.chrono] version = "^0.4" features = ["serde"] [dependencies.clap] version = "^4.2" features = [ "env", "cargo", "derive", ] optional = true [dependencies.env_logger] version = "^0.10" optional = true [dependencies.futures] version = "^0.3" [dependencies.futures-timer] version = "^3.0" [dependencies.futures-util] version = "^0.3" [dependencies.http] version = "^0.2" [dependencies.instrumentation] version = "^0.1" optional = true package = "tracing" [dependencies.itertools] version = "^0.11" [dependencies.log] version = "^0.4" features = ["kv_unstable_serde"] [dependencies.reqwest] version = "^0.11" features = [ "gzip", "json", "brotli", "stream", "rustls-tls", ] default-features = false [dependencies.serde] version = "^1" features = [ "std", "alloc", "derive", ] [dependencies.serde_json] version = "^1" [dependencies.thiserror] version = "^1" [dependencies.tokio] version = "^1.27" features = ["full"] optional = true [dependencies.url] version = "^2" [dependencies.visible] version = "^0.0.1" [dev-dependencies.env_logger] version = "^0.10" optional = false [dev-dependencies.http-types] version = "^2.12" [dev-dependencies.once_cell] version = "^1.17" [dev-dependencies.pretty_assertions] version = "^1.3" [dev-dependencies.rand] version = "^0.8" [dev-dependencies.regex] version = "^1.8" [dev-dependencies.rstest] version = "^0.18" [dev-dependencies.serde_test] version = "^1" [dev-dependencies.test-log] version = "^0.2" [dev-dependencies.tokio] version = "^1.27" features = ["full"] optional = false [dev-dependencies.tokio-test] version = "^0.4" [dev-dependencies.uuid] version = "^1.3" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dev-dependencies.wiremock] version = "^0.5" [features] ci = [] cli = [ "clap", "tokio", "env_logger", ] default = [] tracing = ["instrumentation"]