# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rustls-cert-gen" version = "0.1.0" description = "Rust X.509 certificate generator CLI" homepage = "https://github.com/rustls/rcgen/tree/main/rustls-cert-gen" documentation = "https://docs.rs/rustls-cert-gen" readme = "README.md" keywords = [ "mkcert", "ca", "certificate", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rustls/rcgen" [dependencies.anyhow] version = "1.0.75" [dependencies.aws-lc-rs] version = "1.6.0" optional = true [dependencies.bpaf] version = "0.9.5" features = ["derive"] [dependencies.pem] version = "3.0.2" [dependencies.pki-types] version = "1.4.1" package = "rustls-pki-types" [dependencies.rand] version = "0.8" [dependencies.rcgen] version = "0.13" features = ["pem"] default-features = false [dependencies.ring] version = "0.17" optional = true [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.x509-parser] version = "0.16" features = ["verify"] [features] aws_lc_rs = [ "dep:aws-lc-rs", "rcgen/aws_lc_rs", ] default = ["ring"] fips = [ "aws_lc_rs", "aws-lc-rs?/fips", ] ring = [ "dep:ring", "rcgen/ring", ]