diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-09-06 13:13:43 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-09-06 13:22:39 -0700 |
| commit | 7aafc722317793f7c12cdeae8d7486ca8b23307b (patch) | |
| tree | 5aac9ed56164836b9f6ff6c965a3d85e546ca599 /src/x509-info/Cargo.toml | |
| parent | ssh-cert-info in go (diff) | |
| download | x-7aafc722317793f7c12cdeae8d7486ca8b23307b.tar.gz | |
certcheck to see x509 certification details
Diffstat (limited to '')
| -rw-r--r-- | src/x509-info/Cargo.toml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/x509-info/Cargo.toml b/src/x509-info/Cargo.toml deleted file mode 100644 index 24f0478..0000000 --- a/src/x509-info/Cargo.toml +++ /dev/null @@ -1,17 +0,0 @@ -[package] -name = "x509-info" -version = "0.1.0" -edition = "2021" -authors = ["Franck Cuny <franck@fcuny.net>"] -description = "Print summary of x509 certificates." -homepage = "https://github.com/fcuny/x509-info/" -readme = "README.md" - -[dependencies] -anyhow = "1.0.82" -chrono = {version = "0.4.38", features = ["clock"], default-features = false } -clap = {version = "4.5.8", features = ["derive", "cargo"]} -rustls = {version = "0.23.8", features = ["ring"]} -rustls-native-certs = "0.7.0" -webpki-roots = "0.26.3" -x509-parser = "0.16" |
