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 = "2021"
14rust-version = "1.60"
15name = "num-traits"
16version = "0.2.19"
17authors = ["The Rust Project Developers"]
18build = "build.rs"
19exclude = [
20    "/ci/*",
21    "/.github/*",
22]
23description = "Numeric traits for generic mathematics"
24homepage = "https://github.com/rust-num/num-traits"
25documentation = "https://docs.rs/num-traits"
26readme = "README.md"
27keywords = [
28    "mathematics",
29    "numerics",
30]
31categories = [
32    "algorithms",
33    "science",
34    "no-std",
35]
36license = "MIT OR Apache-2.0"
37repository = "https://github.com/rust-num/num-traits"
38
39[package.metadata.docs.rs]
40features = ["std"]
41rustdoc-args = ["--generate-link-to-definition"]
42
43[dependencies.libm]
44version = "0.2.0"
45optional = true
46
47[build-dependencies.autocfg]
48version = "1"
49
50[features]
51default = ["std"]
52i128 = []
53libm = ["dep:libm"]
54std = []
55