[package]
edition = "2024"
name = "chomsky-uir"
version = "0.0.1"
authors = ["Gaia Team <192607617↯qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal Intermediate Representation (UIR) for Chomsky framework based on E-Graph"
homepage = "https://gaia-assembly.netlify.app/chomsky/uir/"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/nyar-vm/project-chomsky/tree/main/packages/chomsky-uir"
resolver = "2"
[lib]
name = "chomsky_uir"
path = "src/lib.rs"
[[test]]
name = "constraint_test"
path = "tests/constraint_test.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[dependencies.chomsky-types]
version = "0.0.1"
[dependencies.dashmap]
version = "6.1.0"
[dependencies.hashbrown]
version = "0.16.1"
[dependencies.oak-core]
version = "0.0.4"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]