# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "texture_packer" version = "0.29.0" authors = ["Coeuvre "] description = "A texture packing library using the skyline heuristic" homepage = "https://github.com/PistonDevelopers/texture_packer" documentation = "http://docs.piston.rs/texture_packer" readme = "README.md" keywords = [ "texture", "packer", "piston", ] license = "MIT" repository = "https://github.com/PistonDevelopers/texture_packer.git" [dependencies.image] version = "0.25.1" default-features = false [features] bmp = ["image/bmp"] common = [ "gif", "jpeg", "png", "tga", "bmp", ] gif = ["image/gif"] hdr = ["image/hdr"] ico = ["image/ico"] jpeg = ["image/jpeg"] png = ["image/png"] pnm = ["image/pnm"] tga = ["image/tga"] tiff = ["image/tiff"] webp = ["image/webp"]