# 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" version = "1.0.0" description = "include compressed assets in a Rust executable" readme = "README.md" license = "LGPL-3.0-only" resolver = "1" [dependencies.include_assets_decode] version = "0.1.0" [dependencies.include_assets_encode] version = "0.1.0" [features] all = [ "deflate", "lz4", "zstd", ] default = ["all"] deflate = [ "include_assets_encode/deflate", "include_assets_decode/deflate", ] lz4 = [ "include_assets_encode/lz4", "include_assets_decode/lz4", ] zstd = [ "include_assets_encode/zstd", "include_assets_decode/zstd", ]