[package] name = "glitchdex_api" version = "0.3.5" edition = "2018" license = "MIT" description = "Glitchdex is a open source project that allows you to view entries on different users of the Repl.it Discord Server, Glitchdex's slogan is \"giving you false information everyday\"" repository = "https://github.com/Jess4Tech/glitchdex_api" keywords = ["glitchdex", "replit"] categories = ["api-bindings"] [dependencies] hyper = {version = "0.14.13", features = ["http1", "client", "runtime", "tcp"]} hyper-tls = "0.5.0" tokio = {version = "1.11.0", features = ["macros", "rt-multi-thread"]} serde = {version = "1.0.130", features = ["derive"]} serde_json = "1.0.68"