ifc-lite-processing 4.1.0

Shared IFC processing pipeline and types used by server and FFI
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "ifc-lite-processing"
version = "4.1.0"
authors = ["IFC-Lite Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared IFC processing pipeline and types used by server and FFI"
readme = "README.md"
keywords = [
    "ifc",
    "bim",
    "geometry",
    "pipeline",
    "aec",
]
categories = [
    "parsing",
    "algorithms",
]
license = "MPL-2.0"
repository = "https://github.com/LTplus-AG/ifc-lite"

[lib]
name = "ifc_lite_processing"
path = "src/lib.rs"

[[test]]
name = "element_failure_parity"
path = "tests/element_failure_parity.rs"

[[test]]
name = "georef_map_conversion_math"
path = "tests/georef_map_conversion_math.rs"

[[test]]
name = "issue_1075_spatial_zone"
path = "tests/issue_1075_spatial_zone.rs"

[[test]]
name = "issue_843_symbolic_data"
path = "tests/issue_843_symbolic_data.rs"

[[test]]
name = "issue_843_symbolic_parity"
path = "tests/issue_843_symbolic_parity.rs"

[[test]]
name = "issue_845_wall_elemented_case"
path = "tests/issue_845_wall_elemented_case.rs"

[[test]]
name = "issue_900_georeferencing_metadata"
path = "tests/issue_900_georeferencing_metadata.rs"

[[test]]
name = "issue_957_type_only_geometry"
path = "tests/issue_957_type_only_geometry.rs"

[[test]]
name = "issue_961_textures"
path = "tests/issue_961_textures.rs"

[[test]]
name = "styling_default_colors"
path = "tests/styling_default_colors.rs"

[[test]]
name = "styling_indexed_colour"
path = "tests/styling_indexed_colour.rs"

[[test]]
name = "styling_material_chain"
path = "tests/styling_material_chain.rs"

[[test]]
name = "styling_parity"
path = "tests/styling_parity.rs"

[[test]]
name = "styling_submesh_split"
path = "tests/styling_submesh_split.rs"

[[test]]
name = "tessellation_quality_server"
path = "tests/tessellation_quality_server.rs"

[dependencies.ifc-lite-core]
version = "4.1.0"

[dependencies.ifc-lite-geometry]
version = "4.1.0"
default-features = false

[dependencies.memchr]
version = "2.8"

[dependencies.rayon]
version = "1.10"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"