[package]
edition = "2024"
name = "egglog-reports"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "egglog is a language that combines the benefits of equality saturation and datalog. It can be used for analysis, optimization, and synthesis of programs. It is the successor to the popular rust library egg."
readme = "README.md"
keywords = [
"e-graphs",
"egglog",
"datalog",
"compiler",
"equality",
]
license = "MIT"
repository = "https://github.com/egraphs-good/egglog"
[lib]
name = "egglog_reports"
path = "src/lib.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.hashbrown]
version = "0.16"
features = ["serde"]
[dependencies.indexmap]
version = "2.2"
[dependencies.rustc-hash]
version = "2.1"
[dependencies.serde]
version = "1.0"
features = [
"derive",
"rc",
]
[dependencies.serde_json]
version = "1.0"
[dependencies.web-time]
version = "1.1"