26 lines
652 B
TOML
26 lines
652 B
TOML
[package]
|
|
|
|
name = "protobuf-json-mapping"
|
|
version = "3.2.0"
|
|
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
homepage = "https://github.com/stepancheg/rust-protobuf/"
|
|
repository = "https://github.com/stepancheg/rust-protobuf/"
|
|
documentation = "https://github.com/stepancheg/rust-protobuf/blob/master/README.md"
|
|
description = """
|
|
JSON mapping for Protocol Buffers messages.
|
|
"""
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
thiserror = "1.0.30"
|
|
|
|
protobuf = { path = "../protobuf", version = "=3.2.0" }
|
|
protobuf-support = { path = "../protobuf-support", version = "=3.2.0" }
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|