[package]
edition = "2024"
rust-version = "1.93"
name = "building_materials"
version = "0.1.1"
authors = ["Vladimir German <vladimir.german.and@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Building materials library according to russian standards"
homepage = "https://github.com/Nemagu/building_materials_rs"
readme = "README.md"
keywords = [
"building",
"material",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Nemagu/building_materials_rs"
[features]
serde = ["dep:serde"]
[lib]
name = "building_materials"
path = "src/lib.rs"
[dependencies.bon]
version = "3.9.0"
[dependencies.serde]
version = "1"
features = ["derive"]
optional = true