brepkit-offset 4.0.45

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.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c10ec73a4c80cef1730851b289a9647314b204644b655676f43ee37ba946a86b"
dependencies = [
 "brepkit-math",
 "thiserror",
]

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

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

[[package]]
name = "brepkit-topology"
version = "4.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6e486109615730b175cadce364c178e7cc6869de4a2ac38df4029e04c26f9ae"
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"