[package] name = "analyticord" version = "0.1.2" authors = ["Paul "] repository = "https://git.procrastination.life/Pako/Analyticord.rs.git" homepage = "https://git.procrastination.life/Pako/Analyticord.rs" license = "WTFPL" readme = "README.md" description = "Simple wrapper around the Analyticord API." documentation = "https://docs.rs/analyticord" [dependencies] reqwest = "0.7.2" serde = "1.0.11" serde_json = "1.0.2" hyper = "0.11.2" serde_urlencoded = "0.5.1" serde_derive = "1.0.11" derive-error = "0.0.3"