[package]
edition = "2024"
rust-version = "1.95.0"
name = "use-material-property"
version = "0.0.1"
authors = ["RustUse Contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight material-property metadata helpers"
homepage = "https://rustuse.org"
documentation = "https://docs.rs/use-material-property"
readme = false
keywords = [
"materials",
"property",
"metadata",
"filter",
]
categories = [
"algorithms",
"science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustUse/use-materials"
resolver = "2"
[lib]
name = "use_material_property"
path = "src/lib.rs"
[lints.rust]
unsafe_code = "forbid"