ridge-core 0.3.2

Ridgeline terrain art pipeline: SRTM fetch, preprocess, geometry, SVG
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 = "2021"
name = "ridge-core"
version = "0.3.2"
authors = ["Angus Forrest"]
build = false
include = [
    "src/**/*",
    "examples/**/*",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "LICENSE-upstream",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ridgeline terrain art pipeline: SRTM fetch, preprocess, geometry, SVG"
readme = "README.md"
keywords = [
    "srtm",
    "elevation",
    "terrain",
    "ridgeline",
    "svg",
]
categories = [
    "science::geo",
    "visualization",
]
license = "MIT"
repository = "https://github.com/angus-forrest-uk/ridge_redux"

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

[[bin]]
name = "render"
path = "src/bin/render.rs"

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

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

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

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

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

[dependencies.colorous]
version = "1"

[dependencies.dirs]
version = "7.0.0"

[dependencies.flate2]
version = "1"

[dependencies.ndarray]
version = "0.17"

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

[dependencies.thiserror]
version = "2"

[dependencies.ureq]
version = "2"
features = [
    "tls",
    "gzip",
]
default-features = false

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