xref: /libCEED/rust/libceed-sys/Cargo.toml (revision edab612303ce5c583510db4ec9520fcda426d3c1)
1[package]
2authors = [
3    "Jed Brown <jed@jedbrown.org>",
4    "Yohann Dudouit <dudouit1@llnl.gov>",
5    "Jeremy L Thompson <thompson.jeremy.luke@gmail.com>",
6]
7build = "build.rs"
8name = "libceed-sys"
9version = "0.8.0"
10links = "libceed-sys"
11edition = "2018"
12
13[lib]
14name = "libceed_sys"
15
16[features]
17default = ["static"]
18static = []
19system = []
20
21[build-dependencies]
22bindgen = "*"
23pkg-config = "0.3.19"
24