# 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 = "serde_esri" version = "0.3.1" authors = ["Josiah Parry"] description = "A library for serializing and deserializing JSON from Esri Location Services." readme = "README.md" keywords = [ "esri", "arcgis", "geo", "gis", "spatial", ] categories = [ "science::geo", "parser-implementations", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/josiahparry/serde_esri" [package.metadata.docs.rs] all-features = true [lib] crate-type = [ "staticlib", "lib", ] [dependencies.arrow] version = "51.0.0" optional = true [dependencies.derive_builder] version = "0.20.0" [dependencies.geo-types] version = "0.7.12" optional = true [dependencies.geoarrow] version = "0.2.0" optional = true [dependencies.reqwest] version = "0.12.3" optional = true [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.serde_with] version = "3.4.0" [features] default = [] geo = ["dep:geo-types"] geoarrow = [ "dep:geo-types", "dep:geoarrow", "arrow", ] places-client = [ "reqwest/blocking", "reqwest/json", ]