lerc-reader 0.3.0

Pure-Rust decoder for the LERC raster compression format
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"
rust-version = "1.77"
name = "lerc-reader"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust decoder for the LERC raster compression format"
homepage = "https://github.com/i-norden/lerc-rust"
documentation = "https://docs.rs/lerc-reader"
readme = "README.md"
keywords = [
    "lerc",
    "raster",
    "compression",
    "gis",
    "geospatial",
]
categories = [
    "compression",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/i-norden/lerc-rust"

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

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

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

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

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

[dependencies.lerc-band-materialize]
version = "0.3.0"

[dependencies.lerc-core]
version = "0.3.0"

[dependencies.ndarray]
version = "0.17"

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

[dev-dependencies.serde_json]
version = "1"