# 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 = "hronn" version = "0.4.1" description = "An experimental CNC toolpath generator" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://codeberg.org/eadf/hronn_rs.git" [[bench]] name = "collision_bench" harness = false [dependencies.itertools] version = "0.12.0" [dependencies.krakel] version = "0.2.1" features = ["glam"] [dependencies.linestring] version = "0.13.0" [dependencies.rayon] version = "1.8.0" [dependencies.smallvec] version = "1.11.2" [dependencies.spade] version = "2.4.1" [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.rand] version = "0.8.5" [features] default = ["glam"] glam = ["vector-traits/glam"]