# 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 = "curseforge" version = "0.3.1" authors = ["Jacob Birkett "] description = "A straightforward asynchronous wrapper around the CurseForge Core API. Public API is subject to change before 1.0.0." readme = "README.md" keywords = [ "api", "rest", "async", "minecraft", "modding", ] categories = [ "api-bindings", "asynchronous", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/EssentialMC/curseforge-rs" [package.metadata.docs.rs] features = [ "official", "cfwidget", "allow-unknown-fields", ] no-default-features = true [dependencies.async-trait] version = "0.1" [dependencies.awaur] version = "0.2" features = ["paginator"] [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures-lite] version = "1.12" [dependencies.isahc] version = "1.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_path_to_error] version = "0.1" [dependencies.serde_qs] version = "0.9" [dependencies.serde_repr] version = "0.1" [dependencies.serde_with] version = "1.12" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.url] version = "2.2" [dev-dependencies.once_cell] version = "1.12" [dev-dependencies.smol] version = "1.2" [features] allow-unknown-fields = [] cfwidget = [] default = ["official"] deny-unknown-fields = [] official = []