# 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-path-finder" version = "0.7.1" authors = ["Curtis Lee Fulton "] exclude = [ "/.github", "/.gitignore", ] description = "X509 Path Finder is a depth-first search certificate path validator for Rust." homepage = "https://ciphx.com" readme = "README.md" keywords = [ "x509", "validate", "path", "search", "aia", ] categories = [ "web-programming::http-client", "network-programming", "authentication", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/merlincinematic/x509-path-finder" [package.metadata.docs.rs] all-features = true [dependencies.bytes] version = "1" [dependencies.der] version = "0.7.6" features = [ "alloc", "derive", "flagset", "oid", ] [dependencies.log] version = "0.4.19" [dependencies.openssl] version = "0.10.56" features = ["vendored"] optional = true [dependencies.rustls-webpki] version = "0.101.5" optional = true [dependencies.sha2] version = "0.10.7" [dependencies.url] version = "2.4.0" [dependencies.x509-cert] version = "0.2.4" features = ["pem"] [dependencies.x509-client] version = "2.0.1" [dev-dependencies.openssl] version = "0.10.56" features = ["vendored"] optional = false [dev-dependencies.tokio] version = "1.30.0" features = ["full"] [features] default = ["rustls-webpki"] openssl = [ "dep:openssl", "x509-client/openssl", ]