esi 0.7.0-beta.2

A streaming parser and executor for Edge Side Includes
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 = "2021"
name = "esi"
version = "0.7.0-beta.2"
authors = [
    "Kailan Blanks <kblanks@fastly.com>",
    "Vadim Getmanshchuk <vadim@fastly.com>",
    "Tyler McMullen <tyler@fastly.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A streaming parser and executor for Edge Side Includes"
readme = "README.md"
license = "MIT"
repository = "https://github.com/fastly/esi"

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

[[test]]
name = "esi-tests"
path = "tests/esi-tests.rs"

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

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

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

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

[[bench]]
name = "interpolated_text_bench"
path = "benches/interpolated_text_bench.rs"

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

[dependencies.atoi]
version = "2"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.5"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.fastly]
version = "^0.11"

[dependencies.html-escape]
version = "0.2.13"

[dependencies.log]
version = "^0.4"

[dependencies.md5]
version = "0.8.0"

[dependencies.nom]
version = "8"

[dependencies.percent-encoding]
version = "2.3"

[dependencies.rand]
version = "0.10.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.thiserror]
version = "2.0.6"

[dev-dependencies.criterion]
version = "0.5"
default-features = false

[dev-dependencies.env_logger]
version = "^0.11"