# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "frappe" version = "0.4.7" authors = ["wolfiestyle "] description = "Functional Reactive Programming library for Rust" documentation = "https://docs.rs/frappe" readme = "README.md" keywords = ["frp", "reactive", "event", "stream", "signal"] license = "MIT" repository = "https://github.com/wolfiestyle/frappe" [[bench]] name = "simple" harness = false [[bench]] name = "first_order" harness = false [[bench]] name = "second_order" harness = false [dependencies.crossbeam-utils] version = "0.6.3" optional = true [dependencies.either] version = "1.1.0" optional = true [dependencies.lazycell] version = "1.2.1" optional = true [dependencies.maybe-owned] version = "0.3.0" [dependencies.parking_lot] version = "0.7.1" optional = true [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.futures] version = "0.3.5" [dev-dependencies.rand] version = "0.6.1" [features] default = ["either", "parking_lot", "crossbeam-utils", "lazycell"] nightly = [] [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "wolfiestyle/frappe"