# 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" rust-version = "1.69" name = "cert-manager" version = "0.0.11" publish = true description = "Cert manager in Rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/gyuho/cert-manager" [package.metadata.cargo-udeps.ignore] normal = ["rsa"] [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.random-manager] version = "0.0.5" [dependencies.rcgen] version = "0.11.3" features = [ "pem", "x509-parser", ] [dependencies.rsa] version = "0.9.2" features = ["pem"] [dependencies.rustls] version = "0.21.8" [dependencies.rustls-pemfile] version = "1.0.3" [dependencies.x509-parser] version = "0.15.1" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.tempfile] version = "3.5.0"