# 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_mod_actuate" version = "0.4.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A reactive user-interface framework" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/actuate-rs/bevy_mod_actuate" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "bevy_mod_actuate" path = "src/lib.rs" [[example]] name = "http" path = "examples/http.rs" [[example]] name = "timer" path = "examples/timer.rs" [dependencies.actuate] version = "0.8.0" [dependencies.bevy] version = "0.15.0-rc.3" [dependencies.slotmap] version = "1.0.7" [dependencies.tokio] version = "1.41.1" features = ["sync"] [dev-dependencies.actuate] version = "0.8.0" features = ["rt"] [dev-dependencies.reqwest] version = "0.12.9" features = ["json"] [dev-dependencies.serde] version = "1.0.215" features = ["derive"]