libperl-config 0.3.2

Extract perl's build configs from Config.pm and others
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-config"
version = "0.3.2"
authors = ["Kobayasi, Hiroaki <buribullet@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extract perl's build configs from Config.pm and others"
documentation = "https://docs.rs/libperl-config"
readme = "README.md"
keywords = [
    "perl",
    "perl5",
    "config",
    "build",
    "ffi",
]
categories = [
    "development-tools::build-utils",
    "config",
]
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_config"
path = "src/lib.rs"

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

[dependencies.chrono]
version = "0.4.42"

[dependencies.regex]
version = "1"