hashcash 0.1.0

hashcash anti-spam / denial of service counter-measure tool
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "hashcash"
version = "0.1.0"
authors = ["Gordon Hall <gordonh@member.fsf.org>"]
description = "hashcash anti-spam / denial of service counter-measure tool"
readme = "README.md"
keywords = ["hashcash", "spam", "pow", "ddos"]
license = "LGPL-3.0"
repository = "https://github.com/bookchin/hashcash-rs"

[[bin]]
name = "hc"
path = "src/main.rs"
bench = false
[dependencies.base64]
version = "0.6.0"

[dependencies.byteorder]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2"

[dependencies.rand]
version = "0.5"

[dependencies.rust-crypto]
version = "^0.2"