# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "iap" version = "0.3.1" authors = ["extrawurst , Lyon Beckers"] description = "async google/apple receipt validation using hyper" keywords = ["google", "apple", "mobile", "purchases", "verifaction"] categories = ["web-programming", "asynchronous"] license = "MIT" repository = "https://github.com/gameroasters/iap-rs" [dependencies.async-recursion] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.hyper] version = "0.14" features = ["http1"] [dependencies.hyper-tls] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.yup-oauth2] version = "6.3" features = ["hyper-tls", "service_account"] default-features = false [dev-dependencies.mockito] version = "0.30" [dev-dependencies.serial_test] version = "0.6" [dev-dependencies.tokio] version = "1" features = ["macros"] default-features = false