• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "libm"
15version = "0.2.8"
16authors = ["Jorge Aparicio <jorge@japaric.io>"]
17exclude = [
18    "/ci/",
19    "/.github/workflows/",
20]
21description = "libm in pure Rust"
22documentation = "https://docs.rs/libm"
23readme = "README.md"
24keywords = [
25    "libm",
26    "math",
27]
28categories = ["no-std"]
29license = "MIT OR Apache-2.0"
30repository = "https://github.com/rust-lang/libm"
31
32[profile.release]
33lto = "fat"
34
35[dev-dependencies.no-panic]
36version = "0.1.8"
37
38[build-dependencies.rand]
39version = "0.6.5"
40optional = true
41
42[features]
43default = []
44musl-reference-tests = ["rand"]
45unstable = []
46