-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
24 lines (21 loc) · 1.12 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
authors = ["Mikhail Solovev <[email protected]>"]
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Low-level bindings for the Bitwuzla SMT solver"
documentation = "https://docs.rs/bitwuzla-sys"
edition = "2021"
homepage = "https://github.com/fatemender/bitwuzla-sys"
keywords = ["ffi", "smt"]
license = "MIT"
links = "bitwuzla"
name = "bitwuzla-sys"
readme = "README.md"
repository = "https://github.com/fatemender/bitwuzla-sys"
version = "0.5.1"
[features]
vendor-cadical = ["copy_dir"]
[dependencies]
libc = "0.2"
[build-dependencies]
copy_dir = { version = "0.1", optional = true }