[dev-dependencies.no-panic]
version = "0.1.30"
[features]
default = []
force-soft-floats = []
unstable = []
[lib]
name = "libm"
path = "src/lib.rs"
[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["no-std"]
description = "libm in pure Rust"
documentation = "https://docs.rs/libm"
edition = "2021"
exclude = ["/ci/", "/.github/workflows/"]
keywords = ["libm", "math"]
license = "MIT AND (MIT OR Apache-2.0)"
name = "libm"
readme = "README.md"
repository = "https://github.com/rust-lang/libm"
rust-version = "1.63"
version = "0.2.11"
[profile.release]
lto = "fat"