[badges.gitlab]
branch = "trunk"
repository = "grauwoelfchen/hype"
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_urlencoded]
version = "0.7"
[dev-dependencies.cargo-husky]
default-features = false
features = ["user-hooks"]
version = "1"
[package]
authors = ["Yasuhiro Яша Asaka <yasuhiro.asaka@grauwoelfchen.net>"]
categories = ["command-line-utilities", "api-bindings"]
description = "An interface to interact with Discord via API\n"
documentation = "https://docs.rs/crate/hype"
edition = "2018"
exclude = ["doc", ".cargo-husky", ".tool", "Makefile", "rust-toolchain", ".env*", ".gitignore", ".clippy.toml", ".rustfmt.toml", ".gitlab-ci.yml"]
homepage = "https://gitlab.com/grauwoelfchen/hype"
keywords = []
license = "GPL-3.0-or-later"
name = "hype"
readme = "README.md"
repository = "https://gitlab.com/grauwoelfchen/hype"
version = "0.0.1"