yao 0.1.4

a fast, tiny, extensiable workflow engine
Documentation
[[bench]]
harness = false
name = "workflow"

[[bin]]
name = "yao"
required-features = []

[dependencies.async-trait]
version = "0.1.57"

[dependencies.bincode]
version = "1.3.3"

[dependencies.chrono]
version = "0.4.22"

[dependencies.clap]
features = ["derive"]
version = "3.2.20"

[dependencies.colored]
version = "2.0.0"

[dependencies.futures]
version = "0.3.25"

[dependencies.lru]
version = "0.8.1"

[dependencies.nanoid]
version = "0.4.0"

[dependencies.once_cell]
version = "1.15.0"

[dependencies.regex]
version = "1.6.0"

[dependencies.rhai]
features = ["internals", "sync"]
version = "1.11.0"

[dependencies.rocksdb]
features = ["lz4"]
version = "0.19.0"

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

[dependencies.serde_yaml]
version = "0.9.11"

[dependencies.sqlx]
features = ["runtime-tokio-native-tls", "sqlite"]
version = "0.6.2"

[dependencies.thiserror]
version = "1.0.34"

[dependencies.tokio]
features = ["full"]
version = "1.21.0"

[dev-dependencies.criterion]
version = "0.4.0"

[features]
db_debug = []
debug = []
default = ["role", "org", "store"]
mem = []
org = []
role = []
sqlite = []
store = []

[package]
authors = ["Yao <yaojianpin@sohu.com>"]
description = "a fast, tiny, extensiable workflow engine"
edition = "2021"
keywords = ["workflow"]
license = "MIT"
name = "yao"
readme = "README.md"
repository = "https://github.com/yaojianpin/act.git"
version = "0.1.4"

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
strip = true