orma 0.1.3

A PostgreSQL ORM written in Rust language
Documentation
[dependencies.futures]
version = "0.3.1"

[dependencies.orma-derive]
optional = true
version = "=0.1.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.104"

[dependencies.serde_derive]
version = "1.0.104"

[dependencies.serde_json]
version = "1.0.44"

[dependencies.tokio]
features = ["full"]
version = "0.2.10"

[dependencies.tokio-postgres]
features = ["with-uuid-0_8", "with-serde_json-1", "runtime"]
version = "0.5.1"

[dependencies.uuid]
features = ["serde", "v4"]
version = "0.8.1"
[dev-dependencies.orma-derive]
version = "=0.1.3"

[features]
derive = ["orma-derive"]

[package]
authors = ["Andrea Chiumenti <achiumenti@red.software.systems>"]
categories = ["database"]
description = "A PostgreSQL ORM written in Rust language"
edition = "2018"
keywords = ["postgres", "postgresql", "orm", "sql", "json"]
license = "MIT"
name = "orma"
readme = "../README.md"
repository = "https://github.com/RedSoftwareSystems/rust-orma"
version = "0.1.3"