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