You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
681 B
26 lines
681 B
[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 <contact@raymon.dev>"]
|
|
|
|
repository = "https://codeberg.org/MeltingSilicon/wikipedia-infobox-analyzer"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
keywords = ["wikipedia", "wikidata", "infobox"]
|
|
categories = ["command-line-utilities"]
|
|
|
|
[dependencies]
|
|
regex = "1.11.1"
|
|
ascii_table = "4.0.7"
|
|
itertools = "0.14.0"
|
|
mediawiki = "0.3.1"
|
|
reqwest = { version = "0.12", features = ["blocking"] }
|
|
serde_json = "1.0.64"
|
|
tokio = "1.47.1"
|
|
wikidata = "1.1.0"
|
|
structopt = "0.3.26"
|
|
|