# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "svanill" version = "0.2.0" authors = ["Riccardo Attilio Galli "] description = "A command line tool to encrypt/decrypt your sensitive data." homepage = "https://svanill.com" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/svanill/svanill-cli" [dependencies.anyhow] version = "1.0.31" [dependencies.atty] version = "0.2.14" [dependencies.data-encoding] version = "2.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.69" [dependencies.nix] version = "0.17.0" [dependencies.ring] version = "0.16.13" [dependencies.rpassword] version = "4.0.5" [dependencies.structopt] version = "0.3.14" [dependencies.thiserror] version = "1.0.17"