wsx-core 0.22.0

Composable project, Git worktree, terminal runtime, hook, and model primitives for wsx.
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "wsx-core"
version = "0.22.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composable project, Git worktree, terminal runtime, hook, and model primitives for wsx."
readme = false
license = "MIT"
repository = "https://github.com/vlwkaos/wsx"

[lib]
name = "wsx_core"
path = "src/lib.rs"

[[test]]
name = "agent_restore_config_contract"
path = "tests/agent_restore_config_contract.rs"

[[test]]
name = "agent_resume_contract"
path = "tests/agent_resume_contract.rs"

[[test]]
name = "auto_collapse_config_contract"
path = "tests/auto_collapse_config_contract.rs"

[dependencies.anyhow]
version = "1"

[dependencies.asched-core]
version = "=0.2.0"

[dependencies.dirs]
version = "5"

[dependencies.glob]
version = "0.3"

[dependencies.libc]
version = "0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.yaml_serde]
version = "=0.10.7"