# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "image-watcher" version = "0.0.23" authors = ["Ethan Brierley "] description = "A simple CLI tool.\n" homepage = "http://efunb.com/" documentation = "https://docs.rs/image-watcher/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://gitlab.com/efunb/image-watcher" [profile.release] lto = true [dependencies.clap] version = "2.33" [dependencies.file-watcher] version = "0.0.*" [dependencies.image] version = "0.21" [dependencies.read_input] version = "0.8" [dependencies.set-error] version = "1" [dependencies.term_size] version = "0.3" [dependencies.walkdir] version = "2.2" [dependencies.yaml-rust] version = "0.4"