torrust-linting 0.1.0

Linting utilities for Torrust projects
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 = "2021"
rust-version = "1.85"
name = "torrust-linting"
version = "0.1.0"
authors = ["Torrust Organization <https://torrust.com>"]
build = false
include = [
    "/src",
    "/examples",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "linter"
description = "Linting utilities for Torrust projects"
homepage = "https://torrust.com"
documentation = "https://docs.rs/torrust-linting"
readme = "README.md"
keywords = [
    "torrust",
    "linting",
    "cli",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/torrust/torrust-linting"

[lib]
name = "torrust_linting"
path = "src/lib.rs"

[[bin]]
name = "linter"
path = "src/bin/linter.rs"

[[example]]
name = "custom_cli"
path = "examples/custom_cli.rs"

[[example]]
name = "simple_linter"
path = "examples/simple_linter.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.0"
features = ["derive"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]