# 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" rust-version = "1.66.0" name = "parsec-tool" version = "0.7.0" authors = ["Contributors to the Parsec project"] description = "Parsec Command Line Interface" documentation = "https://docs.rs/crate/parsec-tool" readme = "README.md" keywords = [ "parsec", "cli", "tool", ] categories = [ "development-tools", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/parallaxsecond/parsec-tool" [lib] name = "parsec_tool" path = "src/lib.rs" [[bin]] name = "parsec-tool" [dependencies.base64] version = "0.13.0" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.14" [dependencies.oid] version = "0.2" features = ["serde_support"] [dependencies.parsec-client] version = "0.16.0" [dependencies.pem] version = "1.1.0" [dependencies.picky-asn1] version = "0.8.0" [dependencies.picky-asn1-der] version = "0.4.1" [dependencies.picky-asn1-x509] version = "0.12.0" [dependencies.rcgen] version = "0.9.2" features = ["pem"] [dependencies.serde] version = "1.0.123" [dependencies.sha2] version = "0.9.9" [dependencies.structopt] version = "0.3.17" default-features = false [dependencies.thiserror] version = "1.0.20" [features] default = [] spiffe-auth = ["parsec-client/spiffe"]