[package]
edition = "2024"
name = "braintax"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal cognitive tax estimator — quantify how mentally taxing code patterns are."
homepage = "https://github.com/umbgtt10/braintax"
documentation = "https://docs.rs/braintax"
readme = "README.md"
keywords = [
"cognitive",
"complexity",
"tax",
"nesting",
"estimation",
]
categories = [
"algorithms",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/umbgtt10/braintax"
[lib]
name = "braintax"
path = "src/lib.rs"
[[bin]]
name = "braintax"
path = "src/main.rs"