wikibase 0.7.6

A library to access Wikibase
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "wikibase"
version = "0.7.6"
authors = [
    "Fenhl <fenhl@fenhl.net>",
    "Tobias Schönberg <tobias47n9e@gmail.com>",
    "Magnus Manske <magnusmanske@googlemail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to access Wikibase"
readme = "README.md"
keywords = [
    "wikibase",
    "wikidata",
    "mediawiki",
]
license = "GPL-2.0+"
repository = "https://gitlab.com/tobias47n9e/wikibase_rs"

[lib]
name = "wikibase"
path = "src/lib.rs"
doctest = false

[[test]]
name = "test_configuration"
path = "tests/test_configuration.rs"

[[test]]
name = "test_datatypes"
path = "tests/test_datatypes.rs"

[[test]]
name = "test_queries"
path = "tests/test_queries.rs"

[[bench]]
name = "bench_from_json"
path = "benches/bench_from_json.rs"
harness = false

[dependencies.curl]
version = "^0.4"

[dependencies.futures]
version = "^0.3"

[dependencies.mediawiki]
version = "^0.5"

[dependencies.rand]
version = "^0.9"

[dependencies.rayon]
version = "^1"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "^1"
features = [
    "full",
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.criterion]
version = "^0.5"

[dev-dependencies.wiremock]
version = "^0.6"