[package]
edition = "2021"
rust-version = "1.76"
name = "boundary-compiler-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "P31 v11A boundary compiler microkernel — strict JSON boundary compilation with receipt artifacts"
readme = "README.md"
license = "MIT OR Apache-2.0"
[lib]
name = "boundary_compiler_core"
path = "src/lib.rs"
[[test]]
name = "boundary_tests"
path = "tests/boundary_tests.rs"
[[test]]
name = "json_boundary_fixtures"
path = "tests/json_boundary_fixtures.rs"
[dependencies.schemars]
version = "0.8"
features = [
"chrono",
"uuid1",
]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dev-dependencies.pretty_assertions]
version = "1"