[package]
edition = "2021"
rust-version = "1.68"
name = "dashu-base"
version = "0.4.2"
authors = ["Jacob Zhong <cmpute@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common trait definitions and tools for the `dashu` libraries"
homepage = "https://github.com/cmpute/dashu"
documentation = "https://docs.rs/dashu-base"
readme = "README.md"
keywords = [
"mathematics",
"numerics",
]
categories = [
"mathematics",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cmpute/dashu"
[package.metadata.docs.rs]
all-features = true
[features]
default = ["std"]
std = []
[lib]
name = "dashu_base"
path = "src/lib.rs"
[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false
[dev-dependencies.criterion]
version = "0.5.1"
features = ["html_reports"]
[dev-dependencies.rand]
version = "0.8.3"