# 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 = "fido2-rs" version = "0.3.0" authors = ["tyan boot "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings to Yubico fido2" readme = "README.md" keywords = [ "fido2", "webauthn", ] categories = [ "authentication", "api-bindings", "hardware-support", ] license = "MIT" repository = "https://github.com/tyan-boot/fido-rs" [lib] name = "fido2_rs" path = "src/lib.rs" [[example]] name = "credman" path = "examples/credman.rs" [[example]] name = "device_list" path = "examples/device_list.rs" [dependencies.bitflags] version = "2.6.0" [dependencies.foreign-types] version = "=0.3.1" [dependencies.libfido2-sys] version = "0.4.0" [dependencies.openssl] version = "0.10.68" [dependencies.thiserror] version = "1.0.65" [dependencies.zeroize] version = "1.8.1" features = ["std"] [dev-dependencies.anyhow] version = "1.0.91"