[package] name = "sprattus" version = "0.0.1" authors = ["Martijn Groeneveldt "] edition = "2018" readme = "../README.MD" description = "A async orm for Postgres" repository = "https://github.com/dutchmartin/sprattus" license-file = "../LICENSE" categories = ["database", "asynchronous", "postgres"] [dependencies] tokio-postgres = { version="^0.5.0-alpha.1" , features = ["default"]} tokio = "^0.2.0-alpha.6" futures-util-preview = { version = "^0.3.0-alpha.19" } parking_lot = "0.9.0" strfmt = "0.1.6" sprattus-derive = "0.0.1" [features] "with-bit-vec-0_6" = ["tokio-postgres/with-bit-vec-0_6"] "with-chrono-0_4" = ["tokio-postgres/with-chrono-0_4"] "with-eui48-0_4" = ["tokio-postgres/with-eui48-0_4"] "with-geo-types-0_4" = ["tokio-postgres/with-geo-types-0_4"] "with-serde_json-1" = ["tokio-postgres/with-serde_json-1"] "with-uuid-0_7" = ["tokio-postgres/with-uuid-0_7"]