# 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 = "pgpkeydump" version = "0.2.3" description = "A tool for dumping PGP keys as JSON" readme = "README.md" license = "Apache-2.0" [package.metadata.release] publish = false push = true [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.2" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.log] version = "0.4" [dependencies.sequoia-openpgp] version = "1.16.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"