[[bench]]
harness = false
name = "first_order"
[[bench]]
harness = false
name = "second_order"
[[bench]]
harness = false
name = "simple"
[build-dependencies.skeptic]
version = "0.13"
[dependencies.lazy_static]
version = "1.4"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.quickcheck]
version = "1.0"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.skeptic]
version = "0.13"
[package]
authors = ["Emilia Bopp <contact@ebopp.de>"]
autobenches = false
build = "build.rs"
description = "Library for functional reactive programming"
documentation = "https://docs.rs/carboxyl/"
edition = "2018"
homepage = "https://github.com/milibopp/carboxyl"
keywords = ["frp", "reactive", "event", "concurrency"]
license = "MPL-2.0"
name = "carboxyl"
readme = "README.md"
repository = "https://github.com/milibopp/carboxyl"
version = "0.2.2"