piedb 0.1.2

piedb is a hat(timeseries)p and mysql compatible database
Documentation
[package]
name = "piedb"
version = "0.1.2"
edition = "2021"
description = "piedb is a hat(timeseries)p and mysql compatible database"
license = "Apache-2.0"
license-file = "LICENSE"
readme = "README.md"
homepage = "https://piedb.io"
keywords = ["mysql", "timeseries", "database", "hatp"]


[dependencies]
msql-srv = "0.9.6"
mysql = "22"
mysql_async = "0.29.0"
slab = "0.4.2"
tokio = { version = "1.15.0", features = ["full"] }
futures = "0.3.0"
rcgen = "0.8.14"
tempfile = "3.3.0"
gluesql = "0.10"
gluesql-core = "0.10.2"

[[bin]]
name = "piedb"
path = "src/bin/piedb.rs"