[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"
[dependencies.robust]
version = "1.2"
[dev-dependencies.rand]
version = "0.9.2"
[[example]]
name = "arc_segment_intersect"
path = "examples/arc_segment_intersect.rs"
[[example]]
name = "bounding"
path = "examples/bounding.rs"
[lib]
crate-type = ["lib"]
name = "togo"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "graphics", "mathematics"]
description = "A library for 2D geometry, providing geometric algorithms for intersection/distance between circular arcs/line segments."
documentation = "https://docs.rs/togo"
edition = "2024"
homepage = "https://github.com/radevgit/togo"
keywords = ["intersection", "geometry", "arc", "distance", "segment"]
license = "MIT"
name = "togo"
readme = "README.md"
repository = "https://github.com/radevgit/togo"
rust-version = "1.88"
version = "0.6.2"