surtgis 0.6.21

High-performance geospatial analysis CLI
# 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"
name = "surtgis"
version = "0.6.21"
authors = ["Francisco Parra"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance geospatial analysis CLI"
readme = false
keywords = [
    "gis",
    "cli",
    "geospatial",
    "raster",
    "terrain",
]
categories = [
    "science::geo",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/franciscoparrao/surtgis"
resolver = "2"

[features]
cloud = ["dep:surtgis-cloud"]
default = [
    "cloud",
    "zarr",
    "netcdf",
    "grib",
    "projections",
]
gdal = ["surtgis-core/gdal"]
grib = ["surtgis-cloud/grib"]
ml = ["dep:smelt-ml"]
netcdf = ["surtgis-cloud/netcdf"]
projections = [
    "surtgis-cloud/projections",
    "dep:proj4rs",
]
zarr = [
    "surtgis-cloud/zarr",
    "dep:chrono",
]

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.csv]
version = "1"

[dependencies.geo]
version = "0.29"

[dependencies.indicatif]
version = "0.17"

[dependencies.ndarray]
version = "0.16"

[dependencies.proj4rs]
version = "0.1"
features = [
    "crs-definitions",
    "geo-types",
]
optional = true

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.smelt-ml]
version = "1.3"
optional = true

[dependencies.surtgis-algorithms]
version = "0.6.1"

[dependencies.surtgis-cloud]
version = "0.6.1"
features = ["native"]
optional = true

[dependencies.surtgis-core]
version = "0.6.1"
features = [
    "shapefile",
    "geopackage",
]

[dependencies.surtgis-parallel]
version = "0.6.1"

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

[dependencies.tracing]
version = "0.1"

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