chomsky-linker 0.0.0

Linker for E-Graphs, handling cross-module references and fusion in Chomsky framework
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-linker"
version = "0.0.0"
authors = ["Gaia Team <192607617↯qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linker for E-Graphs, handling cross-module references and fusion in Chomsky framework"
homepage = "https://gaia-assembly.netlify.app/chomsky/linker/"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/nyar-vm/project-chomsky/tree/main/packages/chomsky-linker"
resolver = "2"

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

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

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

[dependencies.chomsky-types]
version = "0.0.0"

[dependencies.chomsky-uir]
version = "0.0.0"

[dependencies.dashmap]
version = "5.5.3"

[dependencies.hashbrown]
version = "0.14.5"

[dependencies.tracing]
version = "0.1.44"