blob: de24a5d8af693419368f905d5a38acc886ca9fe6 [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
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
Haibo Huangd32e6ee2020-08-12 13:52:04 -070014edition = "2018"
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -070015name = "protobuf"
Haibo Huang914311b2021-01-07 18:06:15 -080016version = "2.20.0"
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -070017authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
18description = "Rust implementation of Google protocol buffers\n"
19homepage = "https://github.com/stepancheg/rust-protobuf/"
20documentation = "https://github.com/stepancheg/rust-protobuf/blob/master/README.md"
21license = "MIT"
22repository = "https://github.com/stepancheg/rust-protobuf/"
23[package.metadata.docs.rs]
24all-features = true
25
26[lib]
27doctest = false
28bench = false
29[dependencies.bytes]
Haibo Huang914311b2021-01-07 18:06:15 -080030version = "1.0"
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -070031optional = true
32
33[dependencies.serde]
34version = "1.0"
35optional = true
36
37[dependencies.serde_derive]
38version = "1.0"
39optional = true
40
41[features]
42with-bytes = ["bytes"]
43with-serde = ["serde", "serde_derive"]