bimifc-parser 0.2.0

High-performance IFC parser with IFC4 (STEP) and IFC5 (IFCX) support
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 = "bimifc-parser"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance IFC parser with IFC4 (STEP) and IFC5 (IFCX) support"
readme = false
keywords = [
    "ifc",
    "bim",
    "parser",
    "step",
    "ifcx",
]
categories = [
    "parser-implementations",
    "encoding",
]
license = "MPL-2.0"
repository = "https://github.com/holg/bimifc"

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

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

[dependencies.bimifc-model]
version = "0.2.0"

[dependencies.eulumdat]
version = "0.5"
default-features = false

[dependencies.lexical-core]
version = "1"

[dependencies.memchr]
version = "2"

[dependencies.nom]
version = "8"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.5"