# 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 = "renet_steam" version = "0.0.2" description = "steam transport for the renet crate: Server/Client network library for multiplayer games" readme = "README.md" keywords = [ "gamedev", "networking", "transport", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lucaspoffo/renet" [dependencies.bevy_app] version = "0.14" optional = true [dependencies.bevy_ecs] version = "0.14" optional = true [dependencies.bevy_renet] version = "0.0.12" optional = true [dependencies.log] version = "0.4.19" [dependencies.renet] version = "0.0.16" [dependencies.steamworks] version = "0.11" [dev-dependencies.env_logger] version = "0.11" [features] bevy = [ "dep:bevy_app", "dep:bevy_ecs", "dep:bevy_renet", ]