oxigeo-dev-tools 0.2.3

Development tools for OxiGeo: profiling, debugging, validation, and testing utilities
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-dev-tools"
version = "0.2.3"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Development tools for OxiGeo: profiling, debugging, validation, and testing utilities"
homepage = "https://github.com/cool-japan/oxigeo"
documentation = "https://docs.rs/oxigeo-dev-tools"
readme = "README.md"
keywords = [
    "gis",
    "science",
    "development",
    "profiling",
    "testing",
]
categories = [
    "science",
    "development-tools",
    "development-tools::profiling",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxigeo"
resolver = "2"

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

[features]
default = []
file-watch = ["dep:notify"]

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

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "serde",
]
default-features = false

[dependencies.colored]
version = "3"

[dependencies.comfy-table]
version = "7"

[dependencies.notify]
version = "8"
optional = true

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sysinfo]
version = "0.39"

[dependencies.tempfile]
version = "3"

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

[dev-dependencies.oxigeo-geojson]
version = "0.2.3"

[dev-dependencies.oxigeo-jupyter]
version = "0.2.3"

[dev-dependencies.oxigeo-proj]
version = "0.2.3"

[dev-dependencies.oxigeo-stac]
version = "0.2.3"

[dev-dependencies.oxigeo-zarr]
version = "0.2.3"

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