libperl-macrogen 0.1.5

Generate Rust FFI bindings from C macro functions in Perl headers
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 = "libperl-macrogen"
version = "0.1.5"
build = "build.rs"
exclude = [
    "apidoc/",
    "tinycc/",
    "doc/",
    "samples/",
    "tmp/",
    "CLAUDE.md",
    "Project.md",
    "TODO.md",
    "tools/",
    "apidoc-import.zsh",
    "categorize-help-diags.tcl",
    "*.pdf",
    "perf.data*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate Rust FFI bindings from C macro functions in Perl headers"
readme = "README.md"
keywords = [
    "perl",
    "ffi",
    "macro",
    "bindgen",
    "codegen",
]
categories = [
    "development-tools::ffi",
    "parsing",
]
license = "LGPL-2.1-or-later"
repository = "https://github.com/hkoba/libperl-macrogen"

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

[[bin]]
name = "libperl-macrogen"
path = "src/main.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "lexer_tests"
path = "tests/lexer_tests.rs"

[[test]]
name = "parser_tests"
path = "tests/parser_tests.rs"

[[test]]
name = "preprocessor_tests"
path = "tests/preprocessor_tests.rs"

[[test]]
name = "rust_codegen_regression"
path = "tests/rust_codegen_regression.rs"

[[test]]
name = "type_inference_tests"
path = "tests/type_inference_tests.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.flate2]
version = "1.0"

[dependencies.prettyplease]
version = "0.2"

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

[dependencies.quote]
version = "1.0.42"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "2.0.111"
features = [
    "full",
    "parsing",
]

[dependencies.tar]
version = "0.4"

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.ureq]
version = "2.9"