# 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 = "sourcon" version = "0.1.0" authors = ["Ivan Ostric"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rcon client for game servers based on the the Source engine." homepage = "https://github.com/crescentrose/sourcon" readme = "README.md" keywords = [ "rcon", "source-engine", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/crescentrose/sourcon" [lib] name = "sourcon" path = "src/lib.rs" [dependencies.log] version = "0.4.22" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40.0" features = [ "rt", "rt-multi-thread", "macros", "time", "net", ]