Documentation
[package]
name = "unidb"
version = "0.2.2"
authors = ["jake <jakethecoderg@outlook.com>"]
edition = "2018"
description = "SQL mapper"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
regex = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_derive = "1.0.105"
serde-xml-rs = "0.4.0"
walkdir="2.3.1"
lazy_static = "1.4.0"
postgres = {version = "0.17.5", features = ["with-serde_json-1","with-uuid-0_8", "with-time-0_2", "with-chrono-0_4"]}
Inflector="0.11.4"
uuid = { version = "0.8", features = ["serde", "v4"] }
chrono = { version = "0.4.10", features = ["serde"] }
oracle = "0.3.2"
queue="0.3.2-final"
parking_lot="0.10.2"
odbc = "0.16.1"
log = "0.4"
log4rs="0.11.0"
r2d2="0.8.9"
r2d2_postgres="0.16.0"
r2d2-oracle = "0.3.0"
r2d2_odbc = "0.5.0"
time="0.2.22"