askama/testing-alloc/Cargo.toml

16 lines
337 B
TOML

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