# 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] name = "piston2d-sprite" version = "0.68.0" authors = [ "Coeuvre Wong ", "zummenix", "bvssvni ", ] exclude = [ "*.png", "*.gif", ] description = "A library for sprite hierarchy and scene management" homepage = "https://github.com/pistondevelopers/sprite" readme = "README.md" keywords = [ "sprite", "animation", "2d", "piston", ] license = "MIT" repository = "https://github.com/pistondevelopers/sprite.git" [lib] name = "sprite" path = "./src/lib.rs" [dependencies.interpolation] version = "0.3.0" [dependencies.piston-ai_behavior] version = "0.33.0" [dependencies.piston2d-graphics] version = "0.44.0" [dependencies.pistoncore-input] version = "1.0.0" [dependencies.uuid] version = "0.6" features = ["v4"]