[dependencies.approx]
optional = true
version = "0.5"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.nalgebra]
version = "0.32"
[features]
approx = ["dep:approx"]
default = []
serde = ["dep:serde"]
[lib]
name = "bounding_box"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for rectilinear, 2-dimensional bounding boxes"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "bounding_box"
readme = "README.md"
repository = "https://github.com/StefanMathis/bounding_box.git"
resolver = "2"
version = "0.1.2"
[package.metadata.docs.rs]
features = ["approx", "serde"]
[[test]]
name = "tests"
path = "tests/tests.rs"