[package] name = "unidb_pgsql" version = "0.4.0" authors = ["Jake "] edition = "2021" description = "SQL mapper for Posgres" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] unidb="^0.5.0" #unidb = {path ="../unidb"} r2d2="0.8.10" r2d2_postgres="0.18.1" postgres = {version = "0.19.4", features = ["with-serde_json-1","with-uuid-0_8", "with-time-0_2", "with-chrono-0_4"]} log = "0.4.17" log4rs="0.13.0" lazy_static = "1.4.0" walkdir="2.3.1" parking_lot="0.12.1" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91"