[package]
edition = "2024"
rust-version = "1.85"
name = "geometry-tag"
version = "0.0.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Geometry kind tags and the tag-hierarchy marker traits."
readme = "README.md"
keywords = [
"geometry",
"gis",
"spatial",
"boost",
"computation",
]
categories = [
"science::geo",
"algorithms",
"mathematics",
"no-std",
]
license = "BSL-1.0"
repository = "https://github.com/pentatonick/boost_geometry"
[lib]
name = "geometry_tag"
path = "src/lib.rs"
[[test]]
name = "membership"
path = "tests/membership.rs"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"