aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.toml
blob: ca9abde962766b49d43d9fe57e09b09545ebd80a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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://git.fcuny.net/x509-info/about/"
readme = "README.md"

[dependencies]
anyhow = "1.0.82"
chrono = {version = "0.4.38", features = ["clock"], default-features = false }
clap = {version = "4.5.4", features = ["derive", "cargo"]}
rustls = {version = "0.23.5", features = ["ring"]}
rustls-native-certs = "0.7.0"
webpki-roots = "0.26.1"
x509-parser = "0.16"