[package] authors = ["Zeyla Hellyer "] categories = ["api-bindings", "web-programming"] description = "Bindings for the top.gg API." documentation = "https://docs.rs/top-gg" edition = "2018" keywords = ["discord"] license = "ISC" name = "top-gg" repository = "https://github.com/zeyla/top.gg.rs.git" version = "0.1.0-alpha.0" [badges.maintenance] status = "actively-developed" [dependencies] chrono = { features = ["serde"], version = "0.4" } futures-preview = "0.3.0-alpha.19" reqwest = { default-features = false, features = ["json"], version = "0.10.0-alpha.1" } serde = { features = ["derive"], version = "1" } serde_json = "1" snafu = "0.5" url = "2" [dev-dependencies] tokio = "0.2.0-alpha.6"