# 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 = "2018" name = "amzn-smt-ir" version = "0.1.0" authors = [ "Max Heller", "Mike Whalen ", "Bruno Dutertre ", ] description = "Intermediate representation for SMT problems" readme = "README.md" keywords = [ "smt", "smt-lib", "solver", ] categories = ["science"] license = "Apache-2.0" repository = "https://github.com/awslabs/rust-smt-ir" [[bench]] name = "parsing" harness = false [dependencies.amzn-smt-ir-derive] version = "0.1" [dependencies.either] version = "1.6" [dependencies.internment] version = "0.7.0" [dependencies.itertools] version = "0.10" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.8" [dependencies.smallvec] version = "1.6" features = ["union"] [dependencies.smt2parser] version = "0.6.1" [dependencies.stacker] version = "0.1" [dependencies.thiserror] version = "1.0" [dependencies.varisat] version = "0.2" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.paste] version = "1.0" [dev-dependencies.static_assertions] version = "1.1" [dev-dependencies.varisat] version = "0.2" [dev-dependencies.z3-sys] version = "0.7"