ergol 0.1.4

an async ORM for Rust
Documentation
[dependencies.async-trait]
version = "0.1.41"

[dependencies.bit-vec]
optional = true
version = "0.6"

[dependencies.bytes]
version = "1.0"

[dependencies.chrono]
optional = true
version = "0.4"

[dependencies.deadpool]
optional = true
version = "0.9"

[dependencies.ergol_proc_macro]
version = "0.1.4"

[dependencies.eui48]
optional = true
version = "0.4"

[dependencies.geo-types-0_6]
optional = true
package = "geo-types"
version = "0.6"

[dependencies.rocket]
optional = true
version = "0.5.0-rc.1"

[dependencies.serde]
optional = true
version = "1.0"

[dependencies.time-0_2]
optional = true
package = "time"
version = "0.2"

[dependencies.time-0_3]
optional = true
package = "time"
version = "0.3"

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

[dependencies.tokio-postgres]
version = "0.7"

[dependencies.uuid-0_8]
optional = true
package = "uuid"
version = "0.8"

[dependencies.uuid-1]
optional = true
package = "uuid"
version = "1"

[features]
with-bit-vec-0_6 = ["tokio-postgres/with-bit-vec-0_6", "bit-vec"]
with-chrono-0_4 = ["tokio-postgres/with-chrono-0_4", "chrono"]
with-eui48-0_4 = ["tokio-postgres/with-eui48-0_4", "eui48"]
with-geo-types-0_6 = ["tokio-postgres/with-geo-types-0_6", "geo-types-0_6"]
with-rocket = ["rocket", "deadpool"]
with-serde = ["serde"]
with-serde_json-1 = ["tokio-postgres/with-serde_json-1"]
with-time-0_2 = ["tokio-postgres/with-time-0_2", "time-0_2"]
with-time-0_3 = ["tokio-postgres/with-time-0_3", "time-0_3"]
with-uuid-0_8 = ["tokio-postgres/with-uuid-0_8", "uuid-0_8"]
with-uuid-1 = ["tokio-postgres/with-uuid-1", "uuid-1"]

[package]
authors = ["Thomas Forgione <thomas@forgione.fr>"]
description = "an async ORM for Rust"
edition = "2018"
homepage = "https://ergol-rs.github.io"
license = "MIT OR Apache-2.0"
name = "ergol"
readme = "README.md"
repository = "https://github.com/polymny/ergol/tree/dev/ergol"
version = "0.1.4"