# 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 = "rust_mc_proto" version = "0.1.17" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "lightweight minecraft protocol support in pure rust" readme = "README.md" keywords = [ "minecraft", "protocol", "packets", "lightweight", ] license-file = "LICENSE" repository = "https://github.com/MeexReay/rust_mc_proto" [lib] name = "rust_mc_proto" path = "src/lib.rs" [[example]] name = "recv_motd" path = "examples/recv_motd.rs" [[example]] name = "recv_motd_dirty" path = "examples/recv_motd_dirty.rs" [[example]] name = "status_server" path = "examples/status_server.rs" [dependencies.bytebuffer] version = "2.3.0" [dependencies.flate2] version = "1.0.34" [dependencies.uuid] version = "1.11.0" [features] atomic_clone = [] default = ["atomic_clone"]