# 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] edition = "2018" name = "otpcli" version = "1.0.0" authors = ["Jake Swenson "] description = "A simple one-time-password CLI, with support for TOTP and STOKEN." readme = "README.md" license = "MIT" repository = "https://github.com/jakeswenson/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" [dependencies.byteorder] version = "^1.2" [dependencies.clipboard] version = "^0" optional = true [dependencies.dirs] version = "^1.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" [dev-dependencies.cargo-husky] version = "1.5.0" features = ["precommit-hook", "prepush-hook", "run-cargo-fmt", "run-cargo-test", "run-cargo-clippy"] default-features = false [features] copy = ["clipboard"] default = ["keychain", "copy"] keychain = ["keyring"] rsa_stoken = ["stoken"] [badges.travis-ci] branch = "master" repository = "jakeswenson/otpcli"