[package] name = "rustproof-libsmt" version = "0.1.0" authors = [ "Sushant ", "Karthik Senthil ", "Matthew Slocum ", "Sami Sahli ", "Vincent Schuster ", "Matthew O'Brien ", "Michael Salter ", "Bradley Rasmussen ", "Drew Gohman " ] license = "Apache-2.0/MIT" description = "Rust bindings for z3 as utilized by RustProof." repository = "https://github.com/Rust-Proof/libsmt.rs" readme = "README.md" keywords = ["smt", "verification", "z3", "solver", "satisfiability"] exclude = [".travis.yml"] [[example]] name = "bitvec_x86_64" test = true [[example]] name = "fiestel" test = true [[example]] name = "simple_example" test = true [[example]] name = "bajr" test = true [dependencies] petgraph = "0.2.7" regex = "0.1.73"