# 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" version = "0.3.0" authors = ["Hilmar Wiegand "] description = "Modular and lightweight spritesheet packing library" homepage = "https://amethyst.rs/" readme = "../README.md" keywords = ["sdk", "amethyst", "sprites", "2d", "packing"] categories = ["game-engines"] license = "MIT/Apache-2.0" repository = "https://github.com/amethyst/sheep" [[example]] name = "simple_pack" path = "examples/simple_pack/main.rs" [dependencies.serde] version = "1" optional = true [dependencies.serde_derive] version = "1" optional = true [dependencies.smallvec] version = "0.6" [dependencies.twox-hash] version = "1.4.2" [dev-dependencies.image] version = "0.20" [dev-dependencies.ron] version = "0.4" [features] amethyst = ["serde", "serde_derive"] default = ["amethyst"] [badges.travis-ci] branch = "master" repository = "amethyst/sheep"