[[bench]]
harness = false
name = "interpolator_bench"
path = "benches/interpolator_bench.rs"
[dependencies.memchr]
version = "2.7"
[dependencies.regex]
version = "1.10.4"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dependencies.tokio]
features = ["process", "rt"]
optional = true
version = "1.0"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[features]
async = ["dep:tokio"]
default = []
serde = ["dep:serde"]
[lib]
name = "germi"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "High-performance environment variable interpolation engine"
edition = "2021"
license = "MIT"
name = "germi"
readme = "README.md"
version = "0.2.2"
[[test]]
name = "backtick_commands"
path = "tests/backtick_commands.rs"
[[test]]
name = "commands"
path = "tests/commands.rs"
[[test]]
name = "complex_scenarios"
path = "tests/complex_scenarios.rs"
[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"
[[test]]
name = "escapes"
path = "tests/escapes.rs"
[[test]]
name = "features"
path = "tests/features.rs"
[[test]]
name = "find_variable_references"
path = "tests/find_variable_references.rs"
[[test]]
name = "variables"
path = "tests/variables.rs"