mkdev 3.4.1

Save your boilerplate instead of writing it.
# 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"
name = "mkdev"
version = "3.4.1"
authors = ["James Craven <4jamesccraven@gmail.com>"]
build = false
exclude = [
    "*.nix",
    ".github/workflows/",
    ".gitignore",
    "flake.lock",
    "logo/",
    "rustfmt.toml",
    "scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Save your boilerplate instead of writing it."
homepage = "https://github.com/4jamesccraven/mkdev"
documentation = "https://github.com/4jamesccraven/mkdev/wiki"
readme = "README.md"
categories = [
    "command-line-utilities",
    "template-engine",
]
license = "MIT"
repository = "https://github.com/4jamesccraven/mkdev"

[[bin]]
name = "mk"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.23"
features = [
    "cargo",
    "derive",
]

[dependencies.clap_complete]
version = "4.5.47"
features = ["unstable-dynamic"]

[dependencies.clap_mangen]
version = "0.2.26"

[dependencies.colored]
version = "3.0.0"

[dependencies.dirs]
version = "5.0.1"

[dependencies.hyperpolyglot]
version = "0.1.7"

[dependencies.ignore]
version = "0.4.23"

[dependencies.ser_nix]
version = "0.2.2"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "0.8.19"

[profile.release]
lto = true
codegen-units = 1