hydro-analysis 0.2.0

Hydrolog anaylsis tools for manipulating DEMs
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"
name = "hydro-analysis"
version = "0.2.0"
authors = ["Matt Wilkins (https://github.com/mrmattwilkins)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hydrolog anaylsis tools for manipulating DEMs"
homepage = "https://github.com/mrmattwilkins/hydro-analysis"
documentation = "https://docs.rs/hydro-analysis"
readme = "README.md"
keywords = [
    "hydrology",
    "DEM",
]
categories = ["science::geo"]
license = "MIT"
repository = "https://github.com/mrmattwilkins/hydro-analysis"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.1"

[dependencies.bytemuck]
version = "1.22.0"

[dependencies.ndarray]
version = "0.16.1"
features = ["rayon"]

[dependencies.num]
version = "0.4"

[dependencies.rayon]
version = "1.10"

[dependencies.tempfile]
version = "3.25.0"

[dependencies.thiserror]
version = "2.0.0"

[dependencies.tiff]
version = "0.9"

[profile.release]
opt-level = 3