# 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 = "spritesheet-generator" version = "0.5.0" authors = ["Rafael Delboni "] description = "A spritesheet generator library using the piston's texture_packer" homepage = "https://github.com/rafaeldelboni/spritesheet-generator" readme = "readme.md" keywords = ["texture", "packer", "spritesheet", "atlas"] license = "MIT" repository = "https://github.com/rafaeldelboni/spritesheet-generator.git" [dependencies.image] version = "0.20.0" default-features = true [dependencies.lazy_static] version = "1.1" [dependencies.regex] version = "1.0.5" [dependencies.serde] version = "1.0.79" [dependencies.serde_derive] version = "1.0.79" [dependencies.serde_json] version = "1.0.31" [dependencies.texture_packer] version = "0.15.0"