# 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 = "2018" name = "certify" version = "0.5.2" authors = ["Tyr Chen "] description = """ Generate client cert with CA cert """ homepage = "https://github.com/tyrchen/certify" documentation = "https://docs.rs/certify" readme = "README.md" keywords = [ "x509", "certificate", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/tyrchen/certify" [dependencies.pem] version = "1.1.0" [dependencies.rcgen] version = "0.10.0" features = ["x509-parser"] [dependencies.thiserror] version = "1.0.38" [dependencies.time] version = "0.3.17" [dependencies.x509-parser] version = "0.14.0" [dependencies.yasna] version = "0.5.1" features = ["bit-vec"]