# 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 = "sheep_cli" version = "0.3.0" authors = ["Hilmar Wiegand "] description = "Modular and lightweight spritesheet packer" homepage = "https://amethyst.rs/" readme = "../README.md" keywords = ["sdk", "amethyst", "sprites", "packing", "cli"] categories = ["game-engines"] license = "MIT/Apache-2.0" repository = "https://github.com/amethyst/sheep" [[bin]] name = "sheep" path = "src/main.rs" [dependencies.clap] version = "2.32" [dependencies.image] version = "0.20" [dependencies.oxipng] version = "2.2" [dependencies.png] version = "0.15" [dependencies.ron] version = "0.4" [dependencies.serde] version = "1.0.89" [dependencies.sheep] version = "0.3.0" [badges.travis-ci] branch = "master" repository = "amethyst/sheep"