# 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 = "reactive-signals" version = "0.1.0-alpha.4" description = "reactive-signals is a dx-first scope-based fine-grained reactive system." readme = "README.md" categories = ["data-structures"] license = "MIT" repository = "https://github.com/human-solutions/reactive-signals" resolver = "1" [[example]] name = "propagation_flamegraph" required-features = ["profile"] [[example]] name = "creation_flamegraph" required-features = ["profile"] [[example]] name = "heap_profiling" required-features = ["profile"] [[bench]] name = "create_scopes" harness = false required-features = ["profile"] [[bench]] name = "create_signals" harness = false required-features = ["profile"] [[bench]] name = "signal_propagation" harness = false required-features = ["profile"] [[bench]] name = "discard_scopes" harness = false required-features = ["profile"] [[bench]] name = "tree_create" harness = false required-features = ["profile"] [[bench]] name = "tree_sum" harness = false required-features = ["profile"] [[bench]] name = "tree_discard" harness = false required-features = ["profile"] [dependencies.criterion] version = "0.4" features = ["html_reports"] optional = true [dependencies.dhat] version = "0.3" optional = true [dependencies.pprof] version = "0.11" features = [ "flamegraph", "frame-pointer", "criterion", ] optional = true [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.insta] version = "1.28" [dev-dependencies.markdown-includes] version = "0.1" [dev-dependencies.wasm-bindgen] version = "0.2.84" [dev-dependencies.wasm-bindgen-test] version = "0.3.34" [features] default = [] profile = [ "dep:pprof", "dep:criterion", "dep:dhat", ] unsafe-cell = []