[package]
edition = "2021"
rust-version = "1.80"
name = "opys-core"
version = "0.1.20"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "opys manifest data model + shorthand + Val/Valset. Reference implementation of opys.json."
homepage = "https://github.com/harmoniya-net/opys"
readme = "README.md"
license = "MIT"
repository = "https://github.com/harmoniya-net/opys"
[lib]
name = "opys_core"
path = "src/lib.rs"
[[test]]
name = "glob"
path = "tests/glob.rs"
[[test]]
name = "interpolate"
path = "tests/interpolate.rs"
[[test]]
name = "manifest"
path = "tests/manifest.rs"
[[test]]
name = "shorthand"
path = "tests/shorthand.rs"
[dependencies.base64]
version = "0.22"
[dependencies.indexmap]
version = "2"
features = ["serde"]
[dependencies.opys-mojang-rules]
version = "0.1.20"
[dependencies.regex]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.serde_json]
version = "1"