# 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 = "simple_delaunay_lib" version = "0.2.0" description = "Implementation of 2D and 3D Delaunay algorithms in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/Ibujah/simple_delaunay_lib" [lib] name = "simple_delaunay_lib" path = "src/lib.rs" [[example]] name = "delaunay_2d" path = "example/delaunay_2d.rs" [[example]] name = "hilbert_curve_2d" path = "example/hilbert_curve_2d.rs" [[example]] name = "computation_time_2d" path = "example/computation_time_2d.rs" [[example]] name = "computation_time_3d" path = "example/computation_time_3d.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.log] version = "0.4.20" [dependencies.robust] version = "1.1.0" [dev-dependencies.ctor] version = "0.2.6" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.nalgebra] version = "0.31.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.svg] version = "0.13.1"