bch 0.1.1

A Rust library for working with Bitcoin Cash
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 = "bch"
version = "0.1.1"
authors = ["Brenton Gunning <brentongunning@gmail.com>"]
description = "A Rust library for working with Bitcoin Cash"
keywords = ["bitcoin", "cash", "crypto"]
license = "MIT"
repository = "https://github.com/brentongunning/rust-bch"
[profile.release]
opt-level = "s"
lto = true
[dependencies.byteorder]
version = "1.2"

[dependencies.digest]
version = "0.7"

[dependencies.dns-lookup]
version = "0.9"

[dependencies.hex]
version = "0.3"

[dependencies.lazy_static]
version = "1.0"

[dependencies.linked-hash-map]
version = "0.5"

[dependencies.log]
version = "0.4"
features = ["max_level_trace", "release_max_level_warn"]

[dependencies.murmur3]
version = "0.4"

[dependencies.rand]
version = "0.5"

[dependencies.ring]
version = "0.12"

[dependencies.ripemd160]
version = "0.7"

[dependencies.rust-base58]
version = "0.0"

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

[dependencies.secp256k1]
version = "0.11"

[dependencies.snowflake]
version = "1.3"