askama/testing-no-std/Cargo.toml
René Kijewski 98cb4233e2 Make derive optional
This is the same as in e.g. `serde` with the feature of the same name.
If you manually depend on `rinja_derive`, then you can make better use
of your multi-core setup.
2025-02-09 17:47:17 +01:00

13 lines
291 B
TOML

[package]
name = "rinja_testing-no-std"
version = "0.3.5"
authors = ["rinja-rs developers"]
edition = "2021"
rust-version = "1.81"
publish = false
[dev-dependencies]
rinja = { path = "../rinja", version = "0.3.5", default-features = false, features = ["derive"] }
assert_matches = "1.5.0"