# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hype" version = "0.0.1" authors = ["Yasuhiro Яша Asaka "] exclude = ["doc", ".cargo-husky", ".tool", "Makefile", "rust-toolchain", ".env*", ".gitignore", ".clippy.toml", ".rustfmt.toml", ".gitlab-ci.yml"] description = "An interface to interact with Discord via API\n" homepage = "https://gitlab.com/grauwoelfchen/hype" documentation = "https://docs.rs/crate/hype" readme = "README.md" keywords = [] categories = ["command-line-utilities", "api-bindings"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/grauwoelfchen/hype" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [badges.gitlab] branch = "trunk" repository = "grauwoelfchen/hype"