# 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 = "am-api" version = "1.1.0" authors = ["localcc"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for interfacing with the Apple Music API" homepage = "https://github.com/localcc/am-api" documentation = "https://docs.rs/am-api" readme = "README.md" keywords = [ "api", "apple-music", "music", "async", "musickit", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/localcc/am-api" [lib] name = "am_api" path = "src/lib.rs" [[test]] name = "album" path = "tests/album.rs" [[test]] name = "artist" path = "tests/artist.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "curator" path = "tests/curator.rs" [[test]] name = "genre" path = "tests/genre.rs" [[test]] name = "library" path = "tests/library.rs" [[test]] name = "library_playlist" path = "tests/library_playlist.rs" [[test]] name = "music_video" path = "tests/music_video.rs" [[test]] name = "playlist" path = "tests/playlist.rs" [[test]] name = "record_label" path = "tests/record_label.rs" [[test]] name = "search" path = "tests/search.rs" [[test]] name = "song" path = "tests/song.rs" [[test]] name = "station" path = "tests/station.rs" [[test]] name = "storefront" path = "tests/storefront.rs" [dependencies.am-api-proc-macro] version = "1.0.0" [dependencies.async-stream] version = "0.3.5" [dependencies.celes] version = "2.4.0" [dependencies.futures] version = "0.3.29" [dependencies.reqwest] version = "0.12.7" features = [ "cookies", "json", "gzip", ] default-features = false [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dependencies.time] version = "0.3.36" features = [ "serde-well-known", "macros", ] [dependencies.tinytemplate] version = "1.2.1" [dependencies.tokio] version = "1.34.0" features = ["full"] [features] default = ["rustls-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"]