transfinite 0.2.2

Transfinite ordinal arithmetic library supporting ordinals up to epsilon-zero (ε₀) using Cantor Normal Form
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.81"
name = "transfinite"
version = "0.2.2"
authors = ["niarenaw"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transfinite ordinal arithmetic library supporting ordinals up to epsilon-zero (ε₀) using Cantor Normal Form"
homepage = "https://github.com/niarenaw/rust-transfinite"
documentation = "https://docs.rs/transfinite"
readme = "README.md"
keywords = [
    "ordinal",
    "transfinite",
    "mathematics",
    "cantor",
    "ordinal-arithmetic",
]
categories = [
    "mathematics",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/niarenaw/rust-transfinite"

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

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

[[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"

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

[dependencies.thiserror]
version = "2.0.11"

[dev-dependencies.cargo-husky]
version = "1"
features = [
    "precommit-hook",
    "run-cargo-fmt",
    "run-cargo-clippy",
]
default-features = false

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

[lints.clippy]
large_enum_variant = "warn"
needless_collect = "warn"
redundant_clone = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
future-incompatible = "warn"
nonstandard-style = "deny"