# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.61" name = "dashu-base" version = "0.4.1" authors = ["Jacob Zhong "] 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 [[bench]] name = "benchmarks" harness = false [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.3" [features] default = ["std"] std = []