[package] name = "wikibase" version = "0.7.2" authors = [ "Fenhl ", "Tobias Schönberg ", "Magnus Manske ", ] keywords = ["wikibase", "wikidata", "mediawiki"] description = "A library to access Wikibase" license = "GPL-2.0+" readme = "README.md" repository = "https://gitlab.com/tobias47n9e/wikibase_rs" edition = "2018" [dependencies] curl = "^0.4" regex = "1" serde_json = "1" serde = { version = "1", features = ["derive"] } rand = "^0.8" mediawiki = "^0.3" rayon = "^1" tokio = { version = "^1", features = ["full","rt-multi-thread","macros"] } futures = "^0.3"