# 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 = "spotify_info" version = "0.5.0" authors = ["Ricky12Awesome"] exclude = ["extension"] description = "Gets metadata from spotify using a spicetify extension using websockets" homepage = "https://github.com/Ricky12Awesome/spotify_info" readme = "README.md" license = "MIT" repository = "https://github.com/Ricky12Awesome/spotify_info" resolver = "2" [dependencies.futures-channel] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["sink", "std"] default-features = false [dependencies.tokio] version = "1.17" features = ["net"] default-features = false [dependencies.tokio-tungstenite] version = "0.17" [dev-dependencies.tokio] version = "1.17" features = ["io-std", "macros", "net", "rt-multi-thread", "time"] default-features = false