# 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 = "2018" name = "futures-signals" version = "0.3.34" authors = ["Pauan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zero cost FRP signals using the futures crate" homepage = "https://github.com/Pauan/rust-signals" readme = "README.md" keywords = [ "signal", "reactive", "frp", "futures", ] categories = [ "asynchronous", "concurrency", "data-structures", ] license = "MIT" repository = "https://github.com/Pauan/rust-signals" [lib] name = "futures_signals" path = "src/lib.rs" [[test]] name = "broadcaster" path = "tests/broadcaster.rs" [[test]] name = "debug" path = "tests/debug.rs" [[test]] name = "future" path = "tests/future.rs" [[test]] name = "map_macro" path = "tests/map_macro.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "mutable_btree_map" path = "tests/mutable_btree_map.rs" [[test]] name = "mutable_vec" path = "tests/mutable_vec.rs" [[test]] name = "signal_map" path = "tests/signal_map.rs" [[test]] name = "signal_vec" path = "tests/signal_vec.rs" [[bench]] name = "channel" path = "benches/channel.rs" harness = false [dependencies.discard] version = "1.0.3" [dependencies.futures-channel] version = "0.3.0" [dependencies.futures-core] version = "0.3.0" [dependencies.futures-util] version = "0.3.0" [dependencies.gensym] version = "0.1.0" [dependencies.log] version = "0.4.14" optional = true [dependencies.pin-project] version = "1.0.2" [dependencies.serde] version = "1.0.140" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.4.0" features = [] [dev-dependencies.futures-executor] version = "0.3.0" [dev-dependencies.indoc] version = "2.0.1" [dev-dependencies.once_cell] version = "1.10.0" [dev-dependencies.pin-utils] version = "0.1.0" [features] debug = ["log"] default = [ "debug", "serde", ]