# 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 = "bird-protocol" version = "0.1.3" description = "Minecraft protocol on rust" license = "MIT" [dependencies.anyhow] version = "1.0.58" [dependencies.bird-chat] version = "0.1.2" [dependencies.bird-protocol-derive] version = "0.1.3" optional = true [dependencies.bytes] version = "1.2.0" optional = true [dependencies.either] version = "1.7.0" features = ["serde"] optional = true [dependencies.euclid] version = "0.22.7" optional = true [dependencies.fastnbt] version = "2.2.0" optional = true [dependencies.serde] version = "1.0.139" [dependencies.serde_json] version = "1.0.82" [dependencies.thiserror] version = "1.0.31" [dependencies.uuid] version = "1.1.2" features = ["serde"] [features] derive = ["dep:bird-protocol-derive"] euclid = ["dep:euclid"] fastnbt = ["dep:fastnbt"] packet_default = [ "derive", "dep:either", ] tokio-bytes = ["dep:bytes"]