[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"