# 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 = "notp" version = "2.1.0" authors = ["Taylan Dogan "] description = "One Time Password Generator tool that is meant to be used on CLI." homepage = "https://github.com/kondanta/notp" documentation = "https://docs.rs/notp" readme = "README.md" keywords = ["2fa", "otp", "2factor"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kondanta/notp" [profile.dev] opt-level = 0 panic = "abort" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [dependencies.base32] version = "0.4.0" [dependencies.byteorder] version = "1.3.2" [dependencies.dirs] version = "2.0" [dependencies.kv] version = "0.20.2" optional = true [dependencies.magic-crypt] version = "3.0.0" [dependencies.oath] version = "0.10.2" [dependencies.ring] version = "0.16.12" [dependencies.rpassword] version = "4.0.5" [dependencies.structopt] version = "0.3" [features] default = ["kv-store"] kv-store = ["kv"]