version = 4
[[package]]
name = "brepkit-geometry"
version = "3.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef8037e5a1a0c6ded29b5c9ec4c5338b813ea9f7409d1f6ed9c2a08b39d1d5a"
dependencies = [
"brepkit-math",
"thiserror",
]
[[package]]
name = "brepkit-math"
version = "3.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "680a812819a7c61a8c7ba3a43f146dad1e4e3c633d771b9dd1c8981a6bf681d3"
dependencies = [
"log",
"robust",
"thiserror",
]
[[package]]
name = "brepkit-offset"
version = "3.4.7"
dependencies = [
"brepkit-geometry",
"brepkit-math",
"brepkit-topology",
"log",
"thiserror",
]
[[package]]
name = "brepkit-topology"
version = "3.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d22e0f593fff0bcffe0d95f31431ffbfffa4cde6f40771c545ab11428b41aba"
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"