# 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 = "otpcli-tkennedy1" version = "1.0.1" authors = [ "Jake Swenson ", "Todd Kennedy ", ] description = "A simple one-time-password CLI, with support for TOTP and STOKEN." readme = "README.md" license = "MIT" repository = "https://github.com/tkennedy1-godaddy/otpcli/" [package.metadata.docs.rs] features = ["keychain"] no-default-features = true [profile.release] opt-level = "z" lto = true codegen-units = 1 [lib] name = "otp" path = "src/lib.rs" [[bin]] name = "otpcli" path = "src/otpcli/main.rs" [dependencies.base32] version = "^0.5" [dependencies.byteorder] version = "^1.4" [dependencies.clipboard] version = "^0" optional = true [dependencies.dirs] version = "^4.0" [dependencies.keyring] version = "^0" optional = true [dependencies.rust-crypto] version = "^0" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.stoken] version = "^0" optional = true [dependencies.structopt] version = "^0" [dependencies.toml] version = "^0" [features] copy = ["clipboard"] default = [ "keychain", "copy", ] keychain = ["keyring"] rsa_stoken = ["stoken"]