sailfish/benches/Cargo.toml

36 lines
1.1 KiB
TOML
Raw Normal View History

2020-06-06 05:28:14 -04:00
[package]
name = "benches"
2020-07-11 04:46:55 -04:00
version = "0.1.3"
2020-06-06 05:44:50 -04:00
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Ryohei Machida <orcinus4627@gmail.com>"]
2020-06-15 15:30:39 -04:00
build = "src/build.rs"
2020-06-06 05:28:14 -04:00
edition = "2018"
publish = false
[dependencies]
2020-06-15 15:30:39 -04:00
askama = { git = "https://github.com/djc/askama" }
2020-06-18 04:39:53 -04:00
criterion = { version = "0.3", features = ["real_blackbox"] }
2020-06-15 15:30:39 -04:00
fomat-macros = { git = "https://github.com/krdln/fomat-macros" }
handlebars = { git = "https://github.com/sunng87/handlebars-rust" }
horrorshow = { git = "https://github.com/Stebalien/horrorshow-rs" }
liquid = "0.19.0"
markup = { git = "https://github.com/utkarshkukreti/markup.rs" }
maud = "0.21.0"
ramhorns = { git = "https://github.com/maciejhirsz/ramhorns" }
2020-06-06 05:28:14 -04:00
sailfish = { path = "../sailfish" }
sailfish-macros = { path = "../sailfish-macros" }
2020-06-15 15:30:39 -04:00
serde = "1"
serde_derive = "1"
serde_json = "1"
serde_yaml = "0.8"
tera = { git = "https://github.com/Keats/tera" }
v_htmlescape = "0.9.1"
2020-07-02 07:31:05 -04:00
yarte = { git = "https://github.com/botika/yarte", features = ["bytes-buf", "fixed"] }
2020-07-12 15:42:18 -04:00
bytes = "0.5.5"
2020-06-15 15:30:39 -04:00
[build-dependencies]
ructe = { git = "https://github.com/kaj/ructe" }
2020-06-06 05:28:14 -04:00
[[bench]]
name = "all"
harness = false