[package] name = "wikipedia-infobox-analyzer" version = "0.1.0" edition = "2021" description = """ This analysis tool allows seeing the wikidata behind articles through the lens of the infoboxes. """ authors = ["Raymon Zutekouw "] repository = "" license = "MIT OR Apache-2.0" keywords = ["wikipedia", "wikidata", "infobox"] categories = ["command-line-utilities"] [dependencies] regex = "1.11.1" ascii_table = "4.0.7"