# 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 = "rust_spotify_web_playback_sdk" version = "0.2.4" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "a wrapper around the spotify Web Playback SDK for wasm porjects " documentation = "https://docs.rs/rust_spotify_web_playback_sdk/" readme = "README.md" keywords = [ "Spotify", "SDK", "web", "wrapper", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/KOEGlike/rust_spotify_web_playback_sdk" [lib] name = "rust_spotify_web_playback_sdk" path = "src/lib.rs" [dependencies.js-sys] version = "0.3" [dependencies.nestify] version = "0.3" [dependencies.rust_spotify_web_playback_sdk_macro] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3"