# 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 = "myca" version = "0.2.0" authors = [ "tbro", "tbro ", ] description = "TLS certificate chain generator." homepage = "https://github.com/tbro/myca/" readme = "README.md" keywords = [ "tls", "ca", "mkcert", "certificate", ] categories = [ "command-line-utilities", "cryptography", "authentication", ] license-file = "LICENSE" repository = "https://github.com/tbro/myca/" [dependencies.argh] version = "0.1.12" [dependencies.itertools] version = "0.11.0" [dependencies.pem] version = "3.0.2" [dependencies.rand] version = "0.8.5" [dependencies.rcgen] version = "0.11.2" features = [ "pem", "x509-parser", ] [dependencies.ring] version = "0.16.20" [dependencies.rsa] version = "0.9.2" [dependencies.x509-parser] version = "0.15.1" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.x509-parser] version = "0.15.1" features = ["verify"]