# 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 = "skyblock-rs" version = "0.2.5" authors = ["thinkier <26728734+thinkier@users.noreply.github.com>"] exclude = ["env.sh", "docker-compose.yml"] description = "A simple library to interact with Hypixel's Skyblock API." keywords = ["hypixel", "skyblock", "async"] categories = ["api-bindings"] license = "MIT" [dependencies.base64] version = "0.12" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.hematite-nbt] version = "0.4" optional = true [dependencies.hyper] version = "0.13" optional = true [dependencies.hyper-tls] version = "0.4" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" optional = true [features] bytes = ["base64"] client = ["futures", "hyper", "hyper-tls", "serde_json"] default = ["client"] nbt = ["hematite-nbt", "bytes"]