timemachine 0.3.2

time-based state machine for daily scheduled state transitions
Documentation
[package]
name = "timemachine"
version = "0.3.2"
authors = ["Ezra Barrow <barrow@tilde.team>"]
edition = "2018"
license-file = "LICENSE"
readme = "README.md"
description = "time-based state machine for daily scheduled state transitions"
repository = "https://github.com/barrowsys/timemachine"
categories = ["date-and-time", "data-structures"]

[features]
graphviz = []

[package.metadata.docs.rs]
all-features = true

[dependencies]
napchart = { version = "0.1.5", optional = true }

[dev-dependencies]
dialoguer = "0.7.1"
regex = "1"
lazy_static = "1.4.0"
console = "0.14.0"

[[example]]
name = "napchart_lights"
required-features = ["napchart"]

[[example]]
name = "napchart_lights_option"
required-features = ["napchart"]

[[example]]
name = "graphviz"
required-features = ["graphviz", "napchart"]