summaryrefslogtreecommitdiffstats
path: root/third_party/rust/num-traits/Cargo.toml
blob: b30fca3225130e4e32c3f3daa6f845a6d5ab87fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
name = "num-traits"
version = "0.2.15"
authors = ["The Rust Project Developers"]
build = "build.rs"
exclude = [
    "/bors.toml",
    "/ci/*",
    "/.github/*",
]
description = "Numeric traits for generic mathematics"
homepage = "https://github.com/rust-num/num-traits"
documentation = "https://docs.rs/num-traits"
readme = "README.md"
keywords = [
    "mathematics",
    "numerics",
]
categories = [
    "algorithms",
    "science",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-num/num-traits"

[package.metadata.docs.rs]
features = ["std"]

[dependencies.libm]
version = "0.2.0"
optional = true

[build-dependencies.autocfg]
version = "1"

[features]
default = ["std"]
i128 = []
std = []