aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/x509-info/Cargo.toml')
-rw-r--r--src/x509-info/Cargo.toml17
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"