include-zstd-derive 0.1.0

Procedural macro implementation for include-zstd compile-time compression macros.
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-derive"
version = "0.1.0"
authors = ["fawdlstty<f@fawdlstty.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macro implementation for include-zstd compile-time compression macros."
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_derive"
path = "src/lib.rs"
proc-macro = true

[dependencies.proc-macro-crate]
version = "3.4.0"

[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
version = "2.0.100"
features = ["full"]

[dependencies.zstd]
version = "0.13.3"