aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-08-29 09:12:30 -0700
committerFranck Cuny <franck@fcuny.net>2025-08-29 09:12:30 -0700
commite19454b6ee43bc7a1ad8ad55da5c0bd47ca6210c (patch)
tree8256069671466191ee90f6c036493cbf810c789e /src/x509-info/Cargo.toml
parentadd tools to format rust and TOML (diff)
parentremove unused files (diff)
downloadx-e19454b6ee43bc7a1ad8ad55da5c0bd47ca6210c.tar.gz
Merge remote-tracking branch 'import/main'
Diffstat (limited to 'src/x509-info/Cargo.toml')
-rw-r--r--src/x509-info/Cargo.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/x509-info/Cargo.toml b/src/x509-info/Cargo.toml
new file mode 100644
index 0000000..24f0478
--- /dev/null
+++ b/src/x509-info/Cargo.toml
@@ -0,0 +1,17 @@
+[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"