# 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 = "2018" name = "totp_clipboard" version = "0.2.2" authors = ["Guillaume Gauvrit "] description = "GUI TOTP client to get totp code in two click." homepage = "https://github.com/mardiros/totp_clipboard" readme = "README.md" keywords = [ "totp", "systray", "application", ] categories = [ "GUI", "Authentication", ] license = "BSD-3-Clause" repository = "https://github.com/mardiros/totp_clipboard" [[bin]] name = "totp-clipboard" path = "src/main.rs" [dependencies.clipboard] version = "0.5.0" [dependencies.dirs] version = "4.0" [dependencies.gtk] version = "0.15" [dependencies.gtk-sys] version = "0.15" [dependencies.libappindicator] version = "0.7.1" [dependencies.libreauth] version = "0.15.0" [dependencies.serde_json] version = "1.0.89"