[package] name = "reactor_rs" version = "0.0.5" authors = ["Jeffsky "] edition = "2018" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/jjeffcaii/reactor-rust" homepage = "https://github.com/jjeffcaii/reactor-rust" description = "reactor-rust is an implementation of the Reactive-Streams." [dependencies] log = "0.4.8" futures = "0.1.29" tokio = "0.1.22" [dev-dependencies] env_logger = "0.7.0" rand = "0.7.2" [[example]] name = "mono" path = "examples/mono/main.rs"