# 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 = "eosio-client-keys"
version = "0.1.0"
authors = ["Ian Holsman <ian@holsman.com.au>"]
description = "EOSIO Key/Signature handling"
homepage = "https://github.com/kryton/eosio-rust-api/tree/master/eosio-client-keys"
readme = "README.md"
keywords = ["eosio", "blockchain"]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/kryton/eosio-rust-api/"
[dependencies.bs58]
version = "0.3.1"

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

[dependencies.error-chain]
version = "0.12.2"

[dependencies.hmac]
version = "0.7.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.rand]
version = "0.7.3"

[dependencies.regex]
version = "1.3.7"

[dependencies.ripemd160]
version = "0.8.0"

[dependencies.secp256k1]
version = "0.17.2"

[dependencies.sha2]
version = "0.8.1"