brepkit-offset 3.5.0

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

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

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

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

[[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"