[package] name = "xql-sqlx-mysql" version = "0.2.0" edition = "2021" license = "GPL-3.0-or-later" description = "MySQL backend for xql" homepage = "https://github.com/arch-mage/xql" repository = "https://github.com/arch-mage/xql" documentation = "https://docs.rs/xql" [dependencies.sqlx] version = "0.5" default-features = false features = ["runtime-tokio-rustls", "mysql"]