# 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 = "bevy_replicon_attributes" version = "0.7.3" authors = ["koe "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extends bevy_replicon with attribute-based visibility control" readme = "README.md" keywords = [ "gamedev", "networking", "ecs", "visibility", "interest-management", ] license = "MIT OR Apache-2.0" repository = "https://github.com/UkoeHB/bevy_replicon_attributes" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "bevy_replicon_attributes" path = "src/lib.rs" test = false doctest = false [[test]] name = "tests" path = "tests/test/mod.rs" doctest = false [dependencies.bevy] version = "0.14" default-features = false [dependencies.bevy_replicon] version = ">=0.28.1" [dependencies.bevy_replicon_attributes_derive] version = "0.1.0" [dependencies.siphasher] version = "1.0" [dependencies.smallvec] version = "1.12" [dependencies.tracing] version = "0.1" [dev-dependencies.bevy_cobweb] version = "0.12" [dev-dependencies.bevy_replicon_repair] version = "0.10" [dev-dependencies.serde] version = "1.0" [dev-dependencies.tracing-subscriber] version = "0.3"