# 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 = "rcon-toolbelt" version = "0.1.1" description = "RCON Utilities for minecraft" license = "MIT" resolver = "2" [dependencies.anyhow] version = "1.0.65" [dependencies.cgmath] version = "0.18.0" [dependencies.clap] version = "4.0.10" features = ["derive"] [dependencies.line_drawing] version = "1.0.0" [dependencies.linestring] version = "0.8.0" [dependencies.rcon] version = "0.6.0" features = ["rt-tokio"] [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.tokio] version = "1.21.2" features = ["full"]