# 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 = "ofi-pass" version = "0.5.0" authors = ["Sereinity "] build = false exclude = [".github/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A password promptor for pass" readme = "README.md" keywords = [ "pass", "wofi", "rofi", ] license = "AGPL-3.0-or-later" repository = "https://github.com/sereinity/ofi-pass" [[bin]] name = "ofi-pass" path = "src/main.rs" [dependencies.directories] version = "5.0" [dependencies.log] version = "0.4" [dependencies.stderrlog] version = "0.5" [dependencies.walkdir] version = "2.3" [dev-dependencies.mocktopus] version = "0.8.0"