mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 05:21:14 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.6.0...0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
537 B
TOML
23 lines
537 B
TOML
[package]
|
|
name = "askama_escape"
|
|
version = "0.13.0"
|
|
description = "HTML escaping, extracted from Askama"
|
|
keywords = ["html", "escaping"]
|
|
categories = ["no-std", "no-std::no-alloc"]
|
|
homepage = "https://askama.readthedocs.io/"
|
|
repository = "https://github.com/askama-rs/askama"
|
|
license = "MIT OR Apache-2.0"
|
|
readme = "README.md"
|
|
edition = "2024"
|
|
rust-version = "1.88"
|
|
|
|
[package.metadata.docs.rs]
|
|
rustdoc-args = ["--generate-link-to-definition", "--cfg=docsrs"]
|
|
|
|
[[bench]]
|
|
name = "all"
|
|
harness = false
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.7"
|