mwapi_responses 0.5.1

Automatically generate strict types for MediaWiki API responses
Documentation
[dependencies.mwapi]
optional = true
version = "^0.7.0"

[dependencies.mwapi_responses_derive]
optional = true
version = "=0.5.1"

[dependencies.mwtimestamp]
version = "^0.1.2"

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

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.reqwest]
default-features = false
features = ["json", "gzip", "rustls-tls"]
version = "0.12"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.serde_urlencoded]
version = "0.7.1"

[dev-dependencies.tokio]
features = ["macros"]
version = "1"

[dev-dependencies.trybuild]
version = "1.0.110"

[[example]]
name = "test"
path = "examples/test.rs"

[features]
default = ["derive"]
derive = ["mwapi_responses_derive"]
mwapi-07 = ["mwapi"]

[lib]
name = "mwapi_responses"
path = "src/lib.rs"

[package]
authors = ["Kunal Mehta <legoktm@debian.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "Automatically generate strict types for MediaWiki API responses"
edition = "2021"
homepage = "https://www.mediawiki.org/wiki/mwbot-rs"
keywords = ["mediawiki", "api", "types"]
license = "GPL-3.0-or-later"
name = "mwapi_responses"
readme = "README.md"
repository = "https://gitlab.wikimedia.org/repos/mwbot-rs/mwbot/"
rust-version = "1.88"
version = "0.5.1"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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