# 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" rust-version = "1.70" name = "geo-types" version = "0.7.13" description = "Geospatial primitive data types" documentation = "https://docs.rs/geo-types/" readme = "README.md" keywords = [ "gis", "geo", "geography", "geospatial", ] license = "MIT OR Apache-2.0" repository = "https://github.com/georust/geo" [dependencies.approx] version = ">= 0.4.0, < 0.6.0" optional = true default-features = false [dependencies.arbitrary] version = "1.2.0" optional = true [dependencies.num-traits] version = "0.2" features = ["libm"] default-features = false [dependencies.rstar_0_10] version = "0.10" optional = true package = "rstar" [dependencies.rstar_0_11] version = "0.11" optional = true package = "rstar" [dependencies.rstar_0_12] version = "0.12" optional = true package = "rstar" [dependencies.rstar_0_8] version = "0.8" optional = true package = "rstar" [dependencies.rstar_0_9] version = "0.9" optional = true package = "rstar" [dependencies.serde] version = "1" features = [ "alloc", "derive", ] optional = true default-features = false [dev-dependencies.approx] version = ">= 0.4.0, < 0.6.0" [features] default = ["std"] rstar = ["rstar_0_8"] std = [ "approx?/std", "num-traits/std", "serde?/std", ] use-rstar = ["use-rstar_0_8"] use-rstar_0_10 = [ "rstar_0_10", "approx", ] use-rstar_0_11 = [ "rstar_0_11", "approx", ] use-rstar_0_12 = [ "rstar_0_12", "approx", ] use-rstar_0_8 = [ "rstar_0_8", "approx", ] use-rstar_0_9 = [ "rstar_0_9", "approx", ]