[dependencies.num-traits]
default-features = false
version = "0.2"
[features]
default = ["std"]
std = []
[package]
authors = ["Joshua Smith <anvil775@gmail.com>"]
categories = ["algorithms", "science", "no-std"]
description = "A simple to use yet abstract system of mathematical traits for the Rust language"
documentation = "https://docs.rs/maths-traits"
edition = "2018"
keywords = ["mathematics", "numerics", "algebra", "integer", "real-numbers"]
license = "MIT"
name = "maths-traits"
readme = "README.md"
repository = "https://github.com/anvil777/maths-traits"
version = "0.2.1"
[package.metadata.docs.rs]
features = ["std"]