[go: up one dir, main page]

regex-lite 0.1.8

A lightweight regex engine that optimizes for binary size and compilation time.
Documentation
[dev-dependencies.anyhow]
version = "1.0.69"

[dev-dependencies.regex-test]
version = "0.1.0"

[features]
default = ["std", "string"]
std = []
string = []

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

[package]
authors = ["The Rust Project Developers", "Andrew Gallant <jamslam@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
A lightweight regex engine that optimizes for binary size and compilation time.
"""
documentation = "https://docs.rs/regex-lite"
edition = "2021"
homepage = "https://github.com/rust-lang/regex/tree/master/regex-lite"
license = "MIT OR Apache-2.0"
name = "regex-lite"
readme = "README.md"
repository = "https://github.com/rust-lang/regex"
rust-version = "1.65"
version = "0.1.8"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "integration"
path = "tests/lib.rs"