# 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] name = "image-batch-resizer" version = "0.2.0" authors = ["Chen Weiguang "] description = "Image batch resizer executable in Rust" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/guangie88/image-batch-resizer-rs" [[bin]] name = "ibr" path = "src/main.rs" [dependencies.failure] version = "=0.1.1" [dependencies.glob] version = "=0.2.11" [dependencies.image] version = "=0.19.0" [dependencies.structopt] version = "=0.2.7" [dependencies.structopt-derive] version = "=0.2.7" [dependencies.vlog] version = "=0.1.2" [badges.codecov] repository = "guangie88/image-batch-resizer-rs" [badges.travis-ci] repository = "guangie88/image-batch-resizer-rs"