# 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 = "lockur" version = "0.1.0" authors = ["mintsuku "] description = "A simple cli tool to make file encryption a breeze." readme = "README.md" license = "MIT" repository = "https://github.com/mintsuku/lockur" [[bin]] name = "lockur" path = "src/main.rs" [dependencies.aead] version = "0.5.2" [dependencies.aes-gcm] version = "0.10.3" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.3" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.pbkdf2] version = "0.12.2" [dependencies.sha2] version = "0.10.8"