# 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 = "mcfunction-debug-adapter" version = "1.0.3" authors = [ "Adrodoc ", "skess42 ", ] exclude = ["tests"] description = "A debugger for Minecraft's *.mcfunction files that does not require any Minecraft mods" readme = "README.md" keywords = [ "datapack", "debugger", "mcfunction", "minecraft", "vanilla", ] categories = ["development-tools::debugging"] license = "GPL-3.0-or-later" repository = "https://github.com/vanilla-technologies/mcfunction-debugger" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.clap] version = "2" [dependencies.debug-adapter-protocol] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.log-panics] version = "2" [dependencies.mcfunction-debugger] version = "1" [dependencies.minect] version = "0.1" [dependencies.multimap] version = "0.8" [dependencies.sender-sink] version = "0.2" [dependencies.serde_json] version = "1" [dependencies.simplelog] version = "0.12" [dependencies.tokio] version = "1" features = [ "io-std", "io-util", "macros", "parking_lot", "rt-multi-thread", "time", ] [dependencies.tokio-stream] version = "0.1" features = ["io-util"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.typed-builder] version = "0.11" [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.assert2] version = "0.3" [dev-dependencies.serial_test] version = "1"