# 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 = "boolector-sys" version = "0.7.2" authors = ["Mikhail Solovev "] build = "build.rs" links = "boolector" description = "Low-level bindings for the Boolector SMT solver" homepage = "https://github.com/fatemender/boolector-sys" documentation = "https://docs.rs/boolector-sys" readme = "README.md" keywords = [ "ffi", "smt", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/fatemender/boolector-sys" [dependencies.libc] version = "0.2.73" [build-dependencies.cc] version = "1.0" optional = true [build-dependencies.cmake] version = "0.1" optional = true [build-dependencies.copy_dir] version = "0.1.2" optional = true [features] vendor-lgl = [ "cc", "cmake", "copy_dir", ]