# 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] name = "falcon-z3" version = "0.5.2" authors = ["Alex Eubanks "] description = "Rust bindings for z3 and Falcon" homepage = "https://github.com/falconre/falcon-z3" readme = "README.md" license = "MIT" repository = "https://github.com/falconre/falcon-z3" [lib] name = "falcon_z3" path = "lib/lib.rs" [dependencies.error-chain] version = "0.12" [dependencies.falcon] version = "0.5.2" [dependencies.num-bigint] version = "0.4" features = ["serde"] [dependencies.num-traits] version = "0.2" [dependencies.z3-sys] version = "0.7" [features] capstone4 = ["falcon/capstone4"]