# 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_asset_packer" version = "0.4.0" authors = ["Dublikunt Max"] exclude = [ "example/*", ".github/*", "rustfmt.toml", ] description = "Easy to use bevy plugin for packing resources in single file and protect him." homepage = "https://github.com/DublikuntMux/bevy_asset_packer" readme = "README.md" keywords = [ "bevy", "asset", "assets", "asset_manager", "bevy_plugin", ] categories = [ "game-development", "game-engines", ] license = "BSD-3-Clause" repository = "https://github.com/DublikuntMux/bevy_asset_packer" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [dependencies.aes] version = "0.8.3" [dependencies.anyhow] version = "1.0.75" [dependencies.belt-ctr] version = "0.1.0" features = ["std"] [dependencies.bevy] version = "0.11" features = ["bevy_asset"] default-features = false [dependencies.bs58] version = "0.5.0" [dependencies.miniz_oxide] version = "0.7.1" features = [ "std", "simd", ] [dependencies.tar] version = "0.4.40"