[package]
edition = "2024"
rust-version = "1.87"
name = "sora-data"
version = "0.2.1"
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_data"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = [
"derive",
"rc",
]
[dependencies.sora-diagnostics]
version = "0.2.1"
[dependencies.sora-ir]
version = "0.2.1"
[dev-dependencies.sora-schema]
version = "0.2.1"
[dev-dependencies.toml]
version = "0.8"