brepkit-offset 4.0.35

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

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

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

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