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