# 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-gen" version = "0.0.17" authors = [ "Rajat Goel ", "Nipunn Koorapati ", "Parker Timmerman ", ] include = [ "src/**/*.rs", "README.md", "LICENSE", "proto", ] description = "A protobuf binding generation framework 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-gen" [dependencies.indexmap] version = "2.0.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.pb-jelly] version = "0.0.17" [dependencies.tempfile] version = "3.1.0" optional = true [dependencies.walkdir] version = "2" optional = true [features] default = ["generate"] generate = [ "walkdir", "tempfile", ]