# 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 = "2018" name = "yubi_opt" version = "0.2.0" description = "An easy to use Yubico OTPs implementation." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Alex1607/yubico_otp" [lib] path = "src/lib.rs" test = true bench = false doc = true [dependencies.base64] version = "0.21.0" [dependencies.derive_builder] version = "0.12.0" [dependencies.hmac] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.sha1] version = "0.10.5" [dependencies.ureq] version = "2.6.2"