wagyu-model 0.6.0

A generic model for cryptocurrency wallets
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]
edition = "2018"
name = "wagyu-model"
version = "0.6.0"
authors = ["Collin Chin", "Raymond Chu", "Ali Mousa", "Howard Wu"]
description = "A generic model for cryptocurrency wallets"
homepage = "https://github.com/ArgusHQ/wagyu"
readme = "README.md"
keywords = ["bitcoin", "blockchain", "cryptocurrency", "ethereum", "wallet"]
categories = ["command-line-utilities", "cryptocurrency"]
license = "MIT/Apache-2.0"
repository = "https://github.com/ArgusHQ/wagyu/model"
[dependencies.base58]
version = "0.1"

[dependencies.base58-monero]
version = "0.1.1"

[dependencies.bech32]
version = "0.6"

[dependencies.byteorder]
version = "1"

[dependencies.crypto-mac]
version = "0.7.0"

[dependencies.failure]
version = "0.1.5"

[dependencies.hex]
version = "0.3.2"

[dependencies.rand]
version = "0.7"

[dependencies.rand_core]
version = "0.5.0"

[dependencies.ripemd160]
version = "0.8"

[dependencies.secp256k1]
version = "0.15.0"

[dependencies.sha2]
version = "0.8"
[badges.travis-ci]
branch = "master"
repository = "ArgusHQ/wagyu"