[package] name = "core-math-sys" version = "0.2.0" authors = ["Chen-Pang He (https://jdh8.org)"] edition = "2021" description = "Generate bindings to CORE-MATH" repository = "https://github.com/jdh8/core-math-sys" license = "MIT" categories = ["mathematics", "no-std"] keywords = ["floating-point", "trigonometry", "exponential", "logarithm", "special-functions"] exclude = ["/vendor/**/*.wc", "/vendor/doc"] [profile.dev] opt-level = 3 [build-dependencies] anyhow = "1.0.86" bindgen = "0.70.1" cc = { version = "1.1.11", features = ["parallel"] } glob = "0.3.1"