chomsky-uir 0.0.0

Universal Intermediate Representation (UIR) for Chomsky framework based on E-Graph
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 = "chomsky-uir"
version = "0.0.0"
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.0"

[dependencies.dashmap]
version = "5.5.3"

[dependencies.hashbrown]
version = "0.14.5"

[dependencies.oak-core]
version = "0.0.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]