state_machine_future 0.1.7

Easily create type-safe `Future`s from state machines — without the boilerplate.
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]
name = "state_machine_future"
version = "0.1.7"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
description = "Easily create type-safe `Future`s from state machines — without the boilerplate.\n"
documentation = "https://docs.rs/state_machine_future"
readme = "./README.md"
keywords = ["typestate", "derive", "state", "machine", "future"]
categories = ["asynchronous", "rust-patterns"]
license = "Apache-2.0/MIT"
repository = "https://github.com/fitzgen/state_machine_future"
[dependencies.derive_state_machine_future]
version = "0.1.7"

[dependencies.futures]
version = "0.1.18"

[dependencies.rent_to_own]
version = "0.1.0"

[features]
debug_code_generation = ["derive_state_machine_future/debug_code_generation"]
[badges.travis-ci]
repository = "fitzgen/state_machine_future"