tre-regex-sys 0.5.2

Rust bindgen bindings to the TRE regex module
# 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"
rust-version = "1.85.1"
name = "tre-regex-sys"
version = "0.5.2"
authors = ["Elizabeth Myers"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindgen bindings to the TRE regex module"
readme = "README.md"
keywords = [
    "regex",
    "tre",
    "ffi",
    "bindings",
    "sys",
]
categories = [
    "external-ffi-bindings",
    "text-processing",
]
license = "BSD-2-Clause"
repository = "https://github.com/Elizafox/tre-regex-sys"

[features]
approx = []
default = [
    "approx",
    "vendored",
]
vendored = [
    "autotools",
    "fs_extra",
]
wchar = []

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

[dependencies.autotools]
version = "0.2"

[dependencies.bindgen]
version = "0.72"

[dependencies.pkg-config]
version = "0.3.30"

[build-dependencies.autotools]
version = "0.2"
optional = true

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

[build-dependencies.fs_extra]
version = "1.3"
optional = true

[build-dependencies.pkg-config]
version = "0.3.30"