# 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] edition = "2018" name = "certgen" version = "0.1.3" authors = ["hjiayz "] description = "pkcs12 self signed cert tool" homepage = "https://github.com/hjiayz/certgen" readme = "README.MD" keywords = ["pkcs12", "cert"] license = "MIT OR Apache-2.0" repository = "https://github.com/hjiayz/certgen" [[bin]] name = "certgen" path = "src/main.rs" required-features = ["clap"] [dependencies.chrono] version = "0.4.11" [dependencies.clap] version = "2.33.0" optional = true [dependencies.p12] version = "0.1.3" [dependencies.pem] version = "0.7.0" [dependencies.rcgen] version = "0.8.1" features = ["x509-parser"] [features] default = ["clap"]