# 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 = "galileo-types" version = "0.1.1" authors = ["Maxim Gritsenko "] description = "Trait based geo geometries and algorithms" documentation = "https://docs.rs/galileo-types" readme = "README.md" keywords = [ "gis", "map", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Maximkaaa/galileo" [dependencies.geo-types] version = "0.7" optional = true [dependencies.geodesy] version = "0.12" optional = true [dependencies.geojson] version = "0.24" optional = true [dependencies.nalgebra] version = "0.32" [dependencies.num-traits] version = "0.2.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [features] default = [ "geo-types", "geodesy", ]