# 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 = "lloth-core" version = "0.1.0" authors = ["Zakarum "] description = "Core layer for client-server netcode" homepage = "https://github.com/zakarumych/lloth" documentation = "https://docs.rs/lloth-core" readme = "../README.md" keywords = ["netcode", "multiplayer", "authoritative-server"] categories = ["network-programming", "game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/zakarumych/lloth" [dependencies.alkahest] version = "0.1" features = ["derive"] [dependencies.futures-task] version = "0.3" optional = true [dependencies.scoped-arena] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" optional = true [dependencies.tracing] version = "0.1" [features] tcp = ["tokio/net", "futures-task"]