aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.toml
blob: 1cfac68dcdde4e94db1c53cf5178dcbc31d11efa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "x509-info"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4"
clap = {version = "4.0.8", features = ["derive", "cargo"]}
rustls = "0.20.7"
rustls-native-certs = "0.6.2"
webpki-roots = "0.22.5"
x509-parser = "0.14"