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