# 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 = "centerline" version = "0.11.0" authors = ["eadf"] exclude = [ "img/*", "idea/*", ".github/*", ] description = "Simple library for finding centerlines of 2D closed geometry" readme = "README.md" keywords = [ "centerline", "geometry", "median-axis", ] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/eadf/centerline_rs.git" [[example]] name = "fltk_gui" path = "example/centerline_gui.rs" required-features = ["obj-rs"] [[example]] name = "cli" path = "example/cli.rs" [[bench]] name = "bench" harness = false [dependencies.ahash] version = "0.8.6" [dependencies.bitflags] version = "2.4.1" [dependencies.boostvoronoi] version = "0.11.0" [dependencies.linestring] version = "0.13.0" [dependencies.obj-rs] version = "0.7.1" optional = true [dependencies.ordered-float] version = "4.1.1" [dependencies.rayon] version = "1.8.0" [dependencies.smallvec] version = "1.11.2" [dependencies.thiserror] version = "1.0.50" [dependencies.vector-traits] version = "0.3.2" features = ["glam"] [dependencies.vob] version = "3.0.3" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.fltk] version = "1.4.19" [dev-dependencies.itertools] version = "0.12.0" [dev-dependencies.vector-traits] version = "0.3.2" features = [ "glam", "cgmath", ] [features] cgmath = ["vector-traits/cgmath"] default = [] glam = ["vector-traits/glam"]