[package] name = "soundcloud" version = "0.1.0" edition = "2021" description = "A small rust crate for fetching data from soundcloud without developer account" authors = ["alterwain"] keywords = ["api", "network", "audio", "music"] categories = ["network-programming", "asynchronous", "api", "music", "audio"] [lib] crate-type = ["staticlib", "cdylib", "lib"] [dependencies] reqwest = { version = "0.12", features = ["json"] } tokio = { version = "1", features = ["full"] }