oxinum 0.1.3

OxiNum — Pure-Rust arbitrary-precision math (GMP/MPFR-free via dashu)
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.80"
name = "oxinum"
version = "0.1.3"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OxiNum — Pure-Rust arbitrary-precision math (GMP/MPFR-free via dashu)"
documentation = "https://docs.rs/oxinum"
readme = "README.md"
keywords = [
    "bignum",
    "arbitrary-precision",
    "pure-rust",
    "cooljapan",
    "oxinum",
]
categories = [
    "mathematics",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxinum"

[features]
default = ["pure"]
macros = ["dep:dashu-macros"]
pure = []

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

[[example]]
name = "exact_rational_linear_solve"
path = "examples/exact_rational_linear_solve.rs"

[[example]]
name = "high_precision_pi"
path = "examples/high_precision_pi.rs"

[[test]]
name = "arithmetic"
path = "tests/arithmetic.rs"

[[test]]
name = "machin_pi"
path = "tests/machin_pi.rs"

[[test]]
name = "native_facade"
path = "tests/native_facade.rs"

[[test]]
name = "rational_determinant"
path = "tests/rational_determinant.rs"

[[test]]
name = "scirs2_facade_compat"
path = "tests/scirs2_facade_compat.rs"

[[bench]]
name = "vs_num_bigint"
path = "benches/vs_num_bigint.rs"
harness = false

[dependencies.dashu-macros]
version = "0.4"
optional = true

[dependencies.oxinum-complex]
version = "0.1.3"

[dependencies.oxinum-core]
version = "0.1.3"

[dependencies.oxinum-float]
version = "0.1.3"

[dependencies.oxinum-int]
version = "0.1.3"

[dependencies.oxinum-rational]
version = "0.1.3"

[dev-dependencies.criterion]
version = "0.8"
default-features = false

[dev-dependencies.num-bigint]
version = "0.4.6"

[dev-dependencies.num-traits]
version = "0.2"
default-features = false

[dev-dependencies.proptest]
version = "1.11"