adele-ring 0.1.0

Exact multi-base arithmetic engine via the Residue Number System (RNS), with a number tower from integers to symbolic expressions and first-class CPU (rayon) + GPU (wgpu) backends.
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"
name = "adele-ring"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exact multi-base arithmetic engine via the Residue Number System (RNS), with a number tower from integers to symbolic expressions and first-class CPU (rayon) + GPU (wgpu) backends."
readme = "README.md"
license = "MIT OR Apache-2.0"

[features]
default = []

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

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

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

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

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

[dependencies.bytemuck]
version = "1.14"
features = ["derive"]

[dependencies.log]
version = "0.4"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-integer]
version = "0.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pollster]
version = "0.3"

[dependencies.rayon]
version = "1.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.wgpu]
version = "22"