# 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 = "chargo" version = "0.1.2" exclude = [".DS_Store"] description = "Chargo is a tool for file encryption/decryption with password. It's based on Argon2 and ChaCha20Poly1305 algorithms." documentation = "https://docs.rs/chargo" readme = "README.md" keywords = [ "password", "crypto", "hashing", "encryption", "decryption", ] license = "MIT" repository = "https://github.com/arg2u/chargo" [lib] name = "chargo" crate-type = ["lib"] doctest = true doc = true [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.rand] version = "0.8.4" [dependencies.rust-argon2] version = "1.0" [dependencies.spinners-rs] version = "2.3.0" [dependencies.structopt] version = "0.3" default-features = false