# 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 = "computercraft_websocket_control" version = "0.1.1" authors = ["wefcdse"] description = "a crate which aims to control Computer Craft computers via websocket" readme = "README.md" keywords = [ "utils", "minecraft", "websocket", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wefcdse/websocket_control" [[example]] name = "random_line" path = "examples/random_line.rs" [[example]] name = "minesweeper" path = "examples/minesweeper.rs" [dependencies.axum] version = "0.6.19" features = [ "macros", "headers", "ws", ] [dependencies.futures] version = "0.3.28" [dependencies.log] version = "0.4.20" [dependencies.stupid_utils] version = "0.2.4" [dependencies.tokio] version = "1.29.1" features = ["full"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.stupid_utils] version = "0.2.4"