[package] name = "folderpics" version = "0.4.0" authors = ["Travis Shears "] edition = "2018" license = "MIT" description = "A cli app that watches folders for images and automatically transforms them." readme = "README.md" homepage = "https://git.sr.ht/~travisshears/folder-pics" repository = "https://git.sr.ht/~travisshears/folder-pics" keywords = ["cli", "imagemagik", "watcher"] categories = ["command-line-utilities"] [dependencies] config = "0.10.1" serde = { version = "1.0.115", features = ["derive"] } notify = "4.0.10" magick_rust = "0.14.0" clap = "2.33.0" directories = "3.0.1"