# 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 = "2018" name = "triangle-rs" version = "0.1.2" authors = ["Rod Conan "] description = "A Rust binder for the 2D mesh generator and Delaunay triangulator Triangle" documentation = "https://docs.rs/triangle-rs" readme = "README.md" categories = ["algorithms", "mathematics", "science", "simulation"] license = "MIT" repository = "https://github.com/rconan/triangle-rs" [dependencies.rayon] version = "1.5.0" [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.serde-pickle] version = "0.6.2" [dev-dependencies.spade] version = "1.8.2" [build-dependencies.cc] version = "1.0.66"