# 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 = "iapiab" version = "0.1.0" authors = ["yoshidan "] description = "iapiab verifies the purchase receipt via AppStore or GooglePlayStore." readme = "README.md" keywords = ["iap", "iab", "appstore", "playstore"] license-file = "LICENSE" repository = "https://github.com/yoshidan/rust-iap" [dependencies.async-trait] version = "0.1.50" [dependencies.base64] version = "0.13.0" [dependencies.google-androidpublisher3] version = "2.0.0" [dependencies.hyper] version = "0.14.8" [dependencies.hyper-rustls] version = "0.22.1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rsa] version = "0.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.sha-1] version = "0.9.6" [dependencies.thiserror] version = "1.0.25" [dependencies.tokio] version = "1" features = ["full"] [dependencies.x509-parser] version = "0.9.2" [dependencies.yup-oauth2] version = "5.1.0" [dev-dependencies.tokio-test] version = "0.4.2"