boundary-compiler-core 0.1.0

P31 v11A boundary compiler microkernel — strict JSON boundary compilation with receipt artifacts
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"