geometry-tag 0.0.7

Geometry kind tags and the tag-hierarchy marker traits.
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 = "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"