# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "yubico_manager" version = "0.9.0" authors = ["Flavio Oliveira ", "Pierre-Étienne Meunier "] description = "Yubikey Challenge-Response & Configuration" readme = "README.md" keywords = ["yubikey", "authentication", "encryption", "configuration", "Challenge-Response"] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/wisespace-io/yubico-manager" [lib] name = "yubico_manager" path = "src/lib.rs" [dependencies.aes] version = "0.7.4" [dependencies.bitflags] version = "1.2" [dependencies.block-modes] version = "0.8.1" [dependencies.hmac] version = "0.11.0" [dependencies.rand] version = "0.8.4" [dependencies.rusb] version = "0.8.1" [dependencies.sha-1] version = "0.9" [dependencies.structure] version = "0.1" [dev-dependencies.hex] version = "0.3.2" [badges.travis-ci] repository = "wisespace-io/yubico-manager"