mkdir2 0.1.6

A modern, cross-platform, production-ready replacement for mkdir: brace expansion, mixed `/`/`\` path separators, safe force-recreate, colored + emoji output, JSON reports, dry-run and more.
# 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.74"
name = "mkdir2"
version = "0.1.6"
authors = ["Hadi Cahyadi <cumulus13@gmail.com>"]
build = false
exclude = [".github/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = 'A modern, cross-platform, production-ready replacement for mkdir: brace expansion, mixed `/`/`\` path separators, safe force-recreate, colored + emoji output, JSON reports, dry-run and more.'
homepage = "https://github.com/cumulus13/mkdir2"
documentation = "https://docs.rs/mkdir2"
readme = "README.md"
keywords = [
    "mkdir",
    "cli",
    "filesystem",
    "directory",
    "brace-expansion",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/cumulus13/mkdir2"

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "color",
    "wrap_help",
]

[dependencies.clap-version-flag]
version = "1.0.7"

[dependencies.colored]
version = "2"

[dependencies.is-terminal]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "~3.8"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true