# 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 = "two-factor-auth" version = "0.1.3" authors = ["linghaihui "] build = false exclude = ["Makefile"] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple CLI to generate two-factor-auth token compatible with Google Authenticator" readme = "README.md" keywords = [ "two-factor-auth", "google-authenticator", ] license = "MIT" repository = "https://github.com/bujnlc8/two-factor-auth" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "2fa" path = "src/main.rs" [dependencies.base32] version = "0.4.0" [dependencies.hmac-sha1] version = "0.1.3"