keccakrs 0.1.1

A verbose, readable implementation of Keccak in Rust
Documentation
[package]
description = "A verbose, readable implementation of Keccak in Rust"
homepage = "https://github.com/botagar/keccakrs"
repository = "https://github.com/botagar/keccakrs"
name = "keccakrs"
version = "0.1.1"
authors = ["John Geddes <botagar@gmail.com>"]
keywords = ["keccak", "crypto", "hash"]
categories = ["cryptography"]
license = "MPL-2.0"

[lib]
path = "src/keccak.rs"

[profile.dev]
opt-level = 0
debug = true

[profile.release]
opt-level = 3
debug = false

# More fields: http://doc.crates.io/manifest.html#package-metadata