atc-router 1.7.0

Versatile DSL based rule matching engine used by the Kong API Gateway
Documentation
[[bench]]
harness = false
name = "build"
path = "benches/build.rs"

[[bench]]
harness = false
name = "match_mix"
path = "benches/match_mix.rs"

[[bench]]
harness = false
name = "not_match_mix"
path = "benches/not_match_mix.rs"

[[bench]]
harness = false
name = "string"
path = "benches/string.rs"

[[bench]]
harness = false
name = "test"
path = "benches/test.rs"

[dependencies.bitflags]
optional = true
version = "2.6"

[dependencies.cidr]
version = "0.3"

[dependencies.fnv]
version = "1"

[dependencies.lazy_static]
version = "1.5"

[dependencies.pest]
version = "2.7"

[dependencies.pest_derive]
version = "2.7"

[dependencies.regex]
version = "1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_regex]
optional = true
version = "1.1"

[dependencies.uuid]
version = "1.8"

[dev-dependencies.criterion]
version = "0"

[features]
default = ["ffi"]
ffi = ["dep:bitflags"]
serde = ["cidr/serde", "dep:serde", "dep:serde_regex"]

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

[package]
authors = ["Datong Sun <datong.sun@konghq.com>", "Kong Contributors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["compilers"]
description = """
Versatile DSL based rule matching engine used by the Kong API Gateway
"""
edition = "2021"
keywords = ["dsl", "atc", "router", "rule", "engine"]
license = "Apache-2.0"
name = "atc-router"
readme = "README.md"
repository = "https://github.com/Kong/atc-router"
version = "1.7.0"