maryada 0.1.2

No-std binary64 real interval arithmetic conforming to IEEE 1788.1
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"
rust-version = "1.87"
name = "maryada"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "No-std binary64 real interval arithmetic conforming to IEEE 1788.1"
documentation = "https://docs.rs/maryada"
readme = "README.md"
keywords = [
    "interval",
    "arithmetic",
    "ieee-1788",
    "numerics",
    "no-std",
]
categories = [
    "mathematics",
    "no-std",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/denehoffman/maryada"

[features]
complex = []
default = []
num-complex = [
    "complex",
    "dep:num-complex",
]

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

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

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

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

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

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

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

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

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

[dependencies.libm]
version = "=0.2.16"
default-features = false

[dependencies.num-complex]
version = "0.4.6"
optional = true
default-features = false