# 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 = "2021" name = "core-math-sys" version = "0.2.0" authors = ["Chen-Pang He (https://jdh8.org)"] build = "build.rs" exclude = [ "/vendor/**/*.wc", "/vendor/doc", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Generate bindings to CORE-MATH" readme = "README.md" keywords = [ "floating-point", "trigonometry", "exponential", "logarithm", "special-functions", ] categories = [ "mathematics", "no-std", ] license = "MIT" repository = "https://github.com/jdh8/core-math-sys" [profile.dev] opt-level = 3 [lib] name = "core_math_sys" path = "src/lib.rs" [[test]] name = "sanity" path = "tests/sanity.rs" [build-dependencies.anyhow] version = "1.0.86" [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.cc] version = "1.1.11" features = ["parallel"] [build-dependencies.glob] version = "0.3.1"