# 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 = "flattiverse_connector" version = "42.1.3" authors = ["Michael Watzko "] description = "Connector library for the flattiverse.com game server." homepage = "https://www.flattiverse.com/" readme = "README.md" keywords = [ "connector", "flattiverse", ] categories = [ "games", "network-programming", ] license = "MIT" repository = "https://github.com/flattiverse/connector-rust.git" resolver = "1" [lib] [dependencies.async-http-proxy] version = "1.2.5" features = ["runtime-tokio"] [dependencies.crossbeam] version = "0.8.2" [dependencies.derive_more] version = "0.99.17" features = ["from"] [dependencies.futures] version = "0.3.25" [dependencies.futures-util] version = "0.3.25" [dependencies.log] version = "0.4.17" [dependencies.nohash-hasher] version = "0.2.0" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.serde_json] version = "1.0.91" [dependencies.strum_macros] version = "0.24.3" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = [ "net", "sync", "time", "rt-multi-thread", "macros", ] [dependencies.tokio-tungstenite] version = "0.18.0" features = [ "rustls", "rustls-tls-native-roots", ] [dependencies.url] version = "2.3.1" [dev-dependencies.sdl2] version = "0.35.2" features = ["gfx"] [features] debug-messages = [] debug-proxy = []