[package]
name = "ifc-lite-processing"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared IFC processing pipeline and types used by server and FFI"
keywords = ["ifc", "bim", "geometry", "pipeline", "aec"]
categories = ["parsing", "algorithms"]
readme = "../../README.md"
[dependencies]
ifc-lite-core = { version = "4.1.0", path = "../core" }
ifc-lite-geometry = { version = "4.1.0", path = "../geometry", default-features = false }
rayon = "1.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
memchr = "2.8"
rustc-hash = "2.1"
tracing = "0.1"