include-zstd 0.1.0

Compress data at compile time and include it as runtime-decompressible static bytes or strings.
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "include-zstd"
version = "0.1.0"
authors = ["fawdlstty<f@fawdlstty.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compress data at compile time and include it as runtime-decompressible static bytes or strings."
homepage = "https://github.com/fawdlstty/include-zstd"
documentation = "https://docs.rs/include-zstd"
readme = "README.md"
keywords = [
    "zstd",
    "macro",
    "include",
    "compression",
    "proc-macro",
]
categories = [
    "compression",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/fawdlstty/include-zstd"
resolver = "2"

[lib]
name = "include_zstd"
path = "src/lib.rs"

[dependencies.include-zstd-derive]
version = "0.1.0"

[dependencies.zstd]
version = "0.13.3"