# 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 = "2021" rust-version = "1.73" name = "mwapi_responses" version = "0.5.0-rc.1" authors = ["Kunal Mehta "] description = "Automatically generate strict types for MediaWiki API responses" homepage = "https://www.mediawiki.org/wiki/mwbot-rs" readme = "README.md" keywords = [ "mediawiki", "api", "types", ] categories = ["web-programming"] license = "GPL-3.0-or-later" repository = "https://gitlab.wikimedia.org/repos/mwbot-rs/mwbot/" [dependencies.mwapi] version = "^0.7.0-rc.1" optional = true [dependencies.mwapi_responses_derive] version = "=0.5.0-rc.1" optional = true [dependencies.mwtimestamp] version = "^0.1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.reqwest] version = "0.12" features = [ "json", "gzip", "rustls-tls", ] default-features = false [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = ["macros"] [dev-dependencies.trybuild] version = "1.0.80" [features] default = ["derive"] derive = ["mwapi_responses_derive"] mwapi-07 = ["mwapi"]