protobuf-parse 3.0.0-alpha.14

Parse `.proto` files. Files are parsed into a `protobuf::descriptor::FileDescriptorSet` object using either: * pure rust parser (no dependencies) * `protoc` binary (more reliable and compatible with Google's implementation)
Documentation
[[bin]]
name = "parse-and-typecheck"
path = "src/bin/parse-and-typecheck.rs"
test = false
[dependencies.anyhow]
version = "1.0.53"

[dependencies.indexmap]
version = "1.8.0"

[dependencies.log]
version = "0.*"

[dependencies.protobuf]
version = "=3.0.0-alpha.14"

[dependencies.protobuf-support]
version = "=3.0.0-alpha.14"

[dependencies.tempfile]
version = "3.2.0"

[dependencies.thiserror]
version = "1.0.30"

[dependencies.which]
version = "4.0"

[lib]
doctest = false

[package]
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "Parse `.proto` files.\n\nFiles are parsed into a `protobuf::descriptor::FileDescriptorSet` object using either:\n* pure rust parser (no dependencies)\n* `protoc` binary (more reliable and compatible with Google's implementation)\n"
edition = "2021"
homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-parse/"
license = "MIT"
name = "protobuf-parse"
repository = "https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-parse/"
resolver = "2"
version = "3.0.0-alpha.14"
[package.metadata.docs.rs]
all-features = true