summaryrefslogtreecommitdiffstats
path: root/crates/common/certificate/Cargo.toml
blob: 0e4a438350a8127771331728ff9a2ebc815b4094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "certificate"
version = "0.5.2"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58"

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

[dependencies]
chrono = "0.4"
rcgen = { version = "0.8", features = ["pem", "zeroize"] }
sha-1 = "0.9"
thiserror = "1.0"
x509-parser = "0.12"
zeroize = "1.4"

[dev-dependencies]
anyhow = "1.0"
assert_matches = "1.5"
base64 = "0.13"
pem = "1.0"