geospatial 0.1.7

Geospatial utility functions
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 = "geospatial"
version = "0.1.7"
authors = ["Matt Wilkins (https://github.com/mrmattwilkins)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Geospatial utility functions"
homepage = "https://github.com/mrmattwilkins/geospatial"
documentation = "https://docs.rs/geospatial"
readme = "README.md"
keywords = [
    "geospatial",
    "GIS",
]
categories = ["science::geo"]
license = "MIT"
repository = "https://github.com/mrmattwilkins/geospatial"

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

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

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

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

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

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

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

[dependencies.geo]
version = ">=0.20.0, <0.40.0"

[dependencies.line_drawing]
version = ">=1.0.0, < 2.0.0"

[dependencies.ndarray]
version = "0.16.1"

[profile.release]
opt-level = 3