# 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 = "libpass" version = "0.4.0" authors = ["Finn Sell "] description = "library for interacting with pass managed data" documentation = "https://docs.rs/libpass/" keywords = [ "pass", "password", "manager", "unix", ] categories = [ "api-bindings", "cryptography", "data-structures", "filesystem", ] license = "MIT" repository = "https://github.com/ftsell/libpass-rs" resolver = "2" [dependencies.directories] version = "4.0.1" [dependencies.gpgme] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.thiserror] version = "1.0.31" [dev-dependencies]