[dependencies.num-traits]
version = "0.2.19"
[dependencies.thiserror]
version = "2.0.11"
[[example]]
name = "exponentiation"
path = "examples/exponentiation.rs"
[lib]
name = "transfinite"
path = "src/lib.rs"
[package]
authors = ["niarenaw"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "algorithms", "no-std"]
description = "Transfinite ordinal arithmetic library supporting ordinals up to epsilon-zero (ε₀) using Cantor Normal Form"
documentation = "https://docs.rs/transfinite"
edition = "2021"
homepage = "https://github.com/niarenaw/rust-transfinite"
keywords = ["ordinal", "transfinite", "mathematics", "cantor", "ordinal-arithmetic"]
license = "MIT OR Apache-2.0"
name = "transfinite"
readme = "README.md"
repository = "https://github.com/niarenaw/rust-transfinite"
rust-version = "1.70"
version = "0.1.3"
[[test]]
name = "comprehensive_tests"
path = "tests/comprehensive_tests.rs"
[[test]]
name = "error_tests"
path = "tests/error_tests.rs"
[[test]]
name = "real_example_tests"
path = "tests/real_example_tests.rs"