# 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-histrion-packer" version = "0.5.0" authors = ["Ludwig DUBOS "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Bevy Plugin to pack all your game assets into a single common PAK like file format." documentation = "https://docs.rs/bevy-histrion-packer" readme = "README.md" keywords = [ "bevy", "assets", "packer", "bundler", "zlib", ] categories = [ "game-development", "compression", "encoding", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ldubos/bevy-histrion-packer" [lib] name = "bevy_histrion_packer" path = "src/lib.rs" [dependencies.bevy] version = "0.15.0" features = ["bevy_asset"] default-features = false [dependencies.flate2] version = "1.0" optional = true [dependencies.futures-io] version = "0.3" [dependencies.futures-lite] version = "2.0" [dependencies.memmap2] version = "0.9.5" [dependencies.parking_lot] version = "0.12" optional = true [dependencies.thiserror] version = "2.0" [dependencies.zopfli] version = "0.8" features = [ "std", "zlib", ] optional = true default-features = false [dev-dependencies.futures] version = "0.3" [dev-dependencies.rstest] version = "0.23" [features] default = [ "deflate", "writer", ] deflate = [ "dep:zopfli", "dep:flate2", "dep:parking_lot", ] writer = []