alap 0.1.3

Alap expression parser — resolve tag-based link expressions server-side
Documentation
# 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"
name = "alap"
version = "0.1.3"
authors = ["Daniel Smith"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Alap expression parser — resolve tag-based link expressions server-side"
homepage = "https://alap.info"
documentation = "https://docs.rs/alap"
readme = "README.md"
keywords = [
    "alap",
    "expression",
    "parser",
    "links",
    "menu",
]
categories = [
    "parser-implementations",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/DanielSmith/alap-rust"

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

[[test]]
name = "expression_parser_test"
path = "tests/expression_parser_test.rs"

[[test]]
name = "link_provenance_test"
path = "tests/link_provenance_test.rs"

[[test]]
name = "sanitize_by_tier_test"
path = "tests/sanitize_by_tier_test.rs"

[[test]]
name = "sanitize_url_test"
path = "tests/sanitize_url_test.rs"

[[test]]
name = "ssrf_guard_test"
path = "tests/ssrf_guard_test.rs"

[[test]]
name = "validate_config_test"
path = "tests/validate_config_test.rs"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"