iml-wire-types 0.2.1

Shared types for the IML project
Documentation
[dependencies.bytes]
optional = true
version = "0.5"

[dependencies.im]
features = ["serde"]
version = "14.3"

[dependencies.iml-api-utils]
version = "0.2"

[dependencies.postgres-types]
optional = true
version = "0.1.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_repr]
version = "0.1"

[dependencies.tokio-postgres]
optional = true
version = "0.5"

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

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