# 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 = "cert-gen" version = "0.1.0" authors = ["Andrew Cleveland andrew.cleveland@hotmail.co.uk"] description = "Generate a self-signed certificate using a ca for use with mtls" homepage = "https://github.com/grimvoodoo" readme = "readme.md" keywords = [ "tls", "mtls", "certificate", "ca", "self-signed", ] license = "MIT OR Apache-2.0" repository = "https://github.com/grimvoodoo/cert-gen" [dependencies.openssl] version = "0.10.48" [dependencies.pem] version = "2.0.0" [dependencies.rcgen] version = "0.10.0" features = [ "pem", "x509-parser", ] [dependencies.ring] version = "0.16.20" [dependencies.rustls] version = "0.21.0" [dependencies.rustls-pemfile] version = "1.0.2" [dependencies.time] version = "0.3.20" [dependencies.x509] version = "0.2.0"