pgaf 0.1.0

Parallel Geospatial Analysis Framework — Work-In-Progress lightweight tool for mass-parallel geospatial analysis.
# 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 = "pgaf"
version = "0.1.0"
authors = ["Nathan P. Bombana <nathan.pbombana@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parallel Geospatial Analysis Framework — Work-In-Progress lightweight tool for mass-parallel geospatial analysis."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/NathanPB/pgaf"

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

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

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

[dependencies.pgaf_engine]
version = "0.1.0"

[dependencies.pgaf_sdk]
version = "0.1.0"

[dependencies.pgaf_std]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.17.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.validator]
version = "0.20.0"
features = ["derive"]