brepkit-offset 3.4.8

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

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

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

[[package]]
name = "brepkit-topology"
version = "3.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "885463354fd029637f13af1c98c958e79ab449539c0d9c7a11c9d24e723145d3"
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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

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

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

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