askama/testing-no-std/Cargo.toml
2025-08-19 17:41:20 +02:00

16 lines
350 B
TOML

[package]
name = "askama_testing-no-std"
version = "0.14.0"
authors = ["askama-rs developers"]
edition = "2024"
rust-version = "1.88"
publish = false
[dev-dependencies]
askama = { path = "../askama", version = "0.14.0", default-features = false, features = ["derive"] }
assert_matches = "1.5.0"
[features]
nightly-spans = ["askama/nightly-spans"]