{"id":59676,"library":"rspotify","title":"Rspotify","description":"Spotify API wrapper.","status":"active","version":"0.16.1","language":"rust","source_language":null,"source_url":"https://github.com/ramsayleung/rspotify","tags":["spotify","api","music","wrapper"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nrspotify = \"0.16.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add rspotify","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Client","correct":"use rspotify::Client;"}],"quickstart":{"code":"use rspotify::Client;\n\n#[tokio::main]\nasync fn main() {\n    let client = Client::new();\n    println!(\"Spotify client created\");\n}","lang":"rust","description":"Create a Spotify API client."},"warnings":[{"fix":"Use #[tokio::main] or manually create a tokio runtime.","message":"Requires a tokio runtime for async operations.","severity":"gotcha","affected_versions":">=0.16.0"}],"env_vars":null,"search_vec":"'api':3,6 'music':7 'rspotifi':1 'spotifi':2,5 'wrapper':4,8","created_at":"2026-06-16T17:12:59.652420+00:00","updated_at":"2026-06-16T17:12:59.652420+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ramsayleung/rspotify","github":"https://github.com/ramsayleung/rspotify","docs":"https://docs.rs/rspotify/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","auth"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}