[dependencies.num-traits]
version = "0.2.19"
[dependencies.thiserror]
version = "2.0.11"
[dev-dependencies.cargo-husky]
default-features = false
features = ["precommit-hook", "run-cargo-fmt", "run-cargo-clippy"]
version = "1"
[dev-dependencies.proptest]
version = "1.4"
[[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"]
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.81"
version = "0.2.1"
[[test]]
name = "comprehensive_tests"
path = "tests/comprehensive_tests.rs"
[[test]]
name = "error_tests"
path = "tests/error_tests.rs"
[[test]]
name = "property_tests"
path = "tests/property_tests.rs"
[[test]]
name = "real_example_tests"
path = "tests/real_example_tests.rs"