# 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-tool-git" version = "0.1.4" authors = [ "Wiktor Kwapisiewicz ", "Heiko Schaefer ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple tool for Git signing and verification with a focus on OpenPGP cards" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://codeberg.org/openpgp-card/oct-git" [lib] name = "openpgp_card_tool_git" path = "src/lib.rs" [[bin]] name = "oct-git" path = "src/bin/oct-git/main.rs" [[test]] name = "signing" path = "tests/signing.rs" [[test]] name = "verify" path = "tests/verify.rs" [dependencies.card-backend-pcsc] version = "0.5" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.env_logger] version = "0.11" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.notify-rust] version = "4" optional = true [dependencies.openpgp-card] version = "0.5" [dependencies.openpgp-card-rpgp] version = "0.1" [dependencies.openpgp-card-state] version = "0.3" [dependencies.pgp] version = "0.13" [dependencies.rpassword] version = "7" [dependencies.rpgpie] version = "0.1" [dependencies.rpgpie-certificate-store] version = "0.1" [dev-dependencies.openpgp-cert-d] version = "0.3" [dev-dependencies.rstest] version = "0.19" [dev-dependencies.testdir] version = "0.9" [dev-dependencies.testresult] version = "0.4" [features] default = ["notify"] notify = ["dep:notify-rust"] [target."cfg(windows)".dependencies.libsqlite3-sys] version = "0.28" features = ["bundled"]