nobsign 0.2.0

A simple but effective sign library, written in Rust
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 = "nobsign"
version = "0.2.0"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
include = ["Cargo.toml", "README*", "LICENSE*", "src/**/*", "tests/**/*", "examples/**/*"]
description = "A simple but effective sign library, written in Rust"
homepage = "https://github.com/badboy/nobsign"
documentation = "http://badboy.github.io/nobsign/"
readme = "README.md"
keywords = ["cryptography", "signature", "hmac"]
license = "BSD-3-Clause"
repository = "https://github.com/badboy/nobsign"
[dependencies.base64]
version = "0.10"

[dependencies.byteorder]
version = "1.2"

[dependencies.ring]
version = "0.14"