[package]
categories.workspace = true
description = "Solid offset engine for brepkit"
edition.workspace = true
homepage.workspace = true
keywords.workspace = true
license.workspace = true
name = "brepkit-offset"
readme = "../../README.md"
repository.workspace = true
rust-version.workspace = true
version.workspace = true
[dependencies]
brepkit-geometry.workspace = true
brepkit-math.workspace = true
brepkit-topology.workspace = true
log.workspace = true
thiserror.workspace = true
[dev-dependencies]
brepkit-operations = {path = "../operations"}
brepkit-topology = {workspace = true, features = ["test-utils"]}
[lints]
workspace = true