# 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-net" version = "0.1.0" authors = ["Schatten2020"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library allowing easier communication via the minecraft protocol" readme = "README.md" categories = [ "network-programming", "game-development", ] license-file = "LICENSE" repository = "https://github.com/Schatten2021/rust-minecraft-net.git" [lib] name = "minecraft_net" path = "src/lib.rs" [dependencies.bytes] version = "1.8.0" [dependencies.crab_nbt] version = "0.2.4" [dependencies.flate2] version = "1.0.35" features = ["zlib"] default-features = false [dependencies.openssl] version = "0.10.68" [dependencies.rand] version = "0.9.0-beta.0"