[package]
edition = "2024"
rust-version = "1.87"
name = "sora-execution"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple and powerful configuration table compiler for games and data-heavy tools."
homepage = "https://realm-labs.github.io/sora/"
documentation = "https://realm-labs.github.io/sora/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/realm-labs/sora"
[lib]
name = "sora_execution"
path = "src/lib.rs"
[dependencies.rayon]
version = "1"