[go: up one dir, main page]

rcgen 0.3.0

Rust X.509 certificate generator
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rcgen"
version = "0.3.0"
authors = ["est31 <MTest31@outlook.com>"]
description = "Rust X.509 certificate generator"
documentation = "https://docs.rs/rcgen"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/est31/rcgen"

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

[[bin]]
name = "rcgen"
path = "src/main.rs"
[dependencies.bit-vec]
version = "0.5"

[dependencies.chrono]
version = "0.4.6"

[dependencies.pem]
version = "0.6"

[dependencies.ring]
version = "0.14"

[dependencies.untrusted]
version = "0.6"

[dependencies.yasna]
version = "0.2.1"
features = ["chrono", "bit-vec"]
[dev-dependencies.openssl]
version = "0.10"

[dev-dependencies.webpki]
version = "0.19"