[package] name = "xor-cipher" version = "4.0.0" authors = ["nekitdev "] edition = "2021" description = "Simple, reusable and optimized XOR ciphers in Rust." documentation = "https://docs.rs/xor-cipher" readme = "README.md" homepage = "https://xor-cipher.org/" repository = "https://github.com/xor-cipher/xor-cipher" license = "MIT" keywords = ["xor", "cipher"] [features] std = []