[[example]]
name = "turing_basic"
path = "examples/turing_basic.rs"
[lib]
name = "turing_cipher"
path = "src/lib.rs"
[package]
authors = ["Bright Xu <BrightXu666@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fast Rust implementation of Qualcomm's Turing stream cipher."
edition = "2021"
include = ["examples/**/*.rs", "src/**/*", "Cargo.toml", "LICENSE*", "ReadMe.md"]
keywords = ["turing", "cipher"]
license = "MIT OR Apache-2.0"
name = "turing-cipher"
readme = "ReadMe.md"
repository = "https://github.com/BrightX/rust-turing"
version = "0.1.1"