# 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 = "rustotpony" version = "0.5.4" authors = ["German Lashevich "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Manager of one-time password generators" homepage = "https://github.com/zebradil/rustotpony" documentation = "https://github.com/zebradil/rustotpony" readme = "README.md" keywords = ["totp"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/zebradil/rustotpony" [profile.release] opt-level = 3 lto = true debug = 0 panic = "abort" [lib] name = "rustotpony" path = "src/lib.rs" [[bin]] name = "totp" path = "src/bin/totp.rs" [dependencies.age] version = "0.10.0" [dependencies.base32] version = "0.5.1" [dependencies.clap] version = "^4.5.16" features = ["derive"] [dependencies.ctrlc] version = "3.4" features = ["termination"] [dependencies.dirs] version = "^5.0.1" [dependencies.keyring] version = "^3.2.0" [dependencies.promkit] version = "0.5.0" [dependencies.rand] version = "^0.8.5" [dependencies.rust-crypto] version = "0.2.36" [dependencies.serde] version = "1.0.209" [dependencies.serde_derive] version = "1.0.209" [dependencies.serde_json] version = "1.0.127" [dependencies.sha2] version = "0.10.8" [dependencies.totp-lite] version = "2.0.1"