# 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 = "fidoprobe" version = "0.1.1" authors = ["chris@cmdli.dev"] description = "A tool to manage FIDO2 devices" homepage = "https://github.com/cmdli/fidoprobe" readme = "README.md" keywords = [ "fido", "fido2", "passkey", ] categories = ["command-line-utilities"] license = "MIT" [dependencies.authenticator] version = "0.4.0-alpha.24" features = ["crypto_openssl"] default-features = false [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.getopts] version = "0.2.21" [dependencies.rand] version = "0.8.5" [dependencies.rpassword] version = "7.3.1"