# 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 = "speelcraft" version = "0.0.0" authors = ["Noah Friedman"] description = "A server providing a web interface for comfortably and remotely configuring a Minecraft server instance." readme = "README.md" license = "OSL-3.0" repository = "https://github.com/speelbarrow/speelcraft" [dependencies.axum] version = "0.6.19" [dependencies.tokio] version = "1.29.1" features = [ "rt-multi-thread", "macros", ]