hyperreal 0.10.2

Exact rational and computable real arithmetic in Rust
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 = "2024"
name = "hyperreal"
version = "0.10.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exact rational and computable real arithmetic in Rust"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/timschmidt/hyperreal/"

[features]
default = ["simple"]
simple = []

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

[[bin]]
name = "hyperreal"
path = "src/main.rs"
required-features = ["simple"]

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

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

[[bench]]
name = "library_perf"
path = "benches/library_perf.rs"
harness = false
required-features = ["simple"]

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

[dependencies.ciborium]
version = "0.2.2"

[dependencies.num]
version = "0.4.3"
features = [
    "num-bigint",
    "serde",
]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.criterion]
version = "0.5"