[package]
name = "tibba-sql"
version = "0.2.2"
edition = "2024"
authors = ["Tree Xie <tree.xie@outlook.com>"]
license = "Apache-2.0"
homepage = "https://github.com/vicanso/tibba"
repository = "https://github.com/vicanso/tibba"
keywords = ["tibba", "sql"]
description = "sql for tibba"
[lib]
name = "tibba_sql"
path = "src/lib.rs"
[dependencies]
humantime-serde = { workspace = true }
serde = { workspace = true }
snafu = { workspace = true }
sqlx = { workspace = true }
tibba-config = { path = "../tibba-config", version = "0.2.2" }
tibba-error = { path = "../tibba-error", version = "0.2.2" }
tibba-util = { path = "../tibba-util", version = "0.2.2" }
tracing = { workspace = true }
validator = { workspace = true }
[package.metadata.cargo-machete]
ignored = ["humantime-serde"]