hype 0.0.1

An interface to interact with Discord via API
[package]
name = "hype"
description = """\
An interface to interact with Discord via API
"""
version = "0.0.1"
authors = ["Yasuhiro Яша Asaka <yasuhiro.asaka@grauwoelfchen.net>"]
edition = "2018"
homepage = "https://gitlab.com/grauwoelfchen/hype"
readme = "README.md"
keywords = []
categories = [
  "command-line-utilities",
  "api-bindings",
]
documentation = "https://docs.rs/crate/hype"
repository = "https://gitlab.com/grauwoelfchen/hype"
license = "GPL-3.0-or-later"

exclude = [
  "doc",
  ".cargo-husky",
  ".tool",
  "Makefile",
  "rust-toolchain",
  ".env*",
  ".gitignore",
  ".clippy.toml",
  ".rustfmt.toml",
  ".gitlab-ci.yml",
]

[dependencies]
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde_json = "1.0"
serde_urlencoded = "0.7"

[badges]
gitlab = { repository = "grauwoelfchen/hype", branch = "trunk" }

[dev-dependencies.cargo-husky]
version = "1"
default-features = false
features = ["user-hooks"]