# 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] edition = "2018" name = "timemachine" version = "0.3.2" authors = ["Ezra Barrow "] description = "time-based state machine for daily scheduled state transitions" readme = "README.md" categories = ["date-and-time", "data-structures"] license-file = "LICENSE" repository = "https://github.com/barrowsys/timemachine" [package.metadata.docs.rs] all-features = true [[example]] name = "napchart_lights" required-features = ["napchart"] [[example]] name = "napchart_lights_option" required-features = ["napchart"] [[example]] name = "graphviz" required-features = ["graphviz", "napchart"] [dependencies.napchart] version = "0.1.5" optional = true [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 = []