# 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 = "appstoreconnect" version = "0.1.11" description = "appstoreconnect client" readme = "README.md" license = "MIT" repository = "https://github.com/niuhuan/appstoreconnect-rs" resolver = "2" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.jsonwebtoken] version = "9" [dependencies.reqwest] version = "0.11" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.34.0" [dev-dependencies.base64] version = "0.21.5" [dev-dependencies.tokio] version = "1.34.0" features = [ "rt", "macros", ] [features] default = ["reqwest/default"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"] rustls-tls-manual-roots = ["reqwest/rustls-tls-manual-roots"] rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"] rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]