blob: 005d7bf393143c4f387c9242c5372b091f6d2443 [file] [log] [blame]
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -07001# 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
Joel Galensonf9dc51b2021-08-09 10:39:22 -07006# to registry (e.g., crates.io) dependencies.
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -07007#
Joel Galensonf9dc51b2021-08-09 10:39:22 -07008# 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.
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -070011
12[package]
Haibo Huangd32e6ee2020-08-12 13:52:04 -070013edition = "2018"
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -070014name = "protobuf"
Joel Galenson14e56e02021-09-22 11:15:11 -070015version = "2.25.1"
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -070016authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
17description = "Rust implementation of Google protocol buffers\n"
18homepage = "https://github.com/stepancheg/rust-protobuf/"
19documentation = "https://github.com/stepancheg/rust-protobuf/blob/master/README.md"
20license = "MIT"
21repository = "https://github.com/stepancheg/rust-protobuf/"
22[package.metadata.docs.rs]
23all-features = true
24
25[lib]
26doctest = false
27bench = false
28[dependencies.bytes]
Haibo Huang914311b2021-01-07 18:06:15 -080029version = "1.0"
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -070030optional = true
31
32[dependencies.serde]
33version = "1.0"
Haibo Huangca95bfd2021-02-09 17:48:30 -080034features = ["derive"]
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -070035optional = true
36
37[dependencies.serde_derive]
38version = "1.0"
39optional = true
40
41[features]
42with-bytes = ["bytes"]
43with-serde = ["serde", "serde_derive"]