# 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 = "trotp" version = "1.1.0" authors = ["Krakaw <41575888+Krakaw@users.noreply.github.com>"] description = "TUI TOTP generator" homepage = "https://github.com/Krakaw/totp" readme = "README.md" keywords = [ "totp", "otp", "google-auth", "one-time-pin", "trotp", ] categories = [ "command-line-utilities", "web-programming::http-server", "authentication", ] license = "MIT" repository = "https://github.com/Krakaw/totp" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [lib] crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "trotp" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.data-encoding] version = "2.1.1" [dependencies.totp-rs] version = "3.1.0" [dependencies.wasm-bindgen] version = "0.2" [features] default = ["cli-clipboard"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.chrono] version = "0.4" features = ["serde"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.clap] version = "3.1.18" features = ["derive"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cli-clipboard] version = "0.2.1" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.crossterm] version = "0.25.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.ctrlc] version = "3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.env_logger] version = "0.9.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.log] version = "0.4.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.openssl] version = "0.10" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.passwords] version = "3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.r2d2] version = "0.8.8" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.r2d2_sqlite] version = "0.21.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rpassword] version = "7.0.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rusqlite_migration] version = "1.0.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.serde] version = "1.0" features = ["derive"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.serde_json] version = "1.0.81" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tiny_http] version = "0.11" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tui] version = "0.19.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.urlencoding] version = "2.1.0"