libperl-sys 0.4.0-alpha.3

Low-level FFI declarations for libperl (Perl5), generated via bindgen + libperl-macrogen
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-sys"
version = "0.4.0-alpha.3"
authors = ["Kobayasi, Hiroaki <buribullet@gmail.com>"]
build = "build.rs"
links = "perl"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI declarations for libperl (Perl5), generated via bindgen + libperl-macrogen"
documentation = "https://docs.rs/libperl-sys"
readme = "README.md"
keywords = [
    "perl",
    "perl5",
    "ffi",
    "bindings",
    "bindgen",
]
categories = ["external-ffi-bindings"]
license = "GPL-1.0-or-later OR Artistic-1.0-Perl"
repository = "https://github.com/hkoba/libperl-rs.git"

[package.metadata.release]
disable-tag = true
disable-push = true

[lib]
name = "libperl_sys"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.libc]
version = "0.2.182"

[dependencies.phf]
version = "0.11"
features = ["macros"]

[build-dependencies.bindgen]
version = "0.72.1"

[build-dependencies.libperl-config]
version = "^0.3.2"

[build-dependencies.libperl-macrogen]
version = "0.1.2"

[build-dependencies.phf_codegen]
version = "0.11"

[build-dependencies.quote]
version = "1"

[build-dependencies.regex]
version = "1"

[build-dependencies.syn]
version = "2"
features = [
    "full",
    "parsing",
]