# 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 = "crlibm" version = "0.2.0" authors = ["Christophe Troestler "] build = "build.rs" exclude = [ "Makefile*", "/.github", "/crlibm/docs", "/crlibm/gappa", "maple/", "/crlibm/tests", "/crlibm/**/NEWS", "/crlibm/**/README*", "/crlibm/**/TODO", "/crlibm/**/test*", "/crlibm/**/VERSION", "/crlibm/**/*.dev", "/crlibm/**/*.user", "/crlibm/**/*.dox", "/crlibm/CMakeLists.txt", "/crlibm/prepare", "/crlibm/**/ChangeLog", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Binding to CRlibm, a correctly rounded math lib" homepage = "https://github.com/Chris00/rust-crlibm" documentation = "https://docs.rs/crlibm" readme = "README.md" keywords = [ "libm", "math", "floating-point", "rounding", "science", ] categories = [ "mathematics", "api-bindings", "science", ] license = "GPL-2.0-or-later" repository = "https://github.com/Chris00/rust-crlibm" [lib] name = "crlibm" path = "src/lib.rs" [[example]] name = "accuracy" path = "examples/accuracy.rs" [[example]] name = "speed_ln" path = "examples/speed_ln.rs" [dependencies.ctor] version = "0.1.21" [build-dependencies.cc] version = "1.1.6" [features] log_double_extended = []