# 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 = "gfh" version = "0.0.4" authors = ["Michael Mitchell "] description = "Git FIDO helper - use multiple FIDO keys to sign Git commits" homepage = "https://github.com/Ovyerus/gfh" readme = "README.md" keywords = [ "cli", "fido", "git", "ssh", "signing", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/Ovyerus/gfh" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0.19" features = ["derive"] [dependencies.ctap-hid-fido2] version = "3.4.2" [dependencies.inquire] version = "0.5.2" [dependencies.sha2] version = "0.10.6" [dependencies.shellexpand] version = "2.1.2" [dependencies.yubikey_api] version = "0.6.0" package = "yubikey"