1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14name = "protobuf-support"
15version = "3.2.0"
16authors = ["Stepan Koltsov <[email protected]>"]
17description = """
18Code supporting protobuf implementation. None of code in this crate is public API.
19"""
20homepage = "https://github.com/stepancheg/rust-protobuf/"
21documentation = "https://github.com/stepancheg/rust-protobuf/blob/master/README.md"
22readme = "README.md"
23license = "MIT"
24repository = "https://github.com/stepancheg/rust-protobuf/"
25
26[package.metadata.docs.rs]
27all-features = true
28
29[lib]
30bench = false
31
32[dependencies.thiserror]
33version = "1.0.30"
34
35[features]
36