brepkit-offset 4.0.30

Solid offset engine for brepkit
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "brepkit-geometry"
version = "4.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29d599ce0e43b5e404350be3bbe4ee2eef10b0a8cd48fd3ba3fd08d17a404818"
dependencies = [
 "brepkit-math",
 "thiserror",
]

[[package]]
name = "brepkit-math"
version = "4.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc314a85e8d1a665d711e4803ef242cd17b75ad1022eb7c7cff389625c3a81fa"
dependencies = [
 "log",
 "robust",
 "thiserror",
]

[[package]]
name = "brepkit-offset"
version = "4.0.30"
dependencies = [
 "brepkit-geometry",
 "brepkit-math",
 "brepkit-topology",
 "log",
 "thiserror",
]

[[package]]
name = "brepkit-topology"
version = "4.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11f7749149b61c3f6e351c7bdd03859daf9f37f293d4574706b49447112a31a1"
dependencies = [
 "brepkit-math",
 "smallvec",
 "thiserror",
]

[[package]]
name = "log"
version = "0.4.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"

[[package]]
name = "proc-macro2"
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "robust"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e27ee8bb91ca0adcf0ecb116293afa12d393f9c2b9b9cd54d33e8078fe19839"

[[package]]
name = "smallvec"
version = "1.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9395f0f0eee849a9b707b2f06bb92a6a422090e2123bb2ef8e87a0e61892a8e"

[[package]]
name = "syn"
version = "3.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8593e8e72159ed2257d083c7a454a85cbf854f37a0966d8d483aff8c8a3ebcee"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "thiserror"
version = "2.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09e52cb86a36cede5cb101bf8908837b3e4c6e5e59fe7fd85c23fb56200d189e"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "2.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe5197923287db20a58125f0bc85c062f7f2c892de97b18c356f9efb14b28524"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "unicode-ident"
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d245f478577f809a851594d02313b640fb437e0bb33866753cff937863096954"