# 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_cobweb" version = "0.13.0-rc.3" authors = ["koe "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Reactivity primitives for Bevy" readme = "README.md" keywords = [ "gamedev", "reactive", ] license = "MIT OR Apache-2.0" repository = "https://github.com/UkoeHB/bevy_cobweb" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "bevy_cobweb" path = "src/lib.rs" test = false doctest = false [[test]] name = "tests" path = "tests/test/mod.rs" doctest = false [dependencies.bevy] version = "0.15.0-rc.3" default-features = false [dependencies.bevy_cobweb_derive] version = "0.1.0" [dependencies.crossbeam] version = "0.8" [dependencies.fxhash] version = "0.2" [dependencies.itertools] version = "0.13" [dependencies.smallvec] version = "1.13" features = ["drain_filter"] [dependencies.tracing] version = "0.1.27" [dev-dependencies.tracing-subscriber] version = "0.3"