# 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 = "smt2proxy" version = "0.2.4" authors = ["Mathieu Baudet "] exclude = ["README.tpl"] description = "Binary tool to intercept and pre-process SMT2 commands" documentation = "https://docs.rs/smt2proxy" readme = "README.md" keywords = ["smt", "solver", "smt-lib"] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/facebookincubator/smt2utils" [[bin]] name = "smt2proxy" path = "src/main.rs" test = false [dependencies.rand] version = "0.8.0" [dependencies.smt2parser] version = "0.6.0" [dependencies.structopt] version = "0.3.12" [dependencies.strum] version = "0.21"