[package]
name = "modum"
version = "0.6.13"
edition = "2024"
rust-version = "1.85"
description = "Workspace lint tool for Rust naming and API-shape policy"
license = "MIT"
repository = "https://github.com/eboody/modum"
documentation = "https://docs.rs/modum"
readme = "../README.md"
[[bin]]
name = "modum"
path = "src/bin/modum.rs"
[[bin]]
name = "cargo-modum"
path = "src/bin/cargo-modum.rs"
[dependencies]
glob = "0.3"
proc-macro2 = { version = "1", features = ["span-locations"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
syn = { version = "2", features = ["full", "visit"] }
toml = "1"
walkdir = "2"
[dev-dependencies]
tempfile = "3"