frappe 0.4.2

Functional Reactive Programming library for Rust
Documentation
# 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.2"
authors = ["darkstalker <slayerbeast@gmail.com>"]
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/darkstalker/frappe"

[[bench]]
name = "simple"
harness = false

[[bench]]
name = "first_order"
harness = false

[[bench]]
name = "second_order"
harness = false
[dependencies.either]
version = "1.1.0"
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.rand]
version = "0.6.1"

[features]
default = ["either", "parking_lot"]
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "darkstalker/frappe"