[package] name = "mopidy" version = "0.0.0" authors = ["Cameron Fyfe "] license = "MIT OR Apache-2.0" description = "Rust library for Mopidy API" homepage = "https://gitlab.com/cameronfyfe/mopidy-rs" documentation = "https://gitlab.com/cameronfyfe/mopidy-rs" repository = "https://gitlab.com/cameronfyfe/mopidy-rs" readme = "README.md" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1", features = ["full"] } reqwest = "0.11"