oxigdal-temporal 0.1.3

Multi-temporal raster analysis for OxiGDAL - Time series, change detection, phenology, and data cube operations
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.85"
name = "oxigdal-temporal"
version = "0.1.3"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-temporal raster analysis for OxiGDAL - Time series, change detection, phenology, and data cube operations"
homepage = "https://github.com/cool-japan/oxigdal"
documentation = "https://docs.rs/oxigdal-temporal"
readme = "README.md"
keywords = [
    "gdal",
    "science",
    "timeseries",
    "temporal",
    "datacube",
]
categories = [
    "science",
    "algorithms",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxigdal"
resolver = "2"

[features]
aggregation = []
all_temporal = [
    "timeseries",
    "compositing",
    "interpolation",
    "aggregation",
    "change_detection",
    "trend_analysis",
    "phenology",
    "datacube",
    "parallel",
    "zarr",
    "filesystem",
]
alloc = []
change_detection = []
compositing = []
datacube = []
default = [
    "std",
    "timeseries",
    "compositing",
    "interpolation",
    "aggregation",
    "change_detection",
    "trend_analysis",
    "phenology",
]
filesystem = [
    "zarr",
    "oxigdal-zarr?/filesystem",
]
interpolation = []
parallel = ["dep:rayon"]
phenology = []
std = [
    "thiserror/std",
    "serde/std",
    "chrono/std",
]
timeseries = []
trend_analysis = []
zarr = [
    "dep:oxigdal-zarr",
    "oxigdal-zarr?/v3",
    "oxigdal-zarr?/memory",
]

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

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

[[bench]]
name = "temporal_bench"
path = "benches/temporal_bench.rs"

[dependencies.approx]
version = "0.5"

[dependencies.async-trait]
version = "0.1"
optional = true

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

[dependencies.futures]
version = "0.3"
optional = true

[dependencies.num-traits]
version = "0.2"

[dependencies.oxigdal-analytics]
version = "0.1"

[dependencies.oxigdal-core]
version = "0.1"

[dependencies.oxigdal-zarr]
version = "0.1"
optional = true

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

[dependencies.scirs2-core]
version = "0.3.4"
features = [
    "array",
    "array_stats",
    "linalg",
    "random",
]

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

[dependencies.serde_json]
version = "1"

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

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

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

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "rt-multi-thread",
    "macros",
]

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