include-flate-codegen 0.3.2

Macro codegen for the include-flate crate
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"
name = "include-flate-codegen"
version = "0.3.2"
authors = ["SOFe <sofe2038@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macro codegen for the include-flate crate"
homepage = "https://github.com/SOF3/include-flate"
readme = false
license = "Apache-2.0"
repository = "https://github.com/SOF3/include-flate.git"

[features]
default = [
    "deflate",
    "zstd",
]
deflate = ["include-flate-compress/deflate"]
no-compression-warnings = []
zstd = ["include-flate-compress/zstd"]

[lib]
name = "include_flate_codegen"
path = "src/lib.rs"
proc-macro = true

[dependencies.include-flate-compress]
version = "0.3.1"
default-features = false

[dependencies.proc-macro-error2]
version = "2.0.1"

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

[dependencies.quote]
version = "1.0.40"

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