[[bin]]
name = "folderify"
path = "src/main.rs"
[build-dependencies.shadow-rs]
version = "1.2.0"
[dependencies.clap]
features = ["derive"]
version = "4.1.8"
[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]
default-features = false
version = "1.2.0"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Generate a native-style macOS folder icon from a mask file."
documentation = "https://github.com/lgarron/folderify"
edition = "2021"
homepage = "https://github.com/lgarron/folderify"
keywords = ["macos", "icons"]
license = "MIT"
name = "folderify"
readme = "README.md"
repository = "https://github.com/lgarron/folderify"
version = "4.1.1"