# 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_vach_assets" version = "0.1.5" include = [ "src/*", "Cargo.toml", "../README.md", ] description = "Bevy Vach Assets is a plugin for Bevy Engine that allows you to load assets from Vach archives" homepage = "https://github.com/asaaki/bevy_vach_assets" readme = "README.md" keywords = [ "bevy", "assets", "archive", "vach", "game", ] categories = [ "game-development", "encoding", "compression", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/asaaki/bevy_vach_assets" [dependencies.bevy] version = "0.12" features = ["bevy_asset"] default-features = false [dependencies.futures-lite] version = "2.1.0" features = ["std"] default-features = false [dependencies.vach] version = "0.5.0" features = [ "compression", "crypto", ]