# 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 = "sycamore-reactive" version = "0.9.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Reactive primitives for Sycamore" homepage = "https://github.com/sycamore-rs/sycamore" readme = "README.md" keywords = [ "wasm", "gui", "reactive", ] categories = [ "gui", "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/sycamore-rs/sycamore" [lib] name = "sycamore_reactive" path = "src/lib.rs" [dependencies.paste] version = "1.0.12" [dependencies.serde] version = "1.0.188" optional = true [dependencies.slotmap] version = "1.0.6" [dependencies.smallvec] version = "1.11.1" features = ["union"] [dependencies.wasm-bindgen] version = "0.2.93" optional = true [features] default = [] nightly = [] serde = ["dep:serde"] wasm-bindgen = ["dep:wasm-bindgen"]