# 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 = "minecraft-data-rs" version = "0.8.1" authors = ["trivernis "] description = "A wrapper for minecraft-data" readme = "README.md" license = "MIT" repository = "https://github.com/Trivernis/minecraft-data-rs" [package.metadata] minecraft_data_commit = "46b78398b6f351958e02fbd266424f0ee0ab138b" minecraft_data_repo = "https://github.com/PrismarineJS/minecraft-data.git" [dependencies.include_dir] version = "0.7.3" optional = true [dependencies.itertools] version = "0.10.5" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.serde] version = "1.0.151" [dependencies.serde_derive] version = "1.0.151" [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0.38" [build-dependencies.cargo_toml] version = "0.19.1" optional = true [build-dependencies.dirs] version = "5.0.1" optional = true [build-dependencies.git2] version = "0.18.2" optional = true [build-dependencies.serde] version = "1.0.151" features = ["derive"] optional = true [features] api = ["include-data"] default = [ "include-data", "api", ] include-data = [ "include_dir", "itertools", "lazy_static", "git2", "dirs", "cargo_toml", "serde/derive", ]