[[bin]]
name = "insign-cli"
path = "src/bin/insign-cli.rs"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "1"
[dev-dependencies.insta]
features = ["yaml"]
version = "1"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.tempfile]
version = "3"
[features]
boolean_ops = []
default = []
[lib]
name = "insign"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "data-structures"]
description = "Insign: a tiny DSL for Minecraft build regions & metadata"
edition = "2021"
keywords = ["minecraft", "dsl", "schematics", "regions", "metadata"]
license = "MIT"
name = "insign"
readme = "README.md"
repository = "https://github.com/Schem-at/Insign"
version = "0.1.0"
[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"
[[test]]
name = "feature_boolean_ops"
path = "tests/feature_boolean_ops.rs"
[[test]]
name = "feature_boolean_ops_enabled"
path = "tests/feature_boolean_ops_enabled.rs"
[[test]]
name = "golden"
path = "tests/golden.rs"