# 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 = "yubirs-tools" version = "0.2.4" authors = ["Axel Rasmussen "] description = "Command line tools for interacting with YubiKeys, based upon yubirs" homepage = "https://github.com/CmdrMoozy/yubirs" license = "Apache-2.0" repository = "https://github.com/CmdrMoozy/yubirs" [dependencies.anyhow] version = "1.0" [dependencies.bdrck] version = "0.20" features = ["cli"] default_features = false [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.data-encoding] version = "2.6" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.yubirs] version = "0.9" features = ["piv"] default_features = false