stripe-rust 0.12.3

API bindings for the Stripe HTTP API
Documentation
[[example]]
name = "async_create_charge"
required-features = ["async"]
[badges.travis-ci]
repository = "wyyerd/stripe-rs"
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.futures-util]
default-features = false
version = "0.3.1"

[dependencies.hmac]
optional = true
version = "0.6"

[dependencies.http]
version = "0.2.0"

[dependencies.hyper]
default-features = false
features = ["tcp"]
version = "0.13"

[dependencies.hyper-rustls]
optional = true
version = "0.19"

[dependencies.hyper-tls]
optional = true
version = "0.4"

[dependencies.serde]
version = "1.0.79"

[dependencies.serde_derive]
version = "1.0.79"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_qs]
version = "0.4"

[dependencies.sha2]
optional = true
version = "0.7"

[dependencies.smol_str]
version = "0.1.10"

[dependencies.tokio]
default-features = false
features = ["tcp", "time"]
version = "0.2.0"
[dev-dependencies.lazy_static]
version = "1.3.0"

[dev-dependencies.tokio]
features = ["full"]
version = "0.2"

[features]
async = []
billing = []
blocking = ["tokio/rt-core"]
checkout = []
connect = []
default = ["full", "webhook-events", "blocking", "default-tls"]
default-tls = ["hyper-tls"]
events = []
fraud = []
full = ["checkout", "billing", "connect", "fraud", "issuing", "orders", "sigma", "webhook-endpoints"]
issuing = []
orders = []
rustls-tls = ["hyper-rustls"]
sigma = []
webhook-endpoints = []
webhook-events = ["events", "hmac", "sha2"]
webhooks = ["webhook-endpoints", "webhook-events"]

[lib]
name = "stripe"

[package]
authors = ["Anna Baldwin <abaldwin@developers.wyyerd.com>", "Kevin Stenerson <kstenerson@developers.wyyerd.com>"]
categories = ["api-bindings"]
description = "API bindings for the Stripe HTTP API"
documentation = "https://docs.rs/stripe-rust"
edition = "2018"
homepage = "https://github.com/wyyerd/stripe-rs"
keywords = ["stripe", "v1", "api"]
license = "MIT OR Apache-2.0"
name = "stripe-rust"
readme = "README.md"
repository = "https://github.com/wyyerd/stripe-rs"
version = "0.12.3"