# 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_animation_graph" version = "0.5.0" description = "Animation graph library for the Bevy game engine" readme = "README.md" keywords = [ "bevy", "animation", "gamedev", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mbrea-c/bevy_animation_graph" [dependencies.bevy] version = "0.14" [dependencies.indexmap] version = "2.2.1" features = ["serde"] [dependencies.regex] version = "1.10.3" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.193" features = [ "derive", "rc", ] [dependencies.thiserror] version = "1.0.58" [dependencies.uuid] version = "1.0"