derive_state_machine_future 0.2.0

Custom derive implementation for the `state_machine_future` crate. Use that crate instead of this one directly.
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 = "derive_state_machine_future"
version = "0.2.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Bastian Köcher <git@kchr.de>"]
description = "Custom derive implementation for the `state_machine_future` crate. Use that\ncrate instead of this one directly.\n"
license = "Apache-2.0/MIT"
repository = "https://github.com/fitzgen/state_machine_future"

[lib]
path = "./src/lib.rs"
proc_macro = true
[dependencies.darling]
version = "0.8.0"

[dependencies.heck]
version = "0.3.0"

[dependencies.petgraph]
version = "0.4.11"

[dependencies.proc-macro2]
version = "0.4.21"

[dependencies.quote]
version = "0.6.10"

[dependencies.syn]
version = "0.15.0"

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