# 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 = "certs" version = "0.1.0-alpha2" description = "CLI tool to debug server's SSL/TLS Certificates" readme = "README.md" keywords = [ "certs", "x509", "cli", "debug", ] categories = ["web-programming"] license = "MIT" [lib] name = "libcerts" path = "src/lib.rs" [[bin]] name = "certs" path = "src/bin/main.rs" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.native-tls] version = "0.2.11" [dependencies.thiserror] version = "1.0.40" [dependencies.url] version = "2.3.1" [dependencies.x509-parser] version = "0.15.0"