# 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 = "stripe-rust" version = "0.12.3" authors = ["Anna Baldwin ", "Kevin Stenerson "] description = "API bindings for the Stripe HTTP API" homepage = "https://github.com/wyyerd/stripe-rs" documentation = "https://docs.rs/stripe-rust" readme = "README.md" keywords = ["stripe", "v1", "api"] categories = ["api-bindings"] license = "MIT OR 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-util] version = "0.3.1" default-features = false [dependencies.hmac] version = "0.6" optional = true [dependencies.http] version = "0.2.0" [dependencies.hyper] version = "0.13" features = ["tcp"] default-features = false [dependencies.hyper-rustls] version = "0.19" optional = true [dependencies.hyper-tls] version = "0.4" optional = true [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" [dependencies.tokio] version = "0.2.0" features = ["tcp", "time"] default-features = false [dev-dependencies.lazy_static] version = "1.3.0" [dev-dependencies.tokio] version = "0.2" features = ["full"] [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"] [badges.travis-ci] repository = "wyyerd/stripe-rs"