# 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" rust-version = "1.74.1" name = "prs-gtk3" version = "0.5.1" authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"] description = "Secure, fast & convenient password manager CLI with GPG & git sync" homepage = "https://timvisee.com/projects/prs" readme = "README.md" keywords = [ "pass", "passwordstore", ] categories = [ "authentication", "command-line-utilities", "cryptography", ] license = "GPL-3.0" repository = "https://gitlab.com/timvisee/prs" [[bin]] name = "prs-gtk3-copy" path = "./src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.gdk] version = "0.18" [dependencies.gio] version = "0.18" features = ["v2_72"] [dependencies.glib] version = "0.18" [dependencies.gtk] version = "0.18" features = ["v3_24"] [dependencies.notify-rust] version = "4.6" optional = true [dependencies.prs-lib] version = "=0.5.1" default-features = false [dependencies.thiserror] version = "1.0" [features] backend-gnupg-bin = ["prs-lib/backend-gnupg-bin"] backend-gpgme = ["prs-lib/backend-gpgme"] default = [ "backend-gnupg-bin", "notify", "tomb", ] notify = ["notify-rust"] tomb = ["prs-lib/tomb"]