F80A18 0.0.0

API bindings for the Stripe v1 HTTP API
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 = "F80A18"
version = "0.0.0"
authors = ["Doc <terry.raimondo@gmail.com>"]
description = "API bindings for the Stripe v1 HTTP API"
documentation = "https://docs.rs/stripe-rust"
keywords = ["stripe", "v1", "api"]
categories = ["api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/wyyerd/stripe-rs"

[lib]
name = "stripe"

[[example]]
name = "async_create_charge"
required-features = ["async"]
[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures]
version = "0.1.23"

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

[dependencies.reqwest]
version = "0.9"

[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]
version = "0.7"
optional = true

[dependencies.smol_str]
version = "0.1.10"
[dev-dependencies.lazy_static]
version = "1.3.0"

[features]
async = []
default = ["webhooks"]
webhooks = ["hmac", "sha2"]