# 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 = "metallic" version = "0.1.2" authors = ["Chen-Pang He (https://jdh8.org)"] build = false exclude = ["/tests/*/huge"] autobins = false autoexamples = false autotests = false autobenches = false description = "C math functions from scratch" readme = "README.md" keywords = [ "floating-point", "trigonometry", "exponential", "logarithm", "special-functions", ] categories = ["mathematics"] license = "MIT" repository = "https://github.com/jdh8/metallic-rs" [profile.dev] opt-level = 3 [lib] name = "metallic" path = "src/lib.rs" [[test]] name = "f32" path = "tests/f32/main.rs" [[bench]] name = "f32" path = "benches/f32/main.rs" harness = false [dependencies.core-math] version = "0.2.0" optional = true [dependencies.fast_polynomial] version = "0.3.0" [dev-dependencies.core-math] version = "0.2.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hexf-parse] version = "0.2.1" [dev-dependencies.libm] version = "0.2.8" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.regex] version = "1.10.6" [features] core-math = ["dep:core-math"]