[package]
edition = "2021"
rust-version = "1.85"
name = "openbim-bsdd"
version = "0.1.0"
authors = ["point-grey"]
build = false
include = [
"src/**",
"Cargo.toml",
"README.md",
"LICENSE",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reserved OpenBIM.rs scaffold for a future buildingSMART Data Dictionary integration."
homepage = "https://github.com/openbimrs/bsdd"
documentation = "https://docs.rs/openbim-bsdd"
readme = "README.md"
keywords = [
"bim",
"openbim",
"bsdd",
"dictionary",
"aec",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/openbimrs/bsdd"
[package.metadata.docs.rs]
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "openbim_bsdd"
path = "src/lib.rs"