[dependencies.aes-gcm-siv]
version = "0.11.1"
[dependencies.anyhow]
version = "1.0.60"
[dependencies.bincode]
version = "1.3.3"
[dependencies.log]
version = "0.4.17"
[dependencies.rust-argon2]
version = "1.0.0"
[dependencies.serde]
version = "1.0.143"
[dependencies.serde_derive]
version = "1.0.143"
[package]
authors = ["NiiightmareXD <https://github.com/NiiightmareXD"]
categories = ["cryptography"]
description = "A simple and high level library to encrypt and decrypt text, files and any data with it"
documentation = "https://docs.rs/simple_crypt"
edition = "2021"
keywords = ["crypto", "encryption", "aes", "aes-gcm-siv", "cypher"]
license = "MIT"
name = "simple_crypt"
readme = "README.md"
repository = "https://github.com/NiiightmareXD/simple_crypt"
resolver = "2"
version = "0.1.6"