runner-core 0.4.43

Core helpers for Greentic runner: pack resolution, signing, session/state glue, and utilities
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 = "runner-core"
version = "0.4.43"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core helpers for Greentic runner: pack resolution, signing, session/state glue, and utilities"
homepage = "https://github.com/greentic-ai/greentic-runner"
readme = "README.md"
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-runner"
resolver = "2"

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

[[example]]
name = "resolve_fs"
path = "examples/resolve_fs.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1"

[dependencies.ed25519-dalek]
version = "2"
features = ["pkcs8"]

[dependencies.greentic-config-types]
version = "0.4"

[dependencies.greentic_pack]
version = "0.4"
package = "greentic-pack-lib"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "blocking",
]
default-features = false

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.url]
version = "2"

[dev-dependencies.tiny_http]
version = "0.12"