# 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 = "rsmt2" version = "0.16.2" authors = ["Adrien Champion "] description = "Wrapper for SMT-LIB 2 compliant SMT solvers." homepage = "https://github.com/kino-mc/rsmt2" documentation = "https://docs.rs/rsmt2" readme = "README.md" keywords = [ "SMT", "SAT", "satisfiability", "solver", "SMT-LIB", ] categories = ["science"] license = "MIT/Apache-2.0" repository = "https://github.com/kino-mc/rsmt2" [package.metadata.docs.rs] features = ["examples"] [[example]] name = "custom_cmd" test = true [[example]] name = "adt" test = true [dependencies.error-chain] version = "^0.12" [dev-dependencies.clap] version = "^3.2" [features] default = [] examples = [] [badges.appveyor] repository = "kino-mc/rsmt2" [badges.codecov] repository = "kino-mc/rsmt2" service = "github" [badges.travis-ci] repository = "kino-mc/rsmt2" service = "github"