libperl-rs 0.4.2

Embed the Perl 5 runtime in a Rust application — safe wrapper around libperl-sys
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-rs"
version = "0.4.2"
authors = ["Kobayasi, Hiroaki <buribullet@gmail.com>"]
build = "build.rs"
exclude = [
    "CLAUDE.md",
    "docs/",
    "podman-build.zsh",
    "release.toml",
    "runtest-docker.zsh",
    ".claude/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embed the Perl 5 runtime in a Rust application — safe wrapper around libperl-sys"
documentation = "https://docs.rs/libperl-rs"
readme = "README.md"
keywords = [
    "perl",
    "perl5",
    "ffi",
    "embed",
    "scripting",
]
categories = [
    "api-bindings",
    "external-ffi-bindings",
]
license = "GPL-1.0-or-later OR Artistic-1.0-Perl"
repository = "https://github.com/hkoba/libperl-rs.git"

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

[[example]]
name = "perl_version"
path = "examples/perl_version.rs"

[[example]]
name = "scan_ops"
path = "examples/scan_ops.rs"

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

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

[dependencies.libperl-macros]
version = "^0.4.0"

[dependencies.libperl-sys]
version = "^0.4.0"

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