peace_core 0.0.13

Low level data types for the peace automation framework.
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.chrono]
default-features = false
features = ["clock", "serde"]
version = "0.4.33"

[dependencies.indicatif]
version = "0.17.7"

[dependencies.peace_fmt]
version = "0.0.13"

[dependencies.peace_static_check_macros]
version = "0.0.13"

[dependencies.serde]
features = ["derive"]
version = "1.0.196"

[dependencies.serde_yaml]
optional = true
version = "0.9.30"

[dependencies.tokio]
features = ["sync"]
optional = true
version = "1.35.1"

[features]
default = []
output_progress = ["dep:serde_yaml", "dep:tokio"]

[lib]
doctest = true
test = false

[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
categories = ["asynchronous", "config"]
description = "Low level data types for the peace automation framework."
documentation = "https://docs.rs/peace_core/"
edition = "2021"
homepage = "https://peace.mk"
keywords = ["automation"]
license = "MIT OR Apache-2.0"
name = "peace_core"
readme = "README.md"
repository = "https://github.com/azriel91/peace"
version = "0.0.13"