# 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 = "secure_layer" version = "0.1.0" authors = ["Amit Hendin"] description = "A mechanism to secure server client communication" readme = "README.md" keywords = [ "crypto", "security", ] categories = ["cryptography"] license = "GPL-3.0" license-file = "LICENSE" repository = "https://github.com/amithendin/secure_layer.git" [dependencies.aes-gcm] version = "0.10.3" [dependencies.rand] version = "0.8.5" [dependencies.rusqlite] version = "0.30.0" features = ["bundled"] [dependencies.sha3] version = "0.10.8"