# 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 = "certgenutil" version = "0.1.1" authors = ["sujiacong "] description = "generating self-signed certificates , creating server certificates signed by a Certificate Authority (CA)" readme = "README.md" license = "MIT" repository = "https://github.com/sujiacong/certgenutil" [dependencies.pem] version = "3.0.2" [dependencies.rcgen] version = "0.13.1" features = [ "pem", "x509-parser", "aws_lc_rs", ] [dependencies.rustls-pemfile] version = "2" [dependencies.rustls-pki-types] version = "1.8.0" [dependencies.thiserror] version = "1.0.63" [dependencies.time] version = "0.3.36"