# 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 = "mtotp" version = "0.1.0" description = "Totp manager" readme = "README.md" license = "MIT" repository = "https://github.com/niuhuan/mtotp-rs" [dependencies.base32] version = "0.4" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.dialoguer] version = "0.11" [dependencies.dirs] version = "5.0" [dependencies.hmac] version = "0.12" [dependencies.once_cell] version = "1.18" [dependencies.regex] version = "1.10" [dependencies.sea-orm] version = "0.12" features = [ "sqlx-sqlite", "runtime-tokio-rustls", "macros", ] [dependencies.sha1] version = "0.10" [dependencies.tokio] version = "1.33" features = [ "io-std", "rt-multi-thread", "rt", "fs", "sync", "tokio-macros", "time", "macros", ] [dependencies.url] version = "2.4" [dependencies.uuid] version = "1.4" features = ["v4"]