include-flate 0.3.0

A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation
Documentation
[workspace]
members = [".", "codegen"]

[package]
name = "include-flate"
version = "0.3.0"
authors = ["SOFe <sofe2038@gmail.com>"]
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/SOF3/include-flate.git"
homepage = "https://github.com/SOF3/include-flate"
description = "A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation"
categories = ["compression", "rust-patterns", "memory-management"]
keywords = ["compression", "deflate", "macro", "include", "assets"]

[dependencies]
include-flate-codegen = { version = "0.2.0", path = "codegen" }
lazy_static = "1.3.0"
libflate = "2.0.0"