# 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-futures" version = "0.9.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Futures, suspense, and async/await support 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_futures" path = "src/lib.rs" [dependencies.futures] version = "0.3.25" [dependencies.pin-project] version = "1.1.3" [dependencies.sycamore-macro] version = "0.9.1" [dependencies.sycamore-reactive] version = "0.9.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1.22.0" features = ["rt"] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio] version = "1.22.0" features = [ "rt", "macros", ] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio-test] version = "0.4.4" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures] version = "0.4.33" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(sycamore_force_ssr)"]