yobicrypto 0.1.5

The Yobicash cryptographyc toolkit
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 = "yobicrypto"
version = "0.1.5"
authors = ["Christian Nyumbayire <christian@yobicash.org>"]
description = "The Yobicash cryptographyc toolkit"
categories = ["cryptography"]
license = "MIT/Apache-2.0"
repository = "https://github.com/yobicash/yobicrypto"

[lib]
name = "yobicrypto"
path = "src/lib.rs"
[dependencies.byteorder]
version = "^1.2"

[dependencies.ctaes-sys]
version = "^0.1"

[dependencies.curve25519-dalek]
version = "^0.14"
features = ["serde"]

[dependencies.digest]
version = "^0.7"

[dependencies.failure]
version = "^0.1"

[dependencies.failure_derive]
version = "^0.1"

[dependencies.generic-array]
version = "^0.9"
features = ["serde"]

[dependencies.hex]
version = "^0.3"

[dependencies.num]
version = "^0.1"
features = ["serde"]

[dependencies.rand]
version = "^0.4"

[dependencies.rmp]
version = "^0.8"

[dependencies.rmp-serde]
version = "^0.13"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"

[dependencies.sha2]
version = "^0.7"

[dependencies.subtle]
version = "^0.3"

[dependencies.typenum]
version = "^1.9"