# 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 = "valence_anvil" version = "0.1.0" description = "Anvil file format support for Valence" documentation = "https://docs.rs/valence/" readme = "README.md" keywords = [ "anvil", "minecraft", "deserialization", ] license = "MIT" repository = "https://github.com/valence-rs/valence" [dependencies.bevy_app] version = "0.11" optional = true default-features = false [dependencies.bevy_ecs] version = "0.11" features = ["multi-threaded"] optional = true default-features = false [dependencies.bitfield-struct] version = "0.5.3" [dependencies.bitvec] version = "1.0.1" [dependencies.byteorder] version = "1.4.3" [dependencies.flate2] version = "1.0.24" [dependencies.flume] version = "0.11.0" optional = true [dependencies.lru] version = "0.12.0" [dependencies.thiserror] version = "1.0.40" [dependencies.valence_nbt] version = "0.8.0" features = [ "uuid", "binary", ] [dependencies.valence_server] version = "0.2.0-alpha.1" optional = true [features] bevy_plugin = [ "dep:bevy_app", "dep:bevy_ecs", "dep:flume", "parsing", ] parsing = ["dep:valence_server"]