# 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 = "tls-certchain-resolver" version = "0.1.0" authors = ["Chua Zheng Leong"] description = "A simple tool to resolve the certificate chain of a TLS server" readme = "README.md" keywords = [ "tls", "certificate", "chain", "resolver", "rust", ] license = "Apache-2.0" repository = "https://github.com/melynx/tls-certchain-resolver" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.der] version = "0.7.9" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.pem-rfc7468] version = "0.7.0" features = ["alloc"] [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "json", ] [dependencies.rustls] version = "0.23.0" [dependencies.webpki-roots] version = "0.26" [dependencies.x509-parser] version = "0.16.0" features = ["verify"]