core-math-sys 0.1.4

Generate bindings to CORE-MATH
Documentation
[build-dependencies.anyhow]
version = "1.0.86"

[build-dependencies.bindgen]
version = "0.69.4"

[build-dependencies.cc]
features = ["parallel"]
version = "1.1.11"

[build-dependencies.glob]
version = "0.3.1"

[lib]
name = "core_math_sys"
path = "src/lib.rs"

[package]
authors = ["Chen-Pang He (https://jdh8.org)"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["mathematics", "no-std"]
description = "Generate bindings to CORE-MATH"
edition = "2021"
exclude = ["/vendor/**/*.wc", "/vendor/doc"]
keywords = ["floating-point", "trigonometry", "exponential", "logarithm", "special-functions"]
license = "MIT"
name = "core-math-sys"
readme = "README.md"
repository = "https://github.com/jdh8/core-math-sys"
version = "0.1.4"

[profile.dev]
opt-level = 3

[[test]]
name = "sanity"
path = "tests/sanity.rs"