# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "z3tracer" version = "0.11.2" authors = ["Mathieu Baudet "] exclude = ["README.tpl"] description = "Parser for Z3 tracing logs" documentation = "https://docs.rs/z3tracer" readme = "README.md" keywords = ["smt", "solver", "z3"] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/facebookincubator/smt2utils" [[bin]] name = "z3tracer" path = "src/main.rs" test = false required-features = ["report"] [dependencies.multiset] version = "0.0.5" optional = true [dependencies.once_cell] version = "1.7.2" [dependencies.petgraph] version = "0.5.1" optional = true [dependencies.plotters] version = "0.3.0" optional = true [dependencies.smt2parser] version = "0.6.0" [dependencies.structopt] version = "0.3.12" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.anyhow] version = "1.0.40" [features] report = ["plotters", "petgraph", "multiset"]