[package] name = "passrs" version = "0.6.3" edition = "2021" license = "MIT" description = "Rust implementation of the Linux pass program, with shared folders" homepage = "https://gitlab.com/zevaryx/passrs" repository = "https://gitlab.com/zevaryx/passrs" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chacha20poly1305 = "0.10.1" dirs = "5.0.1" rand = "0.8" rpassword = "7.3.1" text_io = "0.1" base64 = "0.22.1" cli-clipboard = "0.4.0" passwords = "3.1" regex = "1" qrcode = { version = "0.14.1", default-features = false } serde = { version = "1", features = ["derive"] } serde_json = "1.0"