dbui-database 0.0.62

Database access and schema introspection for dbui
Documentation
[package]
name = "dbui-database"
version = "0.0.62"
authors = ["Kyle Unverferth <kyle@kyleu.com>"]
edition = "2018"
description = "Database access and schema introspection for dbui"
homepage = "https://dbui.io"
repository = "https://github.com/KyleU/dbui"
license = "MIT"

[dependencies]
dbui-core = { version = "0.0.62", path = "../core" }

bit-vec = "0.6.1" # Can't upgrade
chrono = "0.4.9"
eui48 = "0.4.6"
geo-types = "0.4.3"
itertools = "0.8.1"
postgres = { version = "0.17.0-alpha.1", features = ["with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-geo-types-0_4", "with-serde_json-1", "with-uuid-0_7"] }
r2d2 = "0.8.6"
r2d2_postgres = "0.14.0"
serde = { version = "1.0.102", features = ["derive"] }
serde_json = "1.0.41"
short-crypt = "1.0.14"
slog = { version = "2.5.2", features = ["max_level_trace", "release_max_level_trace"] }
tokio-postgres = "0.5.0-alpha.1"
uuid = { version = "0.7.4", features = ["serde", "v4"] }