dashu 0.4.4

A library set of big numbers
Documentation
# 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.68"
name = "dashu"
version = "0.4.4"
authors = ["Jacob Zhong <cmpute@gmail.com>"]
build = false
include = ["/src"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library set of big numbers"
homepage = "https://github.com/cmpute/dashu"
documentation = "https://docs.rs/dashu"
readme = "README.md"
keywords = [
    "bignum",
    "numerics",
    "mathematics",
    "math",
]
categories = [
    "mathematics",
    "no-std",
    "parsing",
    "value-formatting",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cmpute/dashu"

[package.metadata.docs.rs]
all-features = true

[features]
decimal-extras = [
    "dashu-float/postgres-types",
    "dashu-float/diesel",
]
default = [
    "std",
    "num-order",
]
num-order = [
    "dashu-int/num-order",
    "dashu-float/num-order",
    "dashu-ratio/num-order",
]
num-traits = [
    "dashu-int/num-traits",
    "dashu-float/num-traits",
    "dashu-ratio/num-traits",
]
num-traits_v02 = [
    "dashu-int/num-traits_v02",
    "dashu-float/num-traits_v02",
    "dashu-ratio/num-traits_v02",
]
rand = [
    "dashu-int/rand",
    "dashu-float/rand",
    "dashu-ratio/rand",
]
rand_v010 = [
    "dashu-int/rand_v010",
    "dashu-float/rand_v010",
    "dashu-ratio/rand_v010",
]
rand_v08 = [
    "dashu-int/rand_v08",
    "dashu-float/rand_v08",
    "dashu-ratio/rand_v08",
]
rand_v09 = [
    "dashu-int/rand_v09",
    "dashu-float/rand_v09",
    "dashu-ratio/rand_v09",
]
serde = [
    "dashu-int/serde",
    "dashu-float/serde",
    "dashu-ratio/serde",
]
std = [
    "dashu-base/std",
    "dashu-int/std",
    "dashu-float/std",
    "dashu-ratio/std",
]
tuning = ["dashu-int/tuning"]
zeroize = [
    "dashu-int/zeroize",
    "dashu-float/zeroize",
    "dashu-ratio/zeroize",
]

[lib]
name = "dashu"
path = "src/lib.rs"

[dependencies.dashu-base]
version = "0.4.3"
default-features = false

[dependencies.dashu-float]
version = "0.4.5"
default-features = false

[dependencies.dashu-int]
version = "0.4.3"
default-features = false

[dependencies.dashu-macros]
version = "0.4.2"
default-features = false

[dependencies.dashu-ratio]
version = "0.4.3"
features = ["dashu-float"]
default-features = false

[dependencies.rustversion]
version = "1.0"