# 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 = "bbox3d-estimator" version = "0.3.0" description = "This library can estimate a 3D bounding box given a set of 3D points by Rotating Caliper algorithm" readme = "README.md" license-file = "LICENSE.en.txt" repository = "https://github.com/NEWSLabNTU/bbox3d-estimator.git" [dependencies.approx] version = "0.5.1" [dependencies.geo] version = "0.24.1" [dependencies.itertools] version = "0.10.5" [dependencies.nalgebra] version = "0.32.2" [dependencies.noisy_float] version = "0.2.0" features = ["serde"]