# 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 = "ctap-hid-fido2" version = "3.5.2" authors = ["gebo <35388172+gebogebogebo@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust FIDO2 CTAP library" readme = "README.md" keywords = [ "FIDO2", "CTAP", "CTAP2", ] license = "MIT" repository = "https://github.com/gebogebogebo/ctap-hid-fido2" [lib] name = "ctap_hid_fido2" path = "src/lib.rs" [[example]] name = "ctapcli" path = "examples/ctapcli/main.rs" [[example]] name = "get-info" path = "examples/get-info/main.rs" [[example]] name = "reg-auth" path = "examples/reg-auth/main.rs" [[example]] name = "test-with-pin-non-rk" path = "examples/test-with-pin-non-rk/main.rs" [[example]] name = "test-with-pin-rk" path = "examples/test-with-pin-rk/main.rs" [[example]] name = "wink" path = "examples/wink/main.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.aes] version = "0.8.4" [dependencies.anyhow] version = "1.0.88" [dependencies.base64] version = "0.22.1" [dependencies.byteorder] version = "1.5.0" [dependencies.cbc] version = "0.1.2" [dependencies.hex] version = "0.4.3" [dependencies.hidapi] version = "2.6.3" features = ["linux-static-hidraw"] default-features = false [dependencies.num] version = "0.4.3" [dependencies.pad] version = "0.1.6" [dependencies.ring] version = "0.17.8" [dependencies.serde] version = "1.0.210" [dependencies.serde_cbor] version = "0.11.2" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4" [dependencies.x509-parser] version = "0.16.0" [dev-dependencies.arboard] version = "3.4.1" [dev-dependencies.clap] version = "4.5.17" features = ["derive"] [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.log] version = "0.4" [dev-dependencies.rpassword] version = "7.3.1"