# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "https-cert-info" version = "0.1.0" authors = ["Liam Dawson "] description = "View a summary of the HTTPS certificate for a server" readme = "README.md" categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/liamdawson/https-cert-info/" [dependencies.anyhow] version = "1.0.32" [dependencies.chrono] version = "0.4.15" [dependencies.console] version = "0.12.0" [dependencies.once_cell] version = "1.4.1" [dependencies.regex] version = "1" [dependencies.rustls] version = "0.18.1" [dependencies.rustls-native-certs] version = "0.4.0" [dependencies.structopt] version = "0.3.17" [dependencies.webpki] version = "0.21.3" [dependencies.x509-parser] version = "0.8.0" [build-dependencies.structopt] version = "0.3.17"