# 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" rust-version = "1.72" name = "lightmap" version = "0.2.0" authors = ["Dmitry Stepanov "] build = false include = [ "/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Light map generator" documentation = "https://docs.rs/lightmap" readme = "README.md" keywords = [ "lightmap", "uvgen", ] license = "MIT" repository = "https://github.com/mrDIMAS/lightmap" resolver = "2" [lib] name = "lightmap" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7.4" [dependencies.fxhash] version = "0.2.1" [dependencies.fyrox-math] version = "0.3.0" [dependencies.nalgebra] version = "0.33" [dependencies.rayon] version = "1.8.1" [dependencies.uvgen] version = "0.2.0"