# 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" rust-version = "1.74.0" name = "wwsvc-rs" version = "3.1.4" authors = ["cozyGalvinsim "] include = [ "src/**/*", "Cargo.toml", ] description = "A web client which is used to consume SoftENGINE's WEBSERVICES, a proprietary API for their software WEBWARE." readme = "README.md" license = "MIT" repository = "https://github.com/cozyGalvinism/wwsvc-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-trait] version = "0.1" optional = true [dependencies.encoding_rs] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.httpdate] version = "1.0" [dependencies.md5] version = "0.7" [dependencies.miette] version = "7.1" [dependencies.reqwest] version = "0.12" features = [ "json", "gzip", "deflate", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.typed-builder] version = "0.18" [dependencies.url] version = "2.5" [dependencies.wwsvc-rs-derive] version = "3.1.4" optional = true [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.tokio] version = "1.36" features = ["full"] [features] default = ["native-tls"] derive = [ "dep:wwsvc-rs-derive", "dep:async-trait", ] native-tls = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"]