# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bevy_spicy_networking" version = "0.6.0" authors = ["Neikos "] exclude = ["assets"] autoexamples = false description = "A spicy 🌶🌶🌶 and simple networking plugin for Bevy" readme = "README.md" categories = ["game-development", "network-programming"] license = "MIT" repository = "https://github.com/CabbitStudios/bevy_spicy_networking" resolver = "2" [[example]] name = "client" [[example]] name = "server" [dependencies.bevy] version = "0.5" features = [] default-features = false [dependencies.crossbeam-channel] version = "0.5.0" [dependencies.dashmap] version = "4.0.2" [dependencies.derive_more] version = "0.99.13" [dependencies.downcast-rs] version = "1.2.0" [dependencies.miniz_oxide] version = "0.4.4" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_cbor] version = "0.11.1" [dependencies.thiserror] version = "1.0.24" [dependencies.tokio] version = "1.4.0" features = ["net", "io-util", "sync", "rt-multi-thread"] [dependencies.typetag] version = "0.1.7" [dev-dependencies.bevy] version = "0.5" [badges.maintenance] status = "actively-developed"