geometry-rs 0.4.2

geometry utils
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 = "geometry-rs"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "geometry utils"
homepage = "https://github.com/ringsaturn/geometry-rs"
documentation = "https://docs.rs/geometry-rs/latest/geometry_rs/"
readme = "README.md"
keywords = ["geometry"]
license = "MIT"
repository = "https://github.com/ringsaturn/geometry-rs"

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

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

[[bench]]
name = "bench"
path = "benches/bench.rs"

[dependencies.rtree_rs]
version = "0.1.4"

[dev-dependencies.geo]
version = "0.33.1"

[dev-dependencies.serde]
version = "1.0.228"

[dev-dependencies.serde_derive]
version = "1.0.228"

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