# 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 = "hallr" version = "0.1.0" authors = ["eadf"] description = "An experimental Blender addon" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/eadf/hallr" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.hronn] version = "0.1.0" features = ["glam"] [dependencies.krakel] version = "0.2.0" features = ["glam"] [dependencies.linestring] version = "0.10.1" [dependencies.thiserror] version = "1.0.50" [dependencies.vector-traits] version = "0.2.0" features = ["glam"] [dev-dependencies.rand] version = "0.8.5"