# 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.62" name = "mwseaql" version = "0.4.0" description = "MediaWiki table definitions for sea-ql" homepage = "https://www.mediawiki.org/wiki/mwbot-rs" readme = "README.md" keywords = [ "mediawiki", "mysql", "sea-ql", ] categories = ["web-programming"] license = "GPL-3.0-or-later" repository = "https://gitlab.wikimedia.org/repos/mwbot-rs/mwseaql/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docs", ] [dependencies.sea-query] version = "0.30.7" features = [ "derive", "backend-mysql", ] default-features = false [features] linter = [] page_assessments = [] proofread_page = [] toolforge = []