modum 0.3.0

Workspace lint tool for Rust naming and API-shape policy
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 = "modum"
version = "0.3.0"
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 = "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.0"

[dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3"