# 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 = "lottie-renderer-bevy" version = "0.1.0" authors = ["Zimon Tai "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bodymovin lottie file renderer using Bevy engine" readme = "README.md" keywords = [ "lottie", "animation", "parser", "graphics", "bevy", ] categories = [ "graphics", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zimond/lottie-rs/" [lib] name = "lottie_renderer_bevy" path = "src/lib.rs" [[test]] name = "fixtures" path = "tests/fixtures.rs" [dependencies.bevy] version = "0.13.2" features = [ "bevy_audio", "mp3", "flac", "wav", ] [dependencies.bevy-inspector-egui] version = "0.24" optional = true [dependencies.bevy_egui] version = "0.27" optional = true [dependencies.bevy_tweening_captured] version = "0.10.0" [dependencies.event-listener] version = "5.3.0" [dependencies.flo_curves] version = "0.7.2" [dependencies.futures] version = "0.3.28" [dependencies.image] version = "0.25.1" features = ["png"] default-features = false [dependencies.infer] version = "0.15.0" [dependencies.log] version = "0.4.17" [dependencies.lottie] version = "0.1.0" [dependencies.lyon] version = "1.0.1" [dependencies.ordered-float] version = "4.2.0" [dependencies.wgpu] version = "0.19.2" [dev-dependencies.glob] version = "0.3.0" [dev-dependencies.png] version = "0.17.10" [dev-dependencies.rstest] version = "0.19.0" [dev-dependencies.smol] version = "2.0.0" [features] default = [] egui = [ "bevy_egui", "bevy-inspector-egui", ]