# 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 = "netherite" version = "0.1.3" authors = ["BRA1L0R"] description = "A tokio implementation of the Minecraft Protocol with derive macros" readme = "README.md" license = "GPL-3.0-only" resolver = "1" [dependencies.bytes] version = "1.4.0" [dependencies.futures] version = "0.3.28" [dependencies.netherite-derive] version = "0.1.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.2" features = [ "net", "io-util", ] [dependencies.tokio-util] version = "0.7.8" features = ["codec"]