# 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 = "alum" version = "0.5.5" authors = ["Ranjeeth Mahankali "] build = false exclude = [ "assets/", "examples/", ] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Halfedge based polygon mesh library." readme = "README.md" keywords = [ "mesh", "polygon", "halfedge", "geometry", "topology", ] categories = [ "mathematics", "graphics", "rendering", ] license = "BSD-3-Clause " repository = "https://github.com/ranjeethmahankali/alum" [lib] name = "alum" path = "src/lib.rs" [dependencies.glam] version = "0.29.2" optional = true [dependencies.tobj] version = "4.0.2" features = ["use_f64"] [dev-dependencies.arrayvec] version = "0.7.6" [dev-dependencies.three-d] version = "0.17.0" features = ["egui-gui"] [features] decimate = [] default = [ "use_glam", "subdiv", "decimate", ] subdiv = [] use_glam = ["dep:glam"]