[package] name = "rustfm" version = "0.1.2" authors = ["Roxas Shadow "] license = "WTFPL" description = "A Rust interface for Last.fm APIs" repository = "https://github.com/RoxasShadow/rustfm" keywords = ["lastfm"] [lib] name = "rustfm" path = "src/lib.rs" [dependencies] serde = "0.8" serde_json = "0.8" serde_derive = "0.8.0" hyper = "0.9" url = "1.2" lazy_static = "0.2"