folderify 4.1.3

Generate a native-style macOS folder icon from a mask file.
# 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 = "folderify"
version = "4.1.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate a native-style macOS folder icon from a mask file."
homepage = "https://github.com/lgarron/folderify"
documentation = "https://github.com/lgarron/folderify"
readme = "README.md"
keywords = [
    "macos",
    "icons",
]
license = "MIT"
repository = "https://github.com/lgarron/folderify"

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

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

[dependencies.clap_complete]
version = "4.2.0"

[dependencies.include_dir]
version = "0.7.3"

[dependencies.indicatif]
version = "0.17.5"

[dependencies.mktemp]
version = "0.5.0"

[dependencies.shadow-rs]
version = "1.2.0"
default-features = false

[build-dependencies.shadow-rs]
version = "1.2.0"