# 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 = "2021" name = "bevy_webp_anim" version = "0.5.0" build = false exclude = [ "examples", "assets", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Plugin for loading and playing animated webp images in bevy." homepage = "https://git.sr.ht/~porkbrain/bevy-webp-anim" readme = "README.md" keywords = [ "bevy", "webp", "video", "animation", ] license = "MIT" repository = "https://git.sr.ht/~porkbrain/bevy-webp-anim" [lib] name = "bevy_webp_anim" path = "src/lib.rs" [dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_render", "bevy_sprite", ] default-features = false [dependencies.image] version = "0.25" [dependencies.image-webp] version = "0.2" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.35" features = [ "rt", "sync", "rt-multi-thread", ] [dependencies.uuid] version = "1.7" [dev-dependencies.bevy] version = "0.14" default-features = true