reducer 1.1.0

A predictable reactive framework for Rust apps
# 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 = "reducer"
version = "1.1.0"
authors = ["Bruno Dutra <brunocodutra@gmail.com>"]
description = "A predictable reactive framework for Rust apps"
readme = "README.md"
keywords = ["redux", "flux", "reactive", "state"]
categories = ["asynchronous", "gui"]
license = "MIT"
repository = "https://github.com/brunocodutra/reducer.git"
[package.metadata.docs.rs]
all-features = true

[[bench]]
name = "async"
harness = false
required-features = ["async"]
[dependencies.futures-preview]
version = "0.3.0-alpha.12"
optional = true
[dev-dependencies.conrod]
version = "0.61.1"
features = ["winit", "glium"]

[dev-dependencies.criterion]
version = "0.2.9"

[dev-dependencies.iui]
version = "0.3.0"

[dev-dependencies.proptest]
version = "0.8.7"

[dev-dependencies.ttf-noto-sans]
version = "0.1.1"

[features]
async = ["futures-preview"]
[badges.codecov]
repository = "brunocodutra/reducer"

[badges.travis-ci]
repository = "brunocodutra/reducer"