[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"
[features]
csg-capture = ["ifc-lite-geometry/csg_capture"]
observability = ["ifc-lite-geometry/observability"]
[[example]]
name = "csg_scaling_bench"
required-features = ["csg-capture"]
[dependencies]
ifc-lite-core = { version = "4.1.2", path = "../core" }
ifc-lite-geometry = { version = "4.1.2", path = "../geometry", default-features = false }
rayon = "1.10"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
memchr = "2.8"
rustc-hash = "2.1"
tracing = "0.1"
[lints]
workspace = true