eure-codegen-ir 0.1.9

Canonical intermediate representation for Eure code generation
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 = "2024"
name = "eure-codegen-ir"
version = "0.1.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical intermediate representation for Eure code generation"
homepage = "https://eure.dev"
readme = "README.md"
keywords = [
    "eure",
    "codegen",
    "ir",
    "schema",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Hihaheho/eure"
resolver = "2"

[lib]
name = "eure_codegen_ir"
path = "src/lib.rs"

[[test]]
name = "codegen_builder_defaults"
path = "tests/codegen_builder_defaults.rs"

[[test]]
name = "codegen_metadata_fidelity"
path = "tests/codegen_metadata_fidelity.rs"

[[test]]
name = "emission_gating"
path = "tests/emission_gating.rs"

[[test]]
name = "structural_eq"
path = "tests/structural_eq.rs"

[[test]]
name = "validate_invariants"
path = "tests/validate_invariants.rs"

[[test]]
name = "value_fidelity"
path = "tests/value_fidelity.rs"

[dependencies.bon]
version = "3"

[dependencies.indexmap]
version = "2"
features = ["std"]
default-features = false

[dependencies.num-bigint]
version = "0.4"

[dependencies.thiserror]
version = "2.0"
default-features = false