[package]
edition = "2024"
rust-version = "1.88"
name = "rustra-naming"
version = "0.11.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared identifier naming rules for Rustra"
homepage = "https://github.com/loopy-lim/rustra"
documentation = "https://docs.rs/rustra-naming"
readme = false
license = "MIT"
repository = "https://github.com/loopy-lim/rustra"
[lib]
name = "rustra_naming"
path = "src/lib.rs"
[[test]]
name = "naming"
path = "tests/naming.rs"