# 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] edition = "2018" name = "plexus" version = "0.0.11" authors = ["Sean Olson "] description = "2D and 3D mesh processing." readme = "README.md" keywords = ["graphics", "half-edge", "mesh", "topology", "geometry"] license = "MIT" repository = "https://github.com/olson-sean-k/plexus" [package.metadata.docs.rs] all-features = true rustdoc-args = [] [lib] name = "plexus" [[example]] name = "subdivide" path = "examples/subdivide.rs" [[example]] name = "viewer" path = "examples/viewer/main.rs" [[example]] name = "zip" path = "examples/zip.rs" [dependencies.arrayvec] version = "^0.4.8" [dependencies.cgmath] version = "^0.17.0" optional = true [dependencies.decorum] version = "^0.1.1" [dependencies.derivative] version = "^1.0.2" [dependencies.either] version = "^1.5.0" [dependencies.failure] version = "^0.1.5" [dependencies.fnv] version = "^1.0.6" [dependencies.fool] version = "0.0.1" [dependencies.itertools] version = "^0.8.0" [dependencies.mint] version = "^0.5.0" optional = true [dependencies.nalgebra] version = "^0.17.0" optional = true [dependencies.num] version = "^0.2.0" [dependencies.smallvec] version = "^0.6.9" [dependencies.typenum] version = "^1.10.0" [dev-dependencies.gfx] version = "0.18.0" [dev-dependencies.gfx_device_gl] version = "0.16.0" [dev-dependencies.gfx_window_glutin] version = "0.29.0" [dev-dependencies.glutin] version = "0.19.0" [dev-dependencies.rand] version = "^0.6.5" [features] default = ["geometry-nalgebra"] geometry-cgmath = ["cgmath"] geometry-mint = ["mint"] geometry-nalgebra = ["nalgebra"] [badges.travis-ci] repository = "olson-sean-k/plexus"