oxigeo 0.2.3

Pure Rust geospatial data abstraction library — the Rust alternative to GDAL
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 = "2024"
rust-version = "1.95"
name = "oxigeo"
version = "0.2.3"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust geospatial data abstraction library — the Rust alternative to GDAL"
homepage = "https://github.com/cool-japan/oxigeo"
documentation = "https://docs.rs/oxigeo"
readme = "README.md"
keywords = [
    "gdal",
    "geospatial",
    "gis",
    "raster",
    "vector",
]
categories = [
    "science",
    "parser-implementations",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxigeo"
resolver = "2"

[package.metadata.docs.rs]
features = [
    "full",
    "cloud",
    "proj",
    "algorithms",
    "analytics",
    "streaming",
    "ml",
    "gpu",
    "server",
    "temporal",
    "gdal-compat",
    "services",
    "noalloc",
    "index",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
algorithms = ["dep:oxigeo-algorithms"]
analytics = ["dep:oxigeo-analytics"]
cloud = ["dep:oxigeo-cloud"]
copc = ["dep:oxigeo-copc"]
default = [
    "geotiff",
    "geojson",
    "shapefile",
]
flatgeobuf = ["dep:oxigeo-flatgeobuf"]
full = [
    "geotiff",
    "geojson",
    "shapefile",
    "geoparquet",
    "netcdf",
    "hdf5",
    "zarr",
    "grib",
    "stac",
    "vrt",
    "flatgeobuf",
    "jpeg2000",
    "terrain",
    "gpkg",
    "pmtiles",
    "mbtiles",
    "copc",
    "index",
]
gdal-compat = []
geojson = ["dep:oxigeo-geojson"]
geoparquet = [
    "dep:oxigeo-geoparquet",
    "dep:arrow-array",
    "dep:arrow-schema",
]
geotiff = ["dep:oxigeo-geotiff"]
gpkg = ["dep:oxigeo-gpkg"]
gpu = ["dep:oxigeo-gpu"]
grib = ["dep:oxigeo-grib"]
hdf5 = ["dep:oxigeo-hdf5"]
index = ["dep:oxigeo-index"]
jpeg2000 = ["dep:oxigeo-jpeg2000"]
mbtiles = ["dep:oxigeo-mbtiles"]
ml = ["dep:oxigeo-ml"]
netcdf = ["dep:oxigeo-netcdf"]
noalloc = ["dep:oxigeo-noalloc"]
parallel = ["oxigeo-geotiff/parallel"]
pmtiles = ["dep:oxigeo-pmtiles"]
proj = ["dep:oxigeo-proj"]
server = ["dep:oxigeo-server"]
services = ["dep:oxigeo-services"]
shapefile = ["dep:oxigeo-shapefile"]
stac = ["dep:oxigeo-stac"]
streaming = ["dep:oxigeo-streaming"]
temporal = ["dep:oxigeo-temporal"]
terrain = ["dep:oxigeo-terrain"]
vrt = ["dep:oxigeo-vrt"]
zarr = ["dep:oxigeo-zarr"]

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

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

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

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

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

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

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

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

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

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

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

[dependencies.arrow-array]
version = "59"
optional = true

[dependencies.arrow-schema]
version = "59"
optional = true

[dependencies.oxigeo-algorithms]
version = "0.2.3"
optional = true
default-features = true

[dependencies.oxigeo-analytics]
version = "0.2.3"
optional = true

[dependencies.oxigeo-cloud]
version = "0.2.3"
optional = true

[dependencies.oxigeo-copc]
version = "0.2.3"
optional = true

[dependencies.oxigeo-core]
version = "0.2.3"
default-features = true

[dependencies.oxigeo-flatgeobuf]
version = "0.2.3"
optional = true

[dependencies.oxigeo-geojson]
version = "0.2.3"
optional = true

[dependencies.oxigeo-geoparquet]
version = "0.2.3"
optional = true

[dependencies.oxigeo-geotiff]
version = "0.2.3"
optional = true

[dependencies.oxigeo-gpkg]
version = "0.2.3"
optional = true

[dependencies.oxigeo-gpu]
version = "0.2.3"
optional = true

[dependencies.oxigeo-grib]
version = "0.2.3"
optional = true

[dependencies.oxigeo-hdf5]
version = "0.2.3"
optional = true

[dependencies.oxigeo-index]
version = "0.2.3"
optional = true

[dependencies.oxigeo-jpeg2000]
version = "0.2.3"
optional = true

[dependencies.oxigeo-mbtiles]
version = "0.2.3"
optional = true

[dependencies.oxigeo-ml]
version = "0.2.3"
optional = true

[dependencies.oxigeo-netcdf]
version = "0.2.3"
optional = true

[dependencies.oxigeo-noalloc]
version = "0.2.3"
optional = true

[dependencies.oxigeo-pmtiles]
version = "0.2.3"
optional = true

[dependencies.oxigeo-proj]
version = "0.2.3"
optional = true

[dependencies.oxigeo-server]
version = "0.2.3"
optional = true

[dependencies.oxigeo-services]
version = "0.2.3"
optional = true

[dependencies.oxigeo-shapefile]
version = "0.2.3"
optional = true

[dependencies.oxigeo-stac]
version = "0.2.3"
features = [
    "std",
    "async",
]
optional = true

[dependencies.oxigeo-streaming]
version = "0.2.3"
optional = true

[dependencies.oxigeo-temporal]
version = "0.2.3"
optional = true

[dependencies.oxigeo-terrain]
version = "0.2.3"
optional = true

[dependencies.oxigeo-vrt]
version = "0.2.3"
optional = true

[dependencies.oxigeo-zarr]
version = "0.2.3"
optional = true

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.arrow-array]
version = "59"

[dev-dependencies.arrow-schema]
version = "59"

[dev-dependencies.parquet]
version = "59"
features = ["arrow"]
default-features = false

[lints.clippy]
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
doc_markdown = "allow"
expect_used = "warn"
manual_midpoint = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
panic = "deny"
similar_names = "allow"
suboptimal_flops = "allow"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_code = "warn"