pbjson-types 0.7.0

Protobuf well known types with serde serialization support
Documentation
[build-dependencies.pbjson-build]
version = "0.7"

[build-dependencies.prost-build]
version = "0.13"

[dependencies.bytes]
version = "1.0"

[dependencies.chrono]
default-features = false
features = ["alloc"]
version = "0.4"

[dependencies.pbjson]
version = "0.7"

[dependencies.prost]
version = "0.13"

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

[dev-dependencies.serde_json]
version = "1.0"

[package]
authors = ["Raphael Taylor-Davies <r.taylordavies@googlemail.com>"]
categories = ["encoding"]
description = "Protobuf well known types with serde serialization support"
edition = "2021"
exclude = ["protos/*"]
keywords = ["protobuf", "json", "serde"]
license = "MIT"
name = "pbjson-types"
repository = "https://github.com/influxdata/pbjson"
version = "0.7.0"