| 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] |
| 13 | edition = "2021" |
| 14 | rust-version = "1.63" |
| 15 | name = "libm" |
| 16 | version = "0.2.11" |
| 17 | authors = ["Jorge Aparicio <jorge@japaric.io>" ] |
| 18 | build = "build.rs" |
| 19 | exclude = [ |
| 20 | "/ci/" , |
| 21 | "/.github/workflows/" , |
| 22 | ] |
| 23 | autolib = false |
| 24 | autobins = false |
| 25 | autoexamples = false |
| 26 | autotests = false |
| 27 | autobenches = false |
| 28 | description = "libm in pure Rust" |
| 29 | documentation = "https://docs.rs/libm" |
| 30 | readme = "README.md" |
| 31 | keywords = [ |
| 32 | "libm" , |
| 33 | "math" , |
| 34 | ] |
| 35 | categories = ["no-std" ] |
| 36 | license = "MIT AND (MIT OR Apache-2.0)" |
| 37 | repository = "https://github.com/rust-lang/libm" |
| 38 | |
| 39 | [profile.release] |
| 40 | lto = "fat" |
| 41 | |
| 42 | [lib] |
| 43 | name = "libm" |
| 44 | path = "src/lib.rs" |
| 45 | |
| 46 | [dev-dependencies.no-panic] |
| 47 | version = "0.1.30" |
| 48 | |
| 49 | [features] |
| 50 | default = [] |
| 51 | force-soft-floats = [] |
| 52 | unstable = [] |
| 53 | |