[package] name = "chacha" version = "0.3.0" authors = ["Peter Reid "] license = "MIT/Apache-2.0" description = "ChaCha stream ciphers" repository = "https://github.com/PeterReid/chacha" documentation = "http://peterreid.github.io/chacha" [dependencies] byteorder = "^1" keystream = "^1" [features] nightly = [] bench = []