apollonius 0.1.0

N-dimensional Euclidean geometry for Rust: points, vectors, lines, segments, hyperspheres, hyperplanes, AABBs, triangles, and a unified intersection API—all with const generics.
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 = "apollonius"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "N-dimensional Euclidean geometry for Rust: points, vectors, lines, segments, hyperspheres, hyperplanes, AABBs, triangles, and a unified intersection API—all with const generics."
homepage = "https://github.com/MDKMauricioKlainbard/apollonius"
documentation = "https://docs.rs/apollonius"
readme = "README.md"
keywords = [
    "math",
    "geometry",
    "2d",
    "3d",
    "collision",
]
categories = [
    "science",
    "algorithms",
    "data-structures",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MDKMauricioKlainbard/apollonius"

[features]
default = []
serde = ["dep:serde"]

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

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

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

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

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