# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hypixel_api" version = "0.1.2" authors = ["GrizzlT"] description = "Generic wrapper around the hypixel api (automatic rate-limiting on client-side)" readme = "README.md" keywords = [ "hypixel", "api", "wrapper", "rate-limiting", "PublicAPI", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GrizzlT/hypixel-api-rust" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./src/docs-header.html", ] [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.convert_case] version = "0.6.0" [dependencies.futures] version = "0.3.21" [dependencies.parking_lot] version = "0.12.0" [dependencies.reqwest] version = "0.11.9" features = ["json"] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.tracing] version = "0.1.31" optional = true [dependencies.uuid] version = "1.2.2" features = ["serde"] [features] default = ["reply"] reply = ["util"] util = []