# 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 = "honeycomb-kernels" version = "0.6.0" authors = [ "Isaie Muron ", "Cedric Chevalier ", ] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Meshing kernel implementations using combinatorial maps" homepage = "https://lihpc-computational-geometry.github.io/honeycomb/" readme = "README.md" keywords = [ "mesh", "meshing", ] categories = [ "data-structures", "mathematics", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LIHPC-Computational-Geometry/honeycomb" [lib] name = "honeycomb_kernels" path = "src/lib.rs" [dependencies.honeycomb-core] version = "0.6.0" features = [ "io", "utils", ] [dependencies.num-traits] version = "0.2.19" [dependencies.thiserror] version = "1.0.64" [dependencies.vtkio] version = "0.7.0-rc1" default-features = false [features] profiling = []