[[example]]
name = "napchart_lights"
required-features = ["napchart"]
[[example]]
name = "napchart_lights_option"
required-features = ["napchart"]
[[example]]
name = "graphviz"
required-features = ["graphviz", "napchart"]
[dependencies.napchart]
optional = true
version = "0.1.5"
[dev-dependencies.console]
version = "0.14.0"
[dev-dependencies.dialoguer]
version = "0.7.1"
[dev-dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.regex]
version = "1"
[features]
graphviz = []
[package]
authors = ["Ezra Barrow <barrow@tilde.team>"]
categories = ["date-and-time", "data-structures"]
description = "time-based state machine for daily scheduled state transitions"
edition = "2018"
license-file = "LICENSE"
name = "timemachine"
readme = "README.md"
repository = "https://github.com/barrowsys/timemachine"
version = "0.3.2"
[package.metadata.docs.rs]
all-features = true