# 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 = "rs-pixel" version = "0.2.0" description = "A complete, rate-limiting, asynchronous Rust implementation of the Hypixel Public API with extensive SkyBlock support" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/kr45732/rs-pixel" [profile.release] lto = true codegen-units = 1 debug = true [dependencies.base64] version = "0.21.2" [dependencies.hematite-nbt] version = "0.5.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.moka] version = "0.11.2" features = ["future"] [dependencies.serde] version = "1.0.174" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.surf] version = "2.3.2" features = ["curl-client"]