# 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 = "startin" version = "0.8.2" authors = ["Hugo Ledoux "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Delaunay triangulator for terrains." readme = "README.md" keywords = [ "delaunay", "triangulation", "terrain", "gis", ] license = "MIT" repository = "https://github.com/hugoledoux/startin" [lib] name = "startin" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [[example]] name = "attributes" path = "examples/attributes.rs" [[example]] name = "example1" path = "examples/example1.rs" [[example]] name = "example10" path = "examples/example10.rs" [[example]] name = "example11" path = "examples/example11.rs" [[example]] name = "example2" path = "examples/example2.rs" [[example]] name = "example3" path = "examples/example3.rs" [[example]] name = "example4" path = "examples/example4.rs" [[example]] name = "example5" path = "examples/example5.rs" [[example]] name = "example6" path = "examples/example6.rs" [[example]] name = "example7" path = "examples/example7.rs" [[example]] name = "example8" path = "examples/example8.rs" [[example]] name = "example9" path = "examples/example9.rs" [[example]] name = "geotiff2tin" path = "examples/geotiff2tin.rs" [[example]] name = "interpol" path = "examples/interpol.rs" [[example]] name = "laz2tin" path = "examples/laz2tin.rs" [[example]] name = "normals" path = "examples/normals.rs" [[example]] name = "readme_snippet" path = "examples/readme_snippet.rs" [[test]] name = "deletion" path = "tests/deletion.rs" [[test]] name = "duplicates" path = "tests/duplicates.rs" [[test]] name = "init_construction" path = "tests/init_construction.rs" [[test]] name = "interpolate" path = "tests/interpolate.rs" [dependencies.kdbush] version = "0.2.0" [dependencies.rand] version = "0.6" [dependencies.robust] version = "1.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.csv] version = "1" [dev-dependencies.gdal] version = "0.16" features = ["bindgen"] [dev-dependencies.geojson] version = "0.24" [dev-dependencies.las] version = "0.8" features = ["laz"] [features] c_api = []