arris-math 0.3.0

Arris kernel: points, vectors, frames, intervals, exact predicates, root finding and Precision
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.85"
name = "arris-math"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arris kernel: points, vectors, frames, intervals, exact predicates, root finding and Precision"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/arris-labs/arris"

[features]
serde = [
    "dep:serde",
    "nalgebra/serde-serialize",
]

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

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

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

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

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

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

[dependencies.nalgebra]
version = "0.35"
features = ["std"]
default-features = false

[dependencies.robust]
version = "1.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dev-dependencies.proptest]
version = "1.11"
features = ["std"]
default-features = false

[dev-dependencies.serde_json]
version = "1.0"
features = ["float_roundtrip"]

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"