# 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 = "2018" name = "gut" version = "0.8.0" authors = ["Egor Larionov "] description = "Geometry utilities: storing, manipulating and processing geometries" homepage = "https://gitlab.com/elrnv/gut" documentation = "https://docs.rs/gut" keywords = ["geometry", "processing", "algorithms", "io"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/elrnv/gut" [[bench]] name = "storage" harness = false [[bench]] name = "map" harness = false [[bench]] name = "zip" harness = false [[bench]] name = "chunks_iter" harness = false [[bench]] name = "return_vec" harness = false [dependencies.chashmap] version = "2" optional = true [dependencies.meshx] version = "0.1" [dev-dependencies.approx] version = "0.5" [dev-dependencies.bytemuck] version = "1.7" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.num-traits] version = "0.2" [dev-dependencies.rand] version = "0.8" [features] bench = ["criterion/real_blackbox", "unstable"] default = ["io"] io = ["meshx/io"] parallel = ["meshx/rayon", "chashmap"] unstable = ["parallel"] [badges.gitlab] branch = "master" repository = "elrnv/gut"