# 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 = "warqueen" version = "0.4.0" authors = ["Anima "] exclude = [ "/.vscode", "rustfmt.toml", ".gitignore", ] description = "Simple message based networking, non-async and non-blocking" readme = "README.md" keywords = [ "networking", "gamedev", ] categories = [ "network-programming", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/anima-libera/warqueen" [dependencies.is_main_thread] version = "0.1.0" [dependencies.quinn] version = "0.11.2" [dependencies.rcgen] version = "0.13.1" [dependencies.rmp-serde] version = "1.3.0" [dependencies.rustls] version = "0.23.9" features = ["ring"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.tokio] version = "1.37" features = ["full"] [dependencies.warqueen_derive] version = "0.1.0" optional = true [dev-dependencies.ctrlc] version = "3.4.4" features = ["termination"] [dev-dependencies.rand] version = "0.8.5" [features] default = ["derive"] derive = ["dep:warqueen_derive"] forbid_handle_drop = []