[[bench]]
harness = false
name = "bench_offset_multiple"
path = "benches/bench_offset_multiple.rs"
[dependencies.robust]
version = "1.2.0"
[dependencies.togo]
version = "0.4.0"
[dev-dependencies.divan]
version = "0.1.21"
[dev-dependencies.rand]
version = "0.9.2"
[[example]]
name = "offset_arcline"
path = "examples/offset_arcline.rs"
[[example]]
name = "offset_pline1"
path = "examples/offset_pline1.rs"
[[example]]
name = "offset_polyline"
path = "examples/offset_polyline.rs"
[lib]
crate-type = ["lib"]
name = "offroad"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "graphics", "mathematics"]
description = "2D offsetting for arc polylines/polygons."
documentation = "https://docs.rs/offroad"
edition = "2024"
homepage = "https://github.com/radevgit/offroad"
keywords = ["offset", "arc", "polyline", "cnc", "polygon"]
license = "MIT"
name = "offroad"
readme = "README.md"
repository = "https://github.com/radevgit/offroad"
rust-version = "1.88"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"