[dependencies.libm]
version = "0.2"
[lib]
doctest = false
name = "libm_ext"
path = "src/lib.rs"
[package]
authors = ["tangxiangong <tangxiangong@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics"]
description = "libm extension"
edition = "2024"
keywords = ["math", "scientific", "libm", "extension"]
license = "MIT OR Apache-2.0"
name = "libm-ext"
readme = "README.md"
repository = "https://github.com/tangxiangong/libm-ext"
version = "0.0.1"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "./libm-ext/docs-header.html"]