rcgen 0.8.14

Rust X.509 certificate generator
Documentation
[[bin]]
name = "rcgen"
path = "src/main.rs"
required-features = ["pem"]
[dependencies.chrono]
default-features = false
version = "0.4.6"

[dependencies.pem]
optional = true
version = "1.0"

[dependencies.ring]
version = "0.16"

[dependencies.x509-parser]
features = ["verify"]
optional = true
version = "0.12"

[dependencies.yasna]
features = ["chrono", "std"]
version = "0.4"

[dependencies.zeroize]
optional = true
version = "1.2"
[dev-dependencies.botan]
features = ["vendored"]
version = "0.8"

[dev-dependencies.openssl]
version = "0.10"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rsa]
version = "0.5"

[dev-dependencies.webpki]
features = ["std"]
version = "0.22"

[dev-dependencies.x509-parser]
features = ["verify"]
version = "0.12"

[features]
default = ["pem"]

[lib]
name = "rcgen"
path = "src/lib.rs"

[package]
authors = ["est31 <MTest31@outlook.com>"]
description = "Rust X.509 certificate generator"
documentation = "https://docs.rs/rcgen"
edition = "2015"
license = "MIT OR Apache-2.0"
name = "rcgen"
readme = "README.md"
repository = "https://github.com/est31/rcgen"
version = "0.8.14"
[package.metadata.docs.rs]
features = ["x509-parser"]
[profile.dev.package.num-bigint-dig]
opt-level = 3