# 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.2.3" authors = ["Buillaume "] 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" [lib] name = "powerboxesrs" crate-type = ["lib"] [[bench]] name = "bench_iou" harness = false [dependencies.ndarray] version = "0.15.6" features = ["rayon"] [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"