runx-core 0.6.19

Pure Rust parity kernel for runx state-machine and policy decisions.
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"
rust-version = "1.85"
name = "runx-core"
version = "0.6.19"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust parity kernel for runx state-machine and policy decisions."
homepage = "https://runx.ai"
readme = "README.md"
keywords = [
    "runx",
    "kernel",
    "policy",
    "agents",
    "workflow",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/runxhq/runx"

[features]
default = ["std"]
std = []

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

[dependencies.runx-contracts]
version = "0.6.19"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.proptest]
version = "1.11.0"
features = ["std"]
default-features = false

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"
wildcard_imports = "deny"

[lints.rust]
unsafe_code = "forbid"