powerboxesrs 0.3.0

Utility functions to manipulate and compute metrics on 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 = "2021"
name = "powerboxesrs"
version = "0.3.0"
authors = ["Buillaume <guillaume.bertrand@edhec.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility functions to manipulate and compute metrics on boxes"
homepage = "https://github.com/Smirkey/powerboxes"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Smirkey/powerboxes"

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

[lib]
name = "powerboxesrs"
crate-type = ["lib"]
path = "src/lib.rs"

[[bench]]
name = "bench_iou"
path = "benches/bench_iou.rs"
harness = false

[dependencies.ndarray]
version = ">=0.15, <=0.16"
features = ["rayon"]
optional = true

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

[dependencies.rayon]
version = "1.8.0"

[dependencies.rstar]
version = "0.11.0"

[dev-dependencies.codspeed-criterion-compat]
version = "2.3.1"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.ndarray]
version = ">=0.15, <=0.16"
features = ["rayon"]