Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
"unicode-normalization",
]
+[[package]]
+name = "if_chain"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1f7280c75fb2e2fc47080ec80ccc481376923acb04501957fc38f935c3de5088"
+
[[package]]
name = "index_vec"
version = "0.1.2"
"glob 0.3.0",
"hashlink",
"htmlescape",
+ "if_chain",
"index_vec",
"inventory",
"itertools",
glob = "0.3"
hashlink = { version = "0.5", features = ["serde_impl"] }
htmlescape = "0.3"
+if_chain = "1"
index_vec = { version = "0.1.1", features = ['serde'] }
inventory = "0.1"
itertools = "0.9"