74 lines
1.5 KiB
TOML
74 lines
1.5 KiB
TOML
# 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"
|
|
rust-version = "1.81"
|
|
name = "askama_parser"
|
|
version = "0.13.0"
|
|
build = false
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Parser for Askama templates"
|
|
homepage = "https://github.com/askama-rs/askama"
|
|
documentation = "https://docs.rs/askama"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"markup",
|
|
"template",
|
|
"jinja2",
|
|
"html",
|
|
]
|
|
categories = ["template-engine"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/askama-rs/askama"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = [
|
|
"--generate-link-to-definition",
|
|
"--cfg=docsrs",
|
|
]
|
|
|
|
[features]
|
|
config = [
|
|
"dep:serde",
|
|
"dep:serde_derive",
|
|
]
|
|
|
|
[lib]
|
|
name = "askama_parser"
|
|
path = "src/lib.rs"
|
|
|
|
[[bench]]
|
|
name = "from_str"
|
|
path = "benches/from_str.rs"
|
|
harness = false
|
|
|
|
[dependencies.memchr]
|
|
version = "2"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
optional = true
|
|
|
|
[dependencies.serde_derive]
|
|
version = "1.0"
|
|
optional = true
|
|
|
|
[dependencies.winnow]
|
|
version = "0.7.0"
|
|
|
|
[dev-dependencies.criterion]
|
|
version = "0.5"
|