1+ [workspace ]
2+ members = [" liquid-error" , " liquid-value" , " liquid-compiler" , " liquid-interpreter" ]
3+
14[package ]
25name = " liquid"
36version = " 0.15.0"
47authors = [
" Johann Hofmann <[email protected] >" ]
58description = " The liquid templating language for Rust"
69repository = " https://github.com/cobalt-org/liquid-rust"
7- documentation = " https://cobalt-org.github.io /liquid-rust/ "
10+ documentation = " https://docs.rs /liquid"
811readme = " README.md"
912categories = [" template-engine" ]
1013keywords = [" liquid" , " template" , " templating" , " language" , " html" ]
@@ -24,7 +27,7 @@ doc = false
2427
2528[features ]
2629default = [" extra-filters" , " serde" ]
27- cli = [" clap" , " error-chain" , " serde_yaml" ]
30+ cli = [" clap" , " error-chain" , " serde_yaml" , " serde_json " ]
2831extra-filters = []
2932# Ensure keys in `Value`s `Object`s to be sorted.
3033object_sorted = []
@@ -36,6 +39,10 @@ chrono = "0.4"
3639unicode-segmentation = " 1.2"
3740itertools = " 0.7.0"
3841url = " 1.5"
42+ liquid-error = { version = " 0.15.0" , path = " liquid-error" }
43+ liquid-value = { version = " 0.15.0" , path = " liquid-value" }
44+ liquid-compiler = { version = " 0.15.0" , path = " liquid-compiler" }
45+ liquid-interpreter = { version = " 0.15.0" , path = " liquid-interpreter" }
3946
4047serde = { version = " 1.0" , optional = true , features = [" derive" ] }
4148clap = { version = " 2.26" , optional = true }
0 commit comments