[package]
edition = "2021"
name = "potato-workflow"
version = "0.16.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Put the potatoes to work"
readme = false
license = "MIT"
repository = "https://github.com/demml/potatohead"
[lib]
name = "potato_workflow"
path = "src/lib.rs"
doctest = false
[dependencies.chrono]
version = "0.*"
features = ["serde"]
[dependencies.potato-agent]
version = "0.16.1"
[dependencies.potato-provider]
version = "0.16.1"
[dependencies.potato-state]
version = "0.16.1"
[dependencies.potato-type]
version = "0.16.1"
[dependencies.potato-util]
version = "0.16.1"
[dependencies.pyo3]
version = "0.27.2"
features = [
"abi3-py310",
"extension-module",
"anyhow",
"serde",
"chrono",
]
[dependencies.pythonize]
version = "0.*"
[dependencies.serde]
version = "1.*"
features = [
"derive",
"rc",
]
[dependencies.serde_json]
version = "1.*"
[dependencies.thiserror]
version = "2.*"
[dependencies.tokio]
version = ">1.13.0"
features = [
"rt",
"rt-multi-thread",
"macros",
]
[dependencies.tracing]
version = "0.*"