plf-contrib 0.1.0

Additional filters, functions and tests for the Plf template engine
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 = "plf-contrib"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Additional filters, functions and tests for the Plf template engine"
documentation = "https://docs.rs/plf-contrib"
readme = "README.md"
keywords = [
    "template",
    "jinja2",
    "plf",
]
categories = ["template-engine"]
license = "MIT"
repository = "https://github.com/AaronDewes/plf"

[package.metadata.docs.rs]
features = [
    "base64",
    "date",
    "urlencode",
    "json",
    "filesize_format",
    "format",
    "slug",
    "rand",
    "regex",
]

[features]
base64 = ["dep:base64"]
date = ["dep:jiff"]
filesize_format = ["dep:humansize"]
format = ["dep:formatx"]
json = ["dep:serde_json"]
rand = ["dep:rand"]
regex = ["dep:regex"]
slug = ["dep:slug"]
urlencode = ["dep:percent-encoding"]

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

[dependencies.base64]
version = "0.22.1"
optional = true

[dependencies.formatx]
version = "0.2.4"
optional = true

[dependencies.humansize]
version = "2.1.3"
optional = true

[dependencies.jiff]
version = "0.2.18"
optional = true

[dependencies.percent-encoding]
version = "2.3.2"
optional = true

[dependencies.plf]
version = "0.1.0"
default-features = false

[dependencies.rand]
version = "0.10"
optional = true

[dependencies.regex]
version = "1.12.2"
optional = true

[dependencies.serde_json]
version = "1.0.149"
optional = true

[dependencies.slug]
version = "0.1.6"
optional = true