wbraster 0.1.3

A pure-Rust library for reading and writing raster 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 = "wbraster"
version = "0.1.3"
authors = ["John Lindsay, Whitebox Geospatial Inc."]
build = false
exclude = ["dev/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure-Rust library for reading and writing raster GIS formats"
homepage = "https://github.com/jblindsay/whitebox_next_gen"
documentation = "https://docs.rs/wbraster"
readme = "README.md"
keywords = [
    "gis",
    "raster",
    "geospatial",
    "grid",
    "remote-sensing",
]
categories = [
    "science",
    "encoding",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jblindsay/whitebox_next_gen"

[features]
default = ["zstd-native"]
zstd-native = ["dep:zstd"]
zstd-pure-rust-decode = ["dep:ruzstd"]

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

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

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

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

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

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

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

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

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "reprojection_parity"
path = "tests/reprojection_parity.rs"

[[bench]]
name = "raster_access"
path = "benches/raster_access.rs"
harness = false

[[bench]]
name = "simd_statistics"
path = "benches/simd_statistics.rs"
harness = false

[dependencies.flate2]
version = "1.1.9"

[dependencies.jpeg-decoder]
version = "0.3.2"

[dependencies.jpeg-encoder]
version = "0.7.0"

[dependencies.lz4_flex]
version = "0.13.0"

[dependencies.png]
version = "0.18.1"

[dependencies.rayon]
version = "1.12.0"

[dependencies.ruzstd]
version = "0.8.2"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tar]
version = "0.4.45"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.wbgeotiff]
version = "0.1.1"

[dependencies.wbprojection]
version = "0.1.0"

[dependencies.wide]
version = "1.3.0"

[dependencies.zip]
version = "8.5.1"
features = ["deflate"]
default-features = false

[dependencies.zstd]
version = "0.13.3"
optional = true

[dev-dependencies.criterion]
version = "0.8.2"

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