# 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 = "2018" name = "rcon" version = "0.6.0" authors = ["panicbit "] description = "An rcon protocol implementation" keywords = ["source", "rcon", "protocol", "minecraft"] license = "MIT OR Apache-2.0" repository = "https://github.com/panicbit/rust-rcon" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "doc_cfg"] [dependencies.async-std] version = "1.9.0" optional = true [dependencies.err-derive] version = "0.3.0" [dependencies.tokio] version = "1.10.1" features = ["io-util"] [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [dev-dependencies.futures-timer] version = "3.0.2" [features] default = [] rt-async-std = ["async-std"] rt-tokio = ["tokio/net", "tokio/time"]