sprattus 0.0.1

A async orm for Postgres
[dependencies.futures-util-preview]
version = "^0.3.0-alpha.19"

[dependencies.parking_lot]
version = "0.9.0"

[dependencies.sprattus-derive]
version = "0.0.1"

[dependencies.strfmt]
version = "0.1.6"

[dependencies.tokio]
version = "^0.2.0-alpha.6"

[dependencies.tokio-postgres]
features = ["default"]
version = "^0.5.0-alpha.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"]

[package]
authors = ["Martijn Groeneveldt <martijn.groeneveldt@gmail.com>"]
categories = ["database", "asynchronous", "postgres"]
description = "A async orm for Postgres"
edition = "2018"
license-file = "../LICENSE"
name = "sprattus"
readme = "../README.MD"
repository = "https://github.com/dutchmartin/sprattus"
version = "0.0.1"