[package]
name = "folderify"
version = "4.1.1"
edition = "2021"
description = "Generate a native-style macOS folder icon from a mask file."
license = "MIT"
homepage = "https://github.com/lgarron/folderify"
documentation = "https://github.com/lgarron/folderify"
repository = "https://github.com/lgarron/folderify"
keywords = ["macos", "icons"]
build = "build.rs"
[dependencies]
clap = { version = "4.1.8", features = ["derive"] }
clap_complete = "4.2.0"
include_dir = "0.7.3"
indicatif = "0.17.5"
mktemp = "0.5.0"
shadow-rs = { version = "1.2.0", default-features = false }
[build-dependencies]
shadow-rs = "1.2.0"
[[bin]]
name = "folderify"