# 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 = "minetest-protocol" version = "0.1.4" authors = ["paradust"] description = "Minetest protocol implemented in Rust" readme = "README.md" keywords = [ "minetest", "protocol", "debug", ] license = "MIT" repository = "https://github.com/paradust7/minetest-rs" resolver = "1" [dependencies.anyhow] version = "1.0.69" features = ["backtrace"] [dependencies.minetest-protocol-derive] version = "0.1.4" [dependencies.miniz_oxide] version = "0.6.2" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tokio-util] version = "0.7.4" features = ["full"] [dependencies.zstd-safe] version = "6.0.4" features = ["std"]