# 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 = "passrs" version = "0.6.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation of the Linux pass program, with shared folders" homepage = "https://gitlab.com/zevaryx/passrs" readme = "README.md" license = "MIT" repository = "https://gitlab.com/zevaryx/passrs" [lib] name = "passrs" path = "src/lib.rs" [[bin]] name = "passrs" path = "src/bin/passrs/main.rs" [dependencies.base64] version = "0.22.1" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.cli-clipboard] version = "0.4.0" [dependencies.dirs] version = "5.0.1" [dependencies.passwords] version = "3.1" [dependencies.qrcode] version = "0.14.1" default-features = false [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.rpassword] version = "7.3.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.text_io] version = "0.1"