iml-wire-types 0.2.1

Shared types for the IML project
Documentation
[package]
name = "iml-wire-types"
description = "Shared types for the IML project"
license = "MIT"
version = "0.2.1"
authors = ["IML Team <iml@whamcloud.com>"]
edition = "2018"

[dependencies]
bytes = { version = "0.5", optional = true }
im = { version = "14.3", features = ["serde"] }
iml-api-utils = { path = "../iml-api-utils", version = "0.2" }
postgres-types = { version = "0.1.1", optional = true }
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
serde_repr = "0.1"
tokio-postgres = { version = "0.5", optional = true }

[features]
postgres-interop = ["tokio-postgres", "postgres-types", "bytes"]