# 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 = "evoke" version = "0.4.0" authors = ["Zakarum "] description = "Powerful netcode for edict based game engines" homepage = "https://github.com/arcana-engine/evoke" documentation = "https://docs.rs/evoke" readme = "README.md" keywords = ["netcode", "multiplayer", "authoritative-server", "edict"] categories = ["network-programming", "game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/arcana-engine/evoke" [package.metadata.docs.rs] all-features = true [dependencies.alkahest] version = "0.1" [dependencies.bincode] version = "1.3.3" [dependencies.bitsetium] version = "0.0" [dependencies.bytemuck] version = "1.0" [dependencies.edict] version = "0.1" [dependencies.evoke-core] version = "=0.2.0" [dependencies.eyre] version = "0.6" [dependencies.scoped-arena] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" optional = true [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1.0" features = ["macros", "rt", "net", "time"] [features] client = [] default = ["tcp"] server = [] tcp = ["tokio/net", "evoke-core/tcp"]