# 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 = "notch" version = "0.1.10" authors = ["Azuyamat"] exclude = ["src/main.rs"] description = "A compact and fast library for managing Minecraft servers." readme = "README.md" keywords = [ "minecraft", "server", "library", "notch", ] categories = ["game-development"] license-file = "LICENSE" repository = "https://github.com/Azuyamat/Notch" [dependencies.reqwest] version = "0.11.23" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.thiserror] version = "1.0.51" [dependencies.toml] version = "0.8.8"