cdpay 0.1.1

CryptoDiggers payment API client.
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 = "cdpay"
version = "0.1.1"
authors = ["Martin Habovštiak <martin.habovstiak@gmail.com>"]
description = "CryptoDiggers payment API client."
readme = "README.md"
keywords = ["CryptoDiggers", "payment", "Bitcoin", "cryptocurrency", "API"]
categories = ["api-bindings", "network-programming"]
license = "MITNFA"
repository = "https://github.com/Kixunil/cdpay"
[package.metadata.docs.rs]
all-features = true
features = ["slog"]
[dependencies.futures]
version = "0.1"

[dependencies.hyper]
version = "0.11"

[dependencies.hyper-tls]
version = "0.1.2"

[dependencies.native-tls]
version = "0.1.4"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.slog]
version = "2.4"
optional = true

[dependencies.tokio-core]
version = "0.1"

[dependencies.tokio-retry]
version = "0.1"

[dependencies.urlencoding]
version = "1"

[features]
default = []