# 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 = "include_assets_decode" version = "0.1.0" description = "use include_assets instead of this" license = "LGPL-3.0-only" resolver = "1" [dependencies.blake2] version = "0.10.6" [dependencies.hexhex] version = "1.0.0" [dependencies.lz4_flex] version = "0.10.0" features = [ "std", "safe-encode", "safe-decode", ] optional = true default-features = false [dependencies.smartstring] version = "1.0.1" [dependencies.yazi] version = "0.1.6" optional = true [dependencies.zstd] version = "0.12.3" optional = true default-features = false [features] default = [] deflate = ["dep:yazi"] lz4 = ["dep:lz4_flex"] zstd = ["dep:zstd"]