lerc-reader 0.5.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.5.0"
build = false
exclude = [
    "benches/**",
    "tests/**",
]
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"

[features]
default = ["ndarray"]
ndarray = ["dep:ndarray"]
rayon = ["dep:rayon"]

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

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

[dependencies.ndarray]
version = "0.17"
optional = true

[dependencies.rayon]
version = "=1.10.0"
optional = true

[dev-dependencies.clap]
version = "=4.5.50"
features = ["std"]
default-features = false

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

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

[lints.clippy]
undocumented_unsafe_blocks = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"