# 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 = "braintreepayment_graphql" version = "0.1.2" authors = ["David Gräff "] description = "This crate allows easy access to the [Braintree](https://www.braintreepayments.com) API via the GraphQL interface." readme = "readme.md" keywords = ["braintree", "payment", "paypal"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/davidgraeff/braintree-payment-graphql-rs" [package.metadata.docs.rs] features = ["external_doc", "rocket_support"] [dependencies.chrono] version = "^0.4" features = ["serde"] [dependencies.failure] version = "^0.1" [dependencies.graphql_client] version = "^0.8" [dependencies.rand] version = "^0.7" optional = true [dependencies.reqwest] version = "^0.9" default-features = false [dependencies.rust_decimal] version = "^1.0" [dependencies.rust_decimal_macros] version = "^1.0" [dependencies.serde] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dev-dependencies.doc-comment] version = "^0.3" [features] default = ["default-tls", "mutation_id"] default-tls = ["reqwest/default-tls"] external_doc = [] mutation_id = ["rand"] rustls-tls = ["reqwest/rustls-tls"]