# 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 = "openpgp-card-state" version = "0.3.2" authors = ["Heiko Schaefer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Experimental storage mechanism for openpgp-card device state" documentation = "https://docs.rs/openpgp-card-state" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://codeberg.org/openpgp-card/state/" [lib] name = "openpgp_card_state" path = "src/lib.rs" [[bin]] name = "openpgp-card-state" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.confy] version = "0.6" [dependencies.env_logger] version = "0.11.5" [dependencies.keyring] version = "3" features = [ "apple-native", "windows-native", "sync-secret-service", ] [dependencies.log] version = "0.4.22" [dependencies.rpassword] version = "7" [dependencies.serde] version = "1" features = ["derive"]