xref: /libCEED/rust/libceed/Cargo.toml (revision f5066b3615781dbcd74af2f846f96d7648d0187d)
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]
7name = "libceed"
8version = "0.9.0"
9edition = "2018"
10license = "BSD-2-Clause"
11repository = "https://github.com/CEED/libCEED"
12documentation = "https://docs.rs/libceed"
13description = """
14High-level interface for libCEED - the efficient high-order discretization library developed by the ECP co-design center CEED.
15"""
16keywords = ["libceed", "exascale", "high-order"]
17categories = ["science"]
18
19[dependencies]
20libceed-sys = { version = "0.9", path = "../libceed-sys" }
21katexit = { version = "0.1.1", optional = true }
22
23[dev-dependencies]
24version-sync = "0.9.2"
25
26[package.metadata.docs.rs]
27features = ["katexit"]
28