# 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 = "2018" name = "hydrus-api" version = "0.10.2" authors = ["trivernis "] description = "A rust wrapper for the hydrus client api" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/trivernis/hydrus-api-rs" [dependencies.base64] version = "0.13.0" optional = true [dependencies.bytes] version = "1.1.0" [dependencies.chrono] version = "0.4.19" [dependencies.ciborium] version = "0.2.0" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.mime] version = "0.3.16" [dependencies.regex] version = "1.5.5" [dependencies.reqwest] version = "0.11.10" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" optional = true [dependencies.tracing] version = "0.1.32" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.tokio] version = "1.17.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.9" [features] cbor = [ "ciborium", "base64", ] default = ["json"] json = ["serde_json"] rustls = ["reqwest/rustls"]