genja-core 0.1.0

Core Genja primitives for task execution, inventory modeling, settings loading, connection state, and structured task results
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 = "genja-core"
version = "0.1.0"
authors = ["Andre Bowen-Brown <contact@genja.co.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core Genja primitives for task execution, inventory modeling, settings loading, connection state, and structured task results"
homepage = "https://docs.genja.co.uk"
readme = "README.md"
keywords = [
    "automation",
    "inventory",
    "tasks",
    "orchestration",
    "plugin",
]
categories = [
    "development-tools",
    "asynchronous",
    "network-programming",
]
license = "AGPL-3.0-only"
repository = "https://github.com/Smertan/genja"

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

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

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

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

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

[dependencies.async-recursion]
version = "1.1.1"

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

[dependencies.config]
version = "0.15.19"

[dependencies.dashmap]
version = "5.5.3"

[dependencies.genja-core-derive]
version = "0.1.0"

[dependencies.humantime]
version = "2.2.0"

[dependencies.log]
version = "0.4.27"

[dependencies.natord]
version = "1.0.9"

[dependencies.schemars]
version = "1.0.4"

[dependencies.serde]
version = "1.0.219"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.142"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.ssh2-config]
version = "0.6.5"

[dependencies.tokio]
version = "1.48.0"
features = [
    "rt-multi-thread",
    "sync",
]

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.regex]
version = "1.12.2"

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

[dev-dependencies.tracing-rolling-file]
version = "0.1.3"
features = ["non-blocking"]

[dev-dependencies.tracing-subscriber]
version = "0.3"

[dev-dependencies.trybuild]
version = "1.0.113"