copernicus_viewer 0.2.0

GUI viewer and library for inspecting and comparing EOPF Zarr products from the Copernicus ecosystem
# 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.92"
name = "copernicus_viewer"
version = "0.2.0"
authors = ["Vincent Levasseur"]
build = false
exclude = ["/sample_data/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GUI viewer and library for inspecting and comparing EOPF Zarr products from the Copernicus ecosystem"
homepage = "https://github.com/vlevasseur073/copernicus_viewer"
documentation = "https://docs.rs/copernicus_viewer"
readme = "README.md"
keywords = [
    "zarr",
    "copernicus",
    "eopf",
    "viewer",
    "gui",
]
categories = [
    "science",
    "visualization",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vlevasseur073/copernicus_viewer"

[features]
default = [
    "dialog-portal",
    "safe",
]
dialog-gtk = ["rfd/gtk3"]
dialog-portal = [
    "rfd/xdg-portal",
    "rfd/async-std",
]
netcdf-static = ["netcdf/static"]
safe = ["dep:netcdf"]

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

[[bin]]
name = "copernicus_viewer"
path = "src/main.rs"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.eframe]
version = "0.34"
features = [
    "default_fonts",
    "glow",
    "wgpu",
    "x11",
    "wayland",
]
default-features = true

[dependencies.egui]
version = "0.34"

[dependencies.egui_plot]
version = "0.35"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.image]
version = "0.25"

[dependencies.log]
version = "0.4"

[dependencies.ndarray]
version = "0.17"

[dependencies.netcdf]
version = "0.12"
features = ["ndarray"]
optional = true

[dependencies.quick-xml]
version = "0.37"

[dependencies.rfd]
version = "0.15"
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.zarrs]
version = "0.23"
features = [
    "filesystem",
    "ndarray",
    "blosc",
    "zstd",
    "gzip",
    "transpose",
]

[dependencies.zarrs_object_store]
version = "0.6.2"
features = ["aws"]

[dependencies.zarrs_zip]
version = "0.5"

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

[profile.release]
strip = true