# 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 = "futures-signals-component-macro" version = "0.3.0" authors = ["Mathias Myrland "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macro for creating futures-signals compatible components" homepage = "https://github.com/JedimEmO/futures-signals-component-macro" readme = "README.md" keywords = [ "reactive", "signal", "frp", ] categories = [ "gui", "web-programming", "wasm", ] license = "MIT" repository = "https://github.com/JedimEmO/futures-signals-component-macro" resolver = "2" [lib] name = "futures_signals_component_macro" path = "src/lib.rs" proc-macro = true [[example]] name = "bevy_haalka" path = "examples/bevy_haalka/main.rs" required-features = ["bevy_example"] [[test]] name = "futures-signals-component-macro" path = "tests/test.rs" [dependencies.bevy] version = "0.13.2" optional = true [dependencies.bevy_framepace] version = "0.17.1" optional = true [dependencies.convert_case] version = "^0.6.0" [dependencies.dominator] version = "^0.5.34" optional = true [dependencies.haalka] version = "0.1.1" features = [ "bevy_mod_picking", "ui", ] optional = true default-features = false [dependencies.proc-macro2] version = "^1.0.63" [dependencies.quote] version = "^1.0.29" [dependencies.syn] version = "^2.0.22" features = ["full"] [dev-dependencies.dominator] version = "0.5.34" [dev-dependencies.futures-signals] version = "0.3.33" [dev-dependencies.num-traits] version = "0.2.19" [dev-dependencies.trybuild] version = "1.0.99" [dev-dependencies.wasm-bindgen-futures] version = "0.4.42" [dev-dependencies.wasm-bindgen-test] version = "0.3.42" [dev-dependencies.web-sys] version = "0.3.69" [features] bevy_example = [ "bevy", "bevy_framepace", "haalka", ] dominator = ["dep:dominator"]