# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "reducer" version = "3.0.1" authors = ["Bruno Dutra "] 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 [[example]] name = "conrod" harness = false required-features = ["async"] [dependencies.derive_more] version = "0.99.17" [dependencies.futures] version = "0.3.21" optional = true [dependencies.pin-project] version = "1.0.10" optional = true [dev-dependencies.conrod_core] version = "0.76.1" [dev-dependencies.conrod_glium] version = "0.76.1" [dev-dependencies.conrod_winit] version = "0.76.1" [dev-dependencies.glium] version = "0.28.0" [dev-dependencies.mockall] version = "0.11.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.ring-channel] version = "0.11.0" [dev-dependencies.test-strategy] version = "0.2.0" [dev-dependencies.tokio] version = "1.17.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.ttf-noto-sans] version = "0.1.1" [dev-dependencies.winit] version = "0.23.0" [features] alloc = [] async = [ "std", "futures", "pin-project", ] default = ["async"] std = ["alloc"] [badges.codecov] repository = "brunocodutra/reducer"