[dependencies.cranelift-entity]
version = "0.91.1"
[dependencies.fxhash]
version = "0.2.1"
[dependencies.hashbrown]
features = ["raw"]
version = "0.12.2"
[dependencies.indexmap]
version = "1.9.1"
[dependencies.log]
default-features = false
version = "0.4.8"
[dependencies.smallvec]
features = ["union"]
version = "1.6.1"
[features]
default = []
trace-log = []
[package]
authors = ["The Cranelift Project Developers"]
description = "acyclic-egraph (aegraph) implementation for Cranelift"
documentation = "https://docs.rs/cranelift-egraph"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift-egraph"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "0.91.1"