# 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 = "x509-client" version = "2.0.1" authors = ["Curtis Lee Fulton "] exclude = [ "/.github", "/.gitignore", ] description = "Reqwest-based async X509 certificate transport and deserializer client. Transports: HTTP/S, File. Formats: DER, PEM, PKCS7." homepage = "https://ciphx.com" readme = "README.md" keywords = [ "x509", "der", "pem", "pkcs7", "http", ] categories = [ "web-programming::http-client", "network-programming", "parser-implementations", "parsing", ] license = "Apache-2.0" repository = "https://github.com/merlincinematic/x509-client" [package.metadata.docs.rs] all-features = true [dependencies.async-trait] version = "0.1.73" [dependencies.bytes] version = "1" [dependencies.cms] version = "0.2.2" features = [ "std", "pem", ] optional = true [dependencies.http] version = "0.2.9" [dependencies.log] version = "0.4.19" [dependencies.openssl] version = "0.10.56" features = ["vendored"] optional = true [dependencies.reqwest] version = "0.11.18" features = ["native-tls"] [dependencies.tokio] version = "1.30.0" features = ["fs"] [dependencies.url] version = "2.4.0" [dev-dependencies.tokio] version = "1.30.0" features = ["full"] [features] default = ["dep:cms"] openssl = [ "dep:openssl", "dep:cms", ]