[package] name = "papers" version = "0.1.0" authors = ["Magnus Manske "] edition = "2018" description = "A library to allow creation and updates of Wikidata items for scientific publications, authors, and related info" repository = "https://github.com/magnusmanske/papers" keywords = ["publications","papers","science","wikidata"] categories = ["api-bindings","science"] license="MIT" include = [ "**/*.rs", "Cargo.toml", ] [dependencies] multimap = "0.4.0" serde_json = "1.0.39" reqwest = "0.9.11" config = "0.9.2" mediawiki = "0.1.7" wikibase = "0.3" #wikibase = { git="https://gitlab.com/tobias47n9e/wikibase_rs"} regex = "1" lazy_static = "1" chrono = "0.4.6" crossref = "0.1" #crossref = { git = "https://github.com/MattsSe/crossref-rs" } semanticscholar = "0.1" orcid="0.1" pubmed="0.1.2" #pubmed = { git = "https://github.com/magnusmanske/pubmed_rs" }