# 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" rust-version = "1.70" name = "openpgp-card-tools" version = "0.11.7" authors = ["Heiko Schaefer "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for inspecting, configuring and using OpenPGP cards" documentation = "https://docs.rs/crate/openpgp-card-tools" readme = "README.md" keywords = [ "openpgp", "smartcard", ] categories = [ "authentication", "command-line-utilities", "cryptography", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/openpgp-card/openpgp-card-tools" [package.metadata.cargo-udeps.ignore] development = [ "culpa", "subplotlib", ] [profile.release] codegen-units = 1 [[bin]] name = "oct" path = "src/oct.rs" [[test]] name = "oct" path = "tests/oct.rs" [dependencies.anyhow] version = "1" [dependencies.card-backend] version = "0.2" [dependencies.card-backend-pcsc] version = "0.5" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = [ "derive", "string", "wrap_help", ] [dependencies.clap_allgen] version = "0.2.0" [dependencies.env_logger] version = "0.11" [dependencies.hex] version = "0.4" [dependencies.indoc] version = "2" [dependencies.log] version = "0.4" [dependencies.openpgp-card] version = "0.5" [dependencies.openpgp-card-rpgp] version = "0.2" [dependencies.pem] version = "1" [dependencies.pgp] version = "0.14" [dependencies.rand] version = "0.8" [dependencies.rpassword] version = "7" [dependencies.rpgpie] version = "0.3" [dependencies.secrecy] version = "0.8" [dependencies.semver] version = "1.0.14" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.86" [dependencies.serde_yaml_ng] version = "0.10" [dependencies.sshkeys] version = "0.3.2" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.culpa] version = "1" [dev-dependencies.subplotlib] version = "0.11" [build-dependencies.subplot-build] version = "0.11"