# 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" rust-version = "1.78" name = "app-store-connect" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Apple App Store Connect API and client" homepage = "https://github.com/indygreg/apple-platform-rs" readme = "README.md" keywords = ["apple"] license = "Apache-2.0 OR MIT" repository = "https://github.com/indygreg/apple-platform-rs.git" [lib] name = "app_store_connect" path = "src/lib.rs" [[bin]] name = "app-store-connect" path = "src/main.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.5" [dependencies.jsonwebtoken] version = "9.2.0" [dependencies.log] version = "0.4.22" [dependencies.pem] version = "3.0.4" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.9" features = [ "blocking", "http2", "json", "rustls-tls-native-roots", ] default-features = false [dependencies.rsa] version = "0.9.6" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.thiserror] version = "1.0.66" [dependencies.x509-certificate] version = "0.24.0"