# 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-core" version = "0.0.1-alpha.4" authors = ["Benedikt Schwab "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core primitives and operations for processing GML data." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/envis-space/egml" [lib] name = "egml_core" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.approx] version = "0.5.1" [dependencies.itertools] version = "0.13.0" [dependencies.nalgebra] version = "0.33.0" [dependencies.parry3d-f64] version = "0.17.0" [dependencies.rayon] version = "1.10.0" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.63" [dependencies.uuid] version = "1.10.0" features = ["v4"]