# 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 = "smtlib" version = "0.2.0" authors = ["Oliver Bøving "] description = "A high-level API for interacting with SMT solvers" homepage = "https://github.com/oeb25/smtlib-rs/tree/main/smtlib" documentation = "https://docs.rs/smtlib" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/oeb25/smtlib-rs" [package.metadata.docs.rs] features = [ "serde", "const-bit-vec", "tokio", ] [dependencies.itertools] version = "0.12.0" [dependencies.miette] version = "5.5.0" [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true [dependencies.smtlib-lowlevel] version = "0.2.0" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.futures] version = "0.3.29" [dev-dependencies.insta] version = "1.23.0" features = ["ron"] [dev-dependencies.miette] version = "5.5.0" features = ["fancy"] [dev-dependencies.tokio-test] version = "0.4.4" [features] const-bit-vec = [] default = [] serde = [ "dep:serde", "smtlib-lowlevel/serde", ] tokio = ["smtlib-lowlevel/tokio"] z3-static = ["smtlib-lowlevel/z3-static"]