# 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] name = "challenge_response" version = "0.5.28" authors = [ "Ashutosh Varma ", "louib ", ] build = false include = [ "src/", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Perform HMAC-SHA1 and OTP challenges with YubiKey, OnlyKey and NitroKey, in pure Rust." readme = "README.md" keywords = [ "yubikey", "authentication", "encryption", "configuration", "challenge-response", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/louib/challenge-response" [lib] name = "challenge_response" path = "src/lib.rs" [dependencies.aes] version = "0.8" [dependencies.bitflags] version = "2.4" [dependencies.block-modes] version = "0.9" [dependencies.hmac] version = "0.12" [dependencies.nusb] version = "0.1" optional = true [dependencies.rand] version = "0.8" [dependencies.rusb] version = "0.9" optional = true [dependencies.sha-1] version = "0.10" [dependencies.structure] version = "0.1" [dev-dependencies.hex] version = "0.4" [features] default = ["rusb"] nusb = ["dep:nusb"] rusb = ["dep:rusb"]