# 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 = "flourish" version = "0.1.1" authors = ["Tamme Schichler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convenient and full-featured signals for Rust." readme = "README.md" keywords = [ "async", "framework", "incremental", "runtime", "signals", ] categories = [ "asynchronous", "caching", "concurrency", "gui", "memory-management", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/flourish" [package.metadata.docs.rs] features = ["_doc"] [lib] name = "flourish" path = "src/lib.rs" [[test]] name = "_block_on" path = "tests/_block_on.rs" [[test]] name = "_validator" path = "tests/_validator.rs" [[test]] name = "auto_dependencies" path = "tests/auto_dependencies.rs" [[test]] name = "distinct" path = "tests/distinct.rs" [[test]] name = "effect" path = "tests/effect.rs" [[test]] name = "effect_stack" path = "tests/effect_stack.rs" [[test]] name = "filter_mapped" path = "tests/filter_mapped.rs" [[test]] name = "filtered" path = "tests/filtered.rs" [[test]] name = "flushing" path = "tests/flushing.rs" [[test]] name = "heap" path = "tests/heap.rs" [[test]] name = "provider" path = "tests/provider.rs" [[test]] name = "refresh" path = "tests/refresh.rs" [[test]] name = "set" path = "tests/set.rs" [[test]] name = "skipped_while" path = "tests/skipped_while.rs" [[test]] name = "stack" path = "tests/stack.rs" [[test]] name = "stack_with_runtime" path = "tests/stack_with_runtime.rs" [[test]] name = "subscribed_changes" path = "tests/subscribed_changes.rs" [[test]] name = "uncached_dependency_tracking" path = "tests/uncached_dependency_tracking.rs" [[test]] name = "unmanaged" path = "tests/unmanaged.rs" [dependencies.async-lock] version = "3.4.0" features = ["std"] default-features = false [dependencies.futures-lite] version = "2.3.0" features = ["alloc"] default-features = false [dependencies.isoprenoid] version = "0.1.0" [dependencies.pin-project] version = "1.1.5" [dependencies.tap] version = "1.0.1" default-features = false [features] _doc = ["global_signals_runtime"] _test = [ "global_signals_runtime", "_doc", ] global_signals_runtime = ["isoprenoid/global_signals_runtime"]