# 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 = "egml-transform" version = "0.0.1-alpha.4" authors = ["Benedikt Schwab "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Supplementary operations for GML data." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/envis-space/egml" [lib] name = "egml_transform" path = "src/lib.rs" [[test]] name = "triangulate" path = "tests/triangulate.rs" [dependencies.egml-core] version = "0.0.1-alpha.4" [dependencies.itertools] version = "0.13.0" [dependencies.nalgebra] version = "0.33.0" [dependencies.thiserror] version = "1.0.63"