# 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_encode" version = "0.1.0" description = "use include_assets instead of this" license = "LGPL-3.0-only" resolver = "1" [lib] proc-macro = true [dependencies.anyhow] version = "1.0.71" [dependencies.include_assets_decode] version = "0.1.0" [dependencies.proc-macro2] version = "1.0.59" [dependencies.quote] version = "1.0.28" [dependencies.smartstring] version = "1.0.1" [dependencies.syn] version = "2.0.17" features = ["full"] [dependencies.thiserror] version = "1.0.40" [dependencies.walkdir] version = "2.3.3" [features] default = [] deflate = ["include_assets_decode/deflate"] lz4 = ["include_assets_decode/lz4"] zstd = ["include_assets_decode/zstd"]