chomsky-extract 0.0.1

E-Graph extraction and selection logic for Chomsky optimization 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-extract"
version = "0.0.1"
authors = ["Gaia Team <192607617↯qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "E-Graph extraction and selection logic for Chomsky optimization framework"
homepage = "https://gaia-assembly.netlify.app/chomsky/extract/"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/nyar-vm/project-chomsky/tree/main/packages/chomsky-extract"
resolver = "2"

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

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

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

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

[dependencies.chomsky-cost]
version = "0.0.1"

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

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

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