-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (24 loc) · 904 Bytes
/
Cargo.toml
File metadata and controls
26 lines (24 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[workspace]
members = ["webpki-ccadb", "webpki-root-certs", "webpki-roots"]
resolver = "2"
[workspace.package]
edition = "2021"
rust-version = "1.64"
homepage = "https://github.com/rustls/webpki-roots"
repository = "https://github.com/rustls/webpki-roots"
[workspace.dependencies]
aws-lc-rs = "1.15.2"
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
csv = "1.2.2"
hex = "0.4.3"
num-bigint = "0.4.3"
percent-encoding = "2.3"
pki-types = { package = "rustls-pki-types", version = "1.8", default-features = false }
rcgen = "0.14.3"
reqwest = { version = "0.13", default-features = false, features = ["default-tls"] }
rustls = "0.23"
serde = { version = "1.0.183", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
webpki = { package = "rustls-webpki", version = "0.103", features = ["alloc"] }
x509-parser = "0.18"
yasna = "0.5.2"