# 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" rust-version = "1.76" name = "reactive_graph" version = "0.1.0-rc1" authors = ["Greg Johnston"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fine-grained reactive graph for building user interfaces." readme = "README.md" license = "MIT" repository = "https://github.com/leptos-rs/leptos" [package.metadata.cargo-all-features] denylist = ["tracing"] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "reactive_graph" path = "src/lib.rs" [[test]] name = "async_derived" path = "tests/async_derived.rs" [[test]] name = "cleanup" path = "tests/cleanup.rs" [[test]] name = "effect" path = "tests/effect.rs" [[test]] name = "memo" path = "tests/memo.rs" [[test]] name = "signal" path = "tests/signal.rs" [[test]] name = "watch" path = "tests/watch.rs" [dependencies.any_spawner] version = "0.1.0" [dependencies.async-lock] version = "3.4.0" [dependencies.futures] version = "0.3.30" [dependencies.guardian] version = "1.2" [dependencies.hydration_context] version = "0.2.0-rc1" optional = true [dependencies.or_poisoned] version = "0.1.0" [dependencies.pin-project-lite] version = "0.2.14" [dependencies.rustc-hash] version = "2.0" [dependencies.send_wrapper] version = "0.6.0" features = ["futures"] [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.slotmap] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.any_spawner] version = "0.1.0" features = [ "futures-executor", "tokio", ] [dev-dependencies.tokio] version = "1.39" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tokio-test] version = "0.4.4" [features] effects = [] hydration = ["dep:hydration_context"] nightly = [] sandboxed-arenas = [] serde = ["dep:serde"] tracing = ["dep:tracing"] [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.web-sys] version = "0.3.70"