bounding_box 0.4.2

A library for rectilinear, 2-dimensional bounding boxes
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 = "bounding_box"
version = "0.4.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for rectilinear, 2-dimensional bounding boxes"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/StefanMathis/bounding_box.git"
resolver = "2"

[package.metadata.docs.rs]
features = [
    "approx",
    "serde",
]

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

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

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

[dependencies.approx]
version = "0.6"
optional = true
package = "approxim"

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

[dev-dependencies.nalgebra]
version = "0.32"