# 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 = "2021" name = "app-store-server-library" version = "2.3.0" authors = [ "tkhp", "namecare", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Rust server library for the App Store Server API and App Store Server Notifications" homepage = "https://github.com/namecare/app-store-server-library-rust" documentation = "https://docs.rs/app-store-server-library" readme = "README.md" keywords = [ "apple", "appstore", ] license = "MIT" repository = "https://github.com/namecare/app-store-server-library-rust" [lib] name = "app_store_server_library" path = "src/lib.rs" [dependencies.asn1-rs] version = "0.6.2" optional = true [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.pem] version = "3.0.4" [dependencies.regex] version = "1.10.6" optional = true [dependencies.reqwest] version = "0.12.5" features = ["json"] optional = true [dependencies.ring] version = "0.17.8" [dependencies.serde] version = "1.0.205" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.serde_repr] version = "0.1.19" [dependencies.serde_with] version = "3.9.0" features = ["chrono"] [dependencies.thiserror] version = "1.0.63" [dependencies.url] version = "2.5.0" [dependencies.uuid] version = "1.10.0" features = [ "serde", "v4", ] [dependencies.x509-parser] version = "0.16.0" features = [ "verify", "validate", ] [dev-dependencies.http] version = "1.1.0" [dev-dependencies.jsonwebtoken] version = "9.3.0" features = ["use_pem"] [dev-dependencies.tokio] version = "1.39.2" features = [ "test-util", "macros", ] [features] api-client = ["dep:reqwest"] receipt-utility = [ "dep:asn1-rs", "dep:regex", ]