# 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 = "rconcli" version = "1.2.1" authors = ["Ringo Hoffmann "] description = "A simple RCON CLI for Minecraft servers." readme = "README.md" keywords = [ "minecraft", "rcon", "cli", ] license = "MIT" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.0.22" features = ["derive"] [dependencies.config] version = "0.14.0" [dependencies.directories] version = "5.0.1" [dependencies.is-terminal] version = "0.4.12" [dependencies.minecraft-client-rs] version = "0.1.3" [dependencies.rpassword] version = "7.3.1" [dependencies.rustyline] version = "14.0.0" [dependencies.yansi] version = "1.0.1"