[dependencies.chrono]
version = "0.4"
[dependencies.sqlx]
default-features = false
features = ["mysql", "chrono", "runtime-tokio-native-tls"]
version = "0.6"
[dependencies.sqlx-type-macro]
version = "0.3.4"
[package]
authors = ["Jakob Truelsen <antialize@gmail.com>"]
description = "Typed sql macros for sqlx"
edition = "2021"
homepage = "https://github.com/antialize/sqlx-type/"
keywords = ["mysql", "sqlx", "typer"]
license = "Apache-2.0"
name = "sqlx-type"
readme = "README.md"
repository = "https://github.com/antialize/sqlx-type/"
version = "0.3.4"