cog_validator 0.2.0

Validate Cloud Optimized GeoTIFF (COG) files. Parity with rouault/cog_validator (GDAL reference).
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 = "cog_validator"
version = "0.2.0"
authors = ["ZhangWeixin <zwishingbjfu@gmail.com>"]
build = false
exclude = [
    "fixtures/",
    "target/",
    ".github/",
    ".idea/",
    ".DS_Store",
    "*.tif",
    "*.tiff",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Validate Cloud Optimized GeoTIFF (COG) files. Parity with rouault/cog_validator (GDAL reference)."
documentation = "https://docs.rs/cog_validator"
readme = "README.md"
keywords = [
    "gdal",
    "cog",
    "geotiff",
    "validator",
    "geospatial",
]
categories = [
    "science::geo",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/zwishing/cog_validator"

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

[dependencies.byteorder]
version = "1.5.0"

[dependencies.gdal]
version = "0.19.0"

[dependencies.gdal-sys]
version = "0.12.0"

[dependencies.libc]
version = "0.2.153"

[dependencies.thiserror]
version = "2.0"