netsky-core 0.1.7

netsky core: agent model, prompt loader, spawner, config
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 = "2024"
name = "netsky-core"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "netsky core: agent model, prompt loader, spawner, config"
readme = "README.md"
license = "MIT"
repository = "https://github.com/lostmygithubaccount/netsky"
resolver = "2"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.croner]
version = "3.0.1"

[dependencies.dirs]
version = "5"

[dependencies.fs4]
version = "0.13.1"

[dependencies.netsky-config]
version = "0.1.5"

[dependencies.netsky-sh]
version = "0.1.0"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"