wbvector 0.1.2

Pure-Rust library for reading and writing vector GIS formats
Documentation
# 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 = "wbvector"
version = "0.1.2"
authors = ["John Lindsay, Whitebox Geospatial Inc."]
build = false
exclude = ["data/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust library for reading and writing vector GIS formats"
homepage = "https://github.com/jblindsay/whitebox_next_gen"
documentation = "https://docs.rs/wbvector"
readme = "README.md"
keywords = [
    "gis",
    "geospatial",
    "shapefile",
    "geojson",
    "geopackage",
]
categories = [
    "encoding",
    "science::geo",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jblindsay/whitebox_next_gen"

[features]
default = []
geoparquet = [
    "dep:parquet",
    "dep:serde_json",
]
kmz = ["dep:zip"]
osmpbf = ["dep:osmpbfreader"]

[lib]
name = "wbvector"
path = "src/lib.rs"

[[example]]
name = "convert"
path = "examples/convert.rs"

[[example]]
name = "flatgeobuf_io"
path = "examples/flatgeobuf_io.rs"

[[example]]
name = "geojson_io"
path = "examples/geojson_io.rs"

[[example]]
name = "geopackage_io"
path = "examples/geopackage_io.rs"

[[example]]
name = "geoparquet_io"
path = "examples/geoparquet_io.rs"
required-features = ["geoparquet"]

[[example]]
name = "gml_io"
path = "examples/gml_io.rs"

[[example]]
name = "gpx_io"
path = "examples/gpx_io.rs"

[[example]]
name = "kml_io"
path = "examples/kml_io.rs"

[[example]]
name = "kmz_io"
path = "examples/kmz_io.rs"
required-features = ["kmz"]

[[example]]
name = "mapinfo_io"
path = "examples/mapinfo_io.rs"

[[example]]
name = "osmpbf_io"
path = "examples/osmpbf_io.rs"
required-features = ["osmpbf"]

[[example]]
name = "reproject_io"
path = "examples/reproject_io.rs"

[[example]]
name = "shapefile_io"
path = "examples/shapefile_io.rs"

[dependencies.flatbuffers]
version = "24.12.23"

[dependencies.osmpbfreader]
version = "0.16"
optional = true

[dependencies.parquet]
version = "54"
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.thiserror]
version = "1"

[dependencies.wbprojection]
version = "0.1.0"

[dependencies.zip]
version = "0.6"
features = ["deflate"]
optional = true
default-features = false

[dev-dependencies.tempfile]
version = "3"