[dependencies.humantime-serde]
version = "1.1.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.snafu]
version = "0.8.9"
[dependencies.sqlx]
features = ["runtime-tokio", "mysql", "time"]
version = "0.8.6"
[dependencies.tibba-config]
version = "0.1.2"
[dependencies.tibba-error]
version = "0.1.0"
[dependencies.tibba-util]
version = "0.1.3"
[dependencies.tracing]
version = "0.1.41"
[dependencies.validator]
features = ["derive"]
version = "0.20.0"
[lib]
name = "tibba_sql"
path = "src/lib.rs"
[package]
authors = ["Tree Xie <tree.xie@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "sql for tibba"
edition = "2024"
homepage = "https://github.com/vicanso/tibba"
keywords = ["tibba", "sql"]
license = "Apache-2.0"
name = "tibba-sql"
readme = false
repository = "https://github.com/vicanso/tibba"
version = "0.1.1"
[package.metadata.cargo-machete]
ignored = ["humantime-serde"]