tel 0.1.21

Turbofuro Expression Language
Documentation
[dependencies.base64]
version = "0.22.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.num]
version = "0.4.3"

[dependencies.once_cell]
version = "1.18.0"

[dependencies.serde]
version = "1.0.166"

[dependencies.serde_derive]
version = "1.0.166"

[dependencies.serde_json]
version = "1.0.100"

[dependencies.unescape]
version = "0.1.0"

[dependencies.url]
version = "2.5.0"

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

[package]
authors = ["Bartosz Wiśniewski <kontakt@pr0gramista.pl>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["compilers", "web-programming"]
description = "Turbofuro Expression Language"
edition = "2021"
homepage = "https://turbofuro.com"
keywords = ["visual", "language", "worker", "web"]
license = "Apache-2.0"
name = "tel"
readme = "README.md"
repository = "https://github.com/turbofuro/turbofuro"
version = "0.1.21"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.chumsky]
version = "0.9.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.chumsky]
default-features = false
features = ["ahash", "std"]
version = "0.9.3"

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

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

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

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

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