# 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 = "egraph-serialize" version = "0.2.0" authors = ["Max Willsey "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to serialize e-graphs" readme = "README.md" keywords = ["e-graphs"] license = "MIT" repository = "https://github.com/egraphs-good/egraph-serialize" [lib] name = "egraph_serialize" path = "src/lib.rs" [[test]] name = "round_trip" path = "tests/round_trip.rs" [dependencies.graphviz-rust] version = "0.6.2" optional = true [dependencies.indexmap] version = "2.0.0" [dependencies.once_cell] version = "1.18.0" [dependencies.ordered-float] version = "3.7.0" [dependencies.serde] version = "1.0.166" features = [ "derive", "alloc", "rc", ] optional = true default-features = false [dependencies.serde_json] version = "1.0.100" features = ["preserve_order"] optional = true [dev-dependencies.glob] version = "0.3.1" [features] default = ["serde"] graphviz = ["dep:graphviz-rust"] serde = [ "dep:serde", "dep:serde_json", "indexmap/serde", "ordered-float/serde", ]