rust_smt 0.2.0

A generic solver-agnostic API for interacting with SMT solvers based on the SMT-LIB standard.
Documentation
# 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 = "rust_smt"
version = "0.2.0"
authors = ["Clark Barrett <cbarrett@fb.com>"]
exclude = [".gitignore", ".travis.yml"]
description = "A generic solver-agnostic API for interacting with SMT solvers based on the SMT-LIB standard."
homepage = "https://github.com/facebookincubator/Rust-SMT-LIB-API"
readme = "README.md"
keywords = ["smt", "satisfiability", "modulo", "theories", "z3"]
categories = ["api-bindings", "science"]
license = "MIT"
repository = "https://github.com/facebookincubator/Rust-SMT-LIB-API.git"
[dependencies.lazy_static]
version = "1"

[dependencies.z3-sys]
version = "0.4.0"
[badges.maintenance]
status = "actively-developed"