# 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-embasset" version = "0.5.0" authors = ["Johnny T. Vestergaard "] exclude = [".github"] description = "A Bevy plugin to embed assets in your game, or load assets from other sources!" homepage = "https://github.com/taurr/bevy-embasset" readme = "README.md" keywords = [ "bevy", "assets", "asset", "gamedev", ] categories = [ "game-development", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/taurr/bevy-embasset" resolver = "2" [lib] doctest = false [dependencies.bevy] version = "0.7" default-features = false [dependencies.derive_more] version = "0.99" [dependencies.paste] version = "1.0" [dependencies.smol_str] version = "0.1" [dependencies.strum] version = "0.24" features = ["derive"] [features] build = []