[package] name = "svanill" description = "A command line tool to encrypt/decrypt your sensitive data." version = "0.2.0" authors = ["Riccardo Attilio Galli "] homepage = "https://svanill.com" repository = "https://github.com/svanill/svanill-cli" license = "AGPL-3.0-or-later" readme = "README.md" edition = "2018" [dependencies] structopt = "0.3.14" ring = "0.16.13" data-encoding = "2.2.0" lazy_static = "1.4.0" rpassword = "4.0.5" nix = "0.17.0" libc = "0.2.69" thiserror = "1.0.17" anyhow = "1.0.31" atty = "0.2.14"