cardinal-kernel 0.1.1

Headless, deterministic rules engine for turn-based, TCG-like games.
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 = "cardinal-kernel"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless, deterministic rules engine for turn-based, TCG-like games."
homepage = "https://REPLACE-ME/homepage"
documentation = "https://docs.rs/cardinal-kernel"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/Big-Sky-Tech/Cardinal-Codex"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.colored]
version = "2.0"

[dependencies.rand]
version = "0.8"

[dependencies.rand_pcg]
version = "0.3"

[dependencies.rhai]
version = "1.20"
features = [
    "sync",
    "only_i32",
    "no_float",
]
default-features = false

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

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.toml]
version = "0.9.8"

[dependencies.walkdir]
version = "2.5"

[dependencies.zstd]
version = "0.13"