rcgen 0.9.3

Rust X.509 certificate generator
Documentation
[[bin]]
name = "rcgen"
path = "src/main.rs"
required-features = ["pem"]
[dependencies.pem]
optional = true
version = "1.0"

[dependencies.ring]
version = "0.16"

[dependencies.time]
default-features = false
version = "0.3"

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

[dependencies.yasna]
features = ["time", "std"]
version = "0.5"

[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.13"

[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 = "2018"
license = "MIT OR Apache-2.0"
name = "rcgen"
readme = "README.md"
repository = "https://github.com/est31/rcgen"
version = "0.9.3"
[package.metadata.docs.rs]
features = ["x509-parser"]
[profile.dev.package.num-bigint-dig]
opt-level = 3