[build-dependencies.rand]
optional = true
version = "0.6.5"
[dev-dependencies.no-panic]
version = "0.1.8"
[features]
default = []
musl-reference-tests = ["rand"]
unstable = []
[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["no-std"]
description = "libm in pure Rust"
documentation = "https://docs.rs/libm"
edition = "2018"
keywords = ["libm", "math"]
license = "MIT OR Apache-2.0"
name = "libm"
readme = "README.md"
repository = "https://github.com/rust-lang/libm"
version = "0.2.6"
[profile.release]
lto = "fat"