# 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 = "fastanvil" version = "0.31.0" authors = ["Owen Gage "] description = "Minecraft Anvil library" license = "MIT OR Apache-2.0" repository = "https://github.com/owengage/fastnbt" [[bench]] name = "chunk_parse" harness = false [[bench]] name = "complete_chunk" harness = false [dependencies.bit_field] version = "0.10" [dependencies.byteorder] version = "1.3" [dependencies.fastnbt] version = "2" [dependencies.flate2] version = "1.0" [dependencies.image] version = "0.23" optional = true default-features = false [dependencies.log] version = "0.4" [dependencies.num_enum] version = "0.5" [dependencies.once_cell] version = "1.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.tar] version = "0.4" optional = true default-features = false [dev-dependencies.criterion] version = "0.4" [dev-dependencies.serde_json] version = "1.0" [features] default = ["render"] render = [ "dep:image", "dep:tar", "dep:serde_json", ]