[package]
edition = "2021"
name = "task-runs"
version = "0.8.21"
authors = ["yah Dev <human@yah.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lossless command-run capture with multi-tier observation (bytes, beholders, triage, shims)"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/yah-ai/qed"
[lib]
name = "task_runs"
path = "src/lib.rs"
[[test]]
name = "turso_fts5_probe"
path = "tests/turso_fts5_probe.rs"
[dependencies.observation]
version = "0.8.21"
[dependencies.portable-pty]
version = "0.8"
[dependencies.regex]
version = "1"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
version = "1"
features = [
"sync",
"rt",
"time",
"macros",
]
[dependencies.toml]
version = "0.8"
[dependencies.turso]
version = "0.6.1"
features = ["fts"]
default-features = false
[dependencies.uuid]
version = "1"
features = [
"v4",
"serde",
]
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1"
features = [
"rt",
"rt-multi-thread",
"macros",
"time",
"sync",
]
[target."cfg(unix)".dependencies.libc]
version = "0.2"