# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "pb-jelly" version = "0.0.16" authors = [ "Rajat Goel ", "Nipunn Koorapati ", "Parker Timmerman ", ] description = "A protobuf runtime for the Rust language developed at Dropbox" homepage = "https://github.com/dropbox/pb-jelly" readme = "README.md" keywords = [ "google", "protobuf", "proto", "dropbox", ] categories = [ "encoding", "parsing", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/dropbox/pb-jelly/tree/main/pb-jelly" [dependencies.byteorder] version = "1.4" [dependencies.bytes] version = "1.0" [dependencies.compact_str] version = "0.5" features = ["bytes"] [dependencies.serde] version = "1.0" features = ["derive"]