# 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 = "totpm" version = "0.1.2" authors = ["Anton Ekblad "] build = false exclude = [ "fedora-builder", "fedora-test", ".*", "totpm.conf", "totpm.spec", "totpm.sysusers", "Makefile", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A TPM-backed command line TOTP/2FA client, using fprintd for user presence verification." readme = "README.md" keywords = [ "tpm", "2fa", "otp", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/koditoriet/totpm" [profile.release] lto = true strip = true [lib] name = "totpm" path = "src/lib.rs" [[bin]] name = "totpm" path = "src/main.rs" [dependencies.clap] version = "4.5.14" features = ["derive"] [dependencies.dbus] version = "0.9.7" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.8.5" [dependencies.rpassword] version = "7.3.1" [dependencies.rusqlite] version = "0.31.0" [dependencies.serde] version = "1.0.205" [dependencies.serde_derive] version = "1.0.205" [dependencies.serde_json] version = "1.0.128" optional = true [dependencies.stderrlog] version = "0.6.0" [dependencies.toml] version = "0.8.19" [dependencies.tss-esapi] version = "7.4.0" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.tempfile] version = "3.11.0" [features] dbus-tests = [] default = ["import"] import = ["dep:serde_json"] install = []