# 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 = "hermetica" version = "0.1.3" authors = ["Alejandro Cadarso "] description = "Hardware accelerated file encryption/decryption" readme = "README.md" keywords = [ "cli", "encryption", "decryption", "paralell", "accelerated", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/cdrso/hermetica" [dependencies.bytemuck] version = "1.16.1" [dependencies.filepath] version = "0.1.2" [dependencies.indicatif] version = "0.17.8" [dependencies.rand] version = "0.8.5" [dependencies.rpassword] version = "7.3.1" [dependencies.sha256] version = "1.5.0" [dependencies.tempfile] version = "3.10.1" [dependencies.zeroize] version = "1.8.1" [build-dependencies.cc] version = "1.0.99" [build-dependencies.nasm-rs] version = "0.3.0"