[dependencies]
[package]
authors = ["wandercn<wander@ffactory.org>"]
categories = ["accessibility", "algorithms", "data-structures"]
description = "Pretree is a package for storing and querying routing rules with prefix tree. Pretree 是一个用于存储和查询路由规则的包。它用前缀树存储路由规则,支持包含变量的路由。"
edition = "2018"
homepage = "https://github.com/code-translation/pretree"
keywords = ["prefix-tree", "tree", "url-match", "url-routing", "algorithm"]
license = "GPL-3.0"
name = "pretree"
repository = "https://github.com/code-translation/pretree"
version = "1.0.0"
[profile.dev]
opt-level = 0
[profile.release]
opt-level = 3