[package]
edition = "2024"
rust-version = "1.85"
name = "modum"
version = "0.3.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Workspace lint tool for Rust naming and API-shape policy"
documentation = "https://docs.rs/modum"
readme = "README.md"
license = "MIT"
repository = "https://github.com/eboody/modum"
resolver = "2"
[lib]
name = "modum"
path = "src/lib.rs"
[[bin]]
name = "cargo-modum"
path = "src/bin/cargo-modum.rs"
[[bin]]
name = "modum"
path = "src/bin/modum.rs"
[[test]]
name = "check_modes"
path = "tests/check_modes.rs"
[[test]]
name = "cli"
path = "tests/cli.rs"
[[test]]
name = "high_coverage_example"
path = "tests/high_coverage_example.rs"
[[test]]
name = "workspace"
path = "tests/workspace.rs"
[dependencies.modum-core]
version = "0.2.4"
[dependencies.serde_json]
version = "1"
[dev-dependencies.tempfile]
version = "3"