# 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 = "2018" name = "libceed-sys" version = "0.12.0" authors = [ "Jed Brown ", "Yohann Dudouit ", "Jeremy L Thompson ", ] build = "build.rs" links = "libceed-sys" include = [ "build.rs", "README.md", "src/**", "c-src/**", ] description = """ Low-level bindings for libCEED library. """ documentation = "https://docs.rs/libceed-sys" readme = "README.md" keywords = [ "libceed", "exascale", "high-order", ] categories = ["science"] license = "BSD-2-Clause" repository = "https://github.com/CEED/libCEED" [[package.metadata.release.pre-release-replacements]] file = "README.md" replace = "libceed-sys = \"{{version}}\"" search = "libceed-sys = \"[0-9.]*\"" [[package.metadata.release.pre-release-replacements]] file = "build.rs" replace = "atleast_version(\"{{version}}\")" search = 'atleast_version\("[0-9.]*"\)' [dev-dependencies.version-sync] version = "0.9.2" [build-dependencies.bindgen] version = "0.61.0" [build-dependencies.pkg-config] version = "0.3.19" [features] default = ["static"] static = [] system = []