15 lines
441 B
TOML
15 lines
441 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
description = "Numeric traits for generic mathematics"
|
|
documentation = "https://docs.rs/num-traits"
|
|
homepage = "https://github.com/rust-num/num-traits"
|
|
keywords = ["mathematics", "numerics"]
|
|
categories = [ "algorithms", "science" ]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/rust-num/num-traits"
|
|
name = "num-traits"
|
|
version = "0.1.42"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|