# 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 = "certo" version = "0.1.2" description = "A Small SSL Certificate Watchdog" homepage = "https://github.com/Arvil/certo" readme = "README.md" keywords = [ "certificate", "watchdog", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Arvil/certo" [dependencies.clap] version = "4.3.23" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.21" [dependencies.rayon] version = "1.7.0" [dependencies.rustls] version = "0.21.11" [dependencies.rustls-native-certs] version = "0.6.3" [dependencies.rustls-pemfile] version = "1.0.3" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.109" [dependencies.thiserror] version = "1.0.47" [dependencies.time] version = "0.3.26" [dependencies.webpki-roots] version = "0.25.2" [dependencies.x509-parser] version = "0.15.1"