13 lines
368 B
TOML
13 lines
368 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
description = "Numeric traits for generic mathematics"
|
|
documentation = "http://rust-num.github.io/num"
|
|
homepage = "https://github.com/rust-num/num"
|
|
keywords = ["mathematics", "numerics"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/rust-num/num"
|
|
name = "num-traits"
|
|
version = "0.1.36"
|
|
|
|
[dependencies]
|