# 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 = "niftygate-certificate" version = "0.8.0" authors = ["Chris Olstrom "] description = "Standalone Certificate Utility for NiftyGate" documentation = "https://docs.rs/niftygate-certificate/" license = "MIT" repository = "https://github.com/colstrom/niftygate/" [dependencies.anyhow] version = "1.0.57" [dependencies.pem] version = "1.0.2" [dependencies.rcgen] version = "0.9.2" features = [ "pem", "x509-parser", ] [dependencies.structopt] version = "0.3.26" [dependencies.thiserror] version = "1.0.31" [dependencies.time] version = "0.3.9" features = ["serde-well-known"] [dependencies.x509-parser] version = "0.13.2"