git-sumi 0.3.0

Non-opinionated commit message linter
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"
name = "git-sumi"
version = "0.3.0"
authors = ["Óscar Fernández <osc@osc.garden>"]
build = false
exclude = [
    "artifacts",
    "website",
    "target",
    "pypi",
    ".github",
    "tests",
    "release",
    "cliff.toml",
    "CHANGELOG.md",
    "CODE_OF_CONDUCT.md",
    "CONTRIBUTING.md",
    "sumi.toml",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Non-opinionated commit message linter"
homepage = "https://sumi.rs"
readme = "README.md"
keywords = [
    "git",
    "commit",
    "lint",
    "conventional-commits",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/welpo/git-sumi"

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

[[bin]]
name = "git-sumi"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.4"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4.5.2"

[dependencies.dirs]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.3"

[dependencies.git-conventional]
version = "1.0.0"

[dependencies.log]
version = "0.4.21"

[dependencies.prettytable-rs]
version = "0.10"

[dependencies.regex]
version = "1.10.4"

[dependencies.serde]
version = "1.0.200"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.116"

[dependencies.strum]
version = "0.27.0"

[dependencies.strum_macros]
version = "0.27.0"

[dependencies.tabled]
version = "0.20.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.toml]
version = "1.0.0"

[dev-dependencies.assert_cmd]
version = "2.0.14"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.rand]
version = "0.10.0"

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

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"
strip = true