eikonal 0.1.0

Fast Marching Method for eikonal distance fields plus weighted grid shortest paths for routing
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"
rust-version = "1.77"
name = "eikonal"
version = "0.1.0"
build = false
exclude = [".github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast Marching Method for eikonal distance fields plus weighted grid shortest paths for routing"
documentation = "https://docs.rs/eikonal"
readme = "README.md"
keywords = [
    "eikonal",
    "fmm",
    "pathfinding",
    "geodesic",
    "ndarray",
]
categories = [
    "science::geo",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/i-norden/eikonal"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
parallel = ["dep:rayon"]

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

[dependencies.ndarray]
version = "0.17"

[dependencies.rayon]
version = "1"
optional = true

[dependencies.thiserror]
version = "2"