spirix 0.0.6

Two's complement floating-point arithmetic library
Documentation
[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"

[dependencies.i256]
version = "0.2.2"

[dependencies.num-complex]
version = "0.4.6"

[dependencies.num-integer]
version = "0.1.46"

[dependencies.num-prime]
version = "0.4.4"

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

[dependencies.rand]
version = "0.8.5"

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

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

[dev-dependencies.paste]
version = "1.0"

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

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

[package]
authors = ["Nick Spiker <fractaldecoder@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["mathematics", "algorithms", "no-std"]
description = "Two's complement floating-point arithmetic library"
documentation = "https://docs.rs/spirix"
edition = "2021"
homepage = "https://github.com/nickspiker/spirix"
keywords = ["mathematics", "floating-point", "numerics", "arithmetic"]
license-file = "LICENSE"
name = "spirix"
readme = "README.md"
repository = "https://github.com/nickspiker/spirix"
version = "0.0.6"

[profile.dev]
debug = 2
opt-level = 3
overflow-checks = false

[profile.release]
debug = 0
opt-level = 3
overflow-checks = false

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

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

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

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

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

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

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

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

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

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

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

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

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