[package] authors = [ "Jed Brown ", "Yohann Dudouit ", "Jeremy L Thompson ", ] name = "libceed" version = "0.8.0" edition = "2018" license = "BSD-2-Clause" repository = "https://github.com/CEED/libCEED" documentation = "https://libceed.readthedocs.io/en/latest/" description = """ High-level interface for libCEED - the efficient high-order discretization library developed by the ECP co-design center CEED. """ keywords = ["libceed", "exascale", "high-order"] categories = ["science"] [dependencies] libceed-sys = { version = "0.8", path = "../libceed-sys" } [dev-dependencies] version-sync = "0.9.2"