# 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 = "minect" version = "0.2.1" authors = [ "Adrodoc ", "skess42 ", ] exclude = ["tests"] description = "A library that allows a Rust program to connect to a running Minecraft instance without requiring any Minecraft mods" readme = "README.md" keywords = [ "minecraft", "vanilla", ] license = "GPL-3.0-or-later" repository = "https://codeberg.org/vanilla-technologies/minect" [lib] name = "minect" [dependencies.encoding_rs] version = "0.8" [dependencies.fs3] version = "0.5" [dependencies.futures] version = "0.3" [dependencies.hematite-nbt] version = "0.5" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.log] version = "0.4" [dependencies.notify] version = "6" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" [dependencies.tokio-stream] version = "0.1" [dependencies.walkdir] version = "2" [dev-dependencies.serial_test] version = "2" [dev-dependencies.simple_logger] version = "4" [dev-dependencies.strum] version = "0.25" features = ["derive"] [dev-dependencies.tokio] version = "1" features = [ "fs", "macros", "parking_lot", "rt-multi-thread", "time", ] [build-dependencies.walkdir] version = "2"