# 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" rust-version = "1.64.0" name = "rconcrete" version = "0.2.0" authors = ["u296"] description = "rconcrete is a simple tool for opening an rcon shell to a game server, such as minecraft or factorio" readme = "README.md" keywords = [ "rcon", "tool", "cli", "minecraft", "server", ] categories = ["games"] license = "MIT" repository = "https://github.com/u296/rconcrete" [dependencies.clap] version = "4" features = [ "derive", "cargo", ] [dependencies.directories] version = "5" [dependencies.lazy_static] version = "1" [dependencies.rcon] version = "0.6" features = ["rt-tokio"] [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ]