oxigeo-server 0.2.2

WMS/WMTS tile server for serving OxiGeo rasters over HTTP
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-server"
version = "0.2.2"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WMS/WMTS tile server for serving OxiGeo rasters over HTTP"
homepage = "https://github.com/cool-japan/oxigeo"
documentation = "https://docs.rs/oxigeo-server"
readme = "README.md"
keywords = [
    "gis",
    "science",
    "wms",
    "wmts",
    "tile-server",
]
categories = [
    "web-programming::http-server",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxigeo"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[bin]]
name = "oxigeo-server"
path = "src/main.rs"

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "cargo",
    "derive",
    "env",
    "cargo",
]

[dependencies.http]
version = "1"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "webp",
]
default-features = false

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

[dependencies.lru]
version = "0.18"

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

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

[dependencies.oxigeo-geotiff]
version = "0.2.2"

[dependencies.oxigeo-proj]
version = "0.2.2"

[dependencies.png]
version = "0.18"

[dependencies.quick-xml]
version = "0.41"
features = ["serialize"]

[dependencies.serde]
version = "1"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.sysinfo]
version = "0.39"

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "1.1"

[dependencies.tower]
version = "0.5"
features = [
    "util",
    "timeout",
    "load-shed",
    "limit",
]

[dependencies.tower-http]
version = "0.7"
features = [
    "fs",
    "trace",
    "cors",
    "fs",
    "trace",
    "cors",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

[dev-dependencies.reqwest]
version = "0.13"
features = [
    "rustls",
    "blocking",
    "json",
    "json",
]
default-features = false

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

[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"