Cargo Features

egg has no features set by default.

[dependencies]
egg = { version = "0.10.0", features = ["deterministic", "lp", "reports", "serde-1", "wasm-bindgen", "test-explanations"] }
deterministic

forces the use of indexmaps over hashmaps

lp = coin_cbc
reports = serde-1, serde_json
serde-1 reports? = serde, vectorize

Enables serde of hashbrown, indexmap, and symbol_table

wasm-bindgen
test-explanations

private features for testing

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

coin_cbc lp?

Enables coin_cbc

for the lp feature

serde serde-1?

Enables serde

for the serde-1 feature

vectorize serde-1?
serde_json reports?