# 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 = "yices2" version = "0.1.4" authors = ["Rowan Hart "] publish = true description = "Rust bindings to the Yices 2 SMT solver" homepage = "https://yices.csl.sri.com" readme = "README.md" keywords = [ "smt", "smt-solver", "yices", ] license = "GPL-3.0" repository = "https://github.com/novafacing/yices2-rs" [dependencies.anyhow] version = "1.0.75" [dependencies.ctor] version = "0.2.4" optional = true [dependencies.itertools] version = "0.11.0" [dependencies.paste] version = "1.0.14" [dependencies.thiserror] version = "1.0.46" [dependencies.yices2-sys] version = "2.6.4-patch.1" [dev-dependencies.anyhow] version = "1.0.75" [features] ctor = ["dep:ctor"] default = [ "ctor", "prelude", ] prelude = []