# 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 = "rustometry" version = "0.1.2" authors = ["bradmartin333"] description = "Spatial Geometry in Pure Rust" homepage = "https://github.com/bradmartin333/rustometry" documentation = "https://docs.rs/rustometry" readme = "README.md" keywords = ["3D", "spatial", "plane"] license = "MIT" repository = "https://github.com/bradmartin333/rustometry.git" resolver = "2" [lib] name = "rustometry" path = "./src/lib.rs" [[bench]] name = "parse_point_cloud" path = "./benches/parse_point_cloud.rs" harness = false [[bench]] name = "get_cloud_thetas" path = "./benches/get_cloud_thetas.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3"