version = 4
[[package]]
name = "brepkit-geometry"
version = "3.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2855b97c7c841e1abd7dee7fcd2e3e72bd83d106e19523da0cbfb223ef4f863"
dependencies = [
"brepkit-math",
"thiserror",
]
[[package]]
name = "brepkit-math"
version = "3.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b48447041decfc6c2f1aed81e66d817da47385c3ecd333a714457fcbcf3a12b8"
dependencies = [
"log",
"robust",
"thiserror",
]
[[package]]
name = "brepkit-offset"
version = "3.4.13"
dependencies = [
"brepkit-geometry",
"brepkit-math",
"brepkit-topology",
"log",
"thiserror",
]
[[package]]
name = "brepkit-topology"
version = "3.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69170f9dfba4cfd8f5a67b2b8890509b1cfa3eb9bc3d0cc8c54bb00be6e71309"
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"