[dependencies.rand]
version = "0.8.5"
[dependencies.rand_chacha]
version = "0.3.1"
[dependencies.rayon]
version = "1.9.0"
[lib]
name = "xor_cryptor"
path = "src/lib.rs"
[package]
authors = ["Shashank Verma <shank03>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "A encryption/decryption library using bitwise xor"
edition = "2021"
keywords = ["xor", "cryptor", "encryption", "decryption", "cipher"]
license = "MIT"
name = "xor_cryptor"
readme = "README.md"
repository = "https://github.com/shank03/XORCryptor-Rust"
version = "2.0.2"