# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "meshlite" version = "0.2.0" authors = ["Jeremy HU ", "anderejd "] description = "meshlite is a library with focus on 3D mesh generating and processing in rust language. Currently, it’s been used in Dust3D project as the core library of mesh generating. https://dust3d.org" readme = "README.md" keywords = ["mesh", "3D", "polygon", "graphics", "halfedge"] categories = ["rendering", "rendering::data-formats"] license = "MIT" repository = "https://github.com/huxingyi/meshlite" [lib] name = "meshlite" crate-type = ["lib"] [dependencies.cgmath] version = "0.16" [dependencies.fnv] version = "1" [dependencies.petgraph] version = "0.4" [dependencies.smallvec] version = "0.6" [badges.appveyor] repository = "huxingyi/meshlite" [badges.maintenance] status = "experimental"