Cargo Features

[dependencies]
egglog = { version = "0.1.0", default-features = false, features = ["bin", "wasm-bindgen"] }
default = bin

The bin feature is set by default whenever egglog is added without default-features = false somewhere in the dependency tree.

bin default

Enables clap, egraph-serialize, env_logger ^0.10, and serde_json

clap:

binary dependencies

wasm-bindgen

Enables wasm-bindgen of instant and getrandom

Need to add "js" feature for "graphviz-rust" to work in wasm