# 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_assets_bundler" version = "0.6.0" exclude = [ ".github", ".vscode", "*.yml", ] description = "Assets Bundler for bevy, with content encryption support." readme = "README.md" keywords = [ "bevy", "asset", "assets", "bundler", ] categories = [ "cryptography", "encoding", "game-development", ] license = "MIT" repository = "https://github.com/hanabi1224/bevy_assets_bundler" [dependencies.aes] version = "0.7" optional = true [dependencies.anyhow] version = "1" [dependencies.bevy] version = "0.10" features = ["bevy_asset"] default-features = false [dependencies.block-modes] version = "0.8" optional = true [dependencies.bs58] version = "0.4" [dependencies.cfg-if] version = "1" [dependencies.tar] version = "0.4.38" [dependencies.tracing] version = "0.1" [dev-dependencies.futures-lite] version = "1" [dev-dependencies.rand] version = "0" [dev-dependencies.uuid] version = "1" [features] default = ["encryption"] encryption = [ "aes", "block-modes", ]