# 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" rust-version = "1.60" name = "benimator" version = "4.1.3" authors = ["Jonathan Cornaz"] description = "A sprite animation library for rust game development" readme = "README.md" keywords = [ "game", "gamedev", "anmiation", ] categories = ["game-development"] license = "Unlicense OR MIT" repository = "https://github.com/jcornaz/benimator" [package.metadata.docs.rs] all-features = true [[example]] name = "bevy_with_asset_loader" required-features = ["serde"] [dependencies.serde] version = "1.0.164" features = ["derive"] optional = true [dev-dependencies.anyhow] version = "1.0.71" [dev-dependencies.bevy] version = "0.10.1" features = [ "bevy_asset", "bevy_winit", "bevy_render", "bevy_sprite", "bevy_core_pipeline", "png", "x11", "dynamic_linking", ] default-features = false [dev-dependencies.rstest] version = "0.17.0" default-features = false [dev-dependencies.serde_yaml] version = "0.9.22" default-features = false [dev-dependencies.toml] version = "0.7.5" [build-dependencies.rustc_version] version = "0.4.0" [features] default = []