# 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 = "egg-viz" version = "0.4.0" build = false include = [ "build/*", "**/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "View statistics for egg e-graphs" homepage = "https://github.com/sgpthomas/egg-stats" readme = "README.md" license = "MIT" repository = "https://github.com/sgpthomas/egg-stats" [[bin]] name = "egg-viz" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.argh] version = "0.1.12" [dependencies.csv] version = "1.3.0" [dependencies.futures] version = "0.3.30" [dependencies.include_dir] version = "0.7.4" [dependencies.itertools] version = "0.13.0" [dependencies.notify] version = "6.1.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = [ "macros", "sync", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.16" [dependencies.uuid] version = "1.10.0" features = [ "serde", "v4", ] [dependencies.walkdir] version = "2.5.0" [dependencies.warp] version = "0.3.7" [dependencies.webbrowser] version = "1.0.2"