# 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 = "2021" name = "protobuf-convert" version = "0.5.0" authors = [ "The Exonum Team ", "Witnet Foundation ", ] description = "Macros for convenient serialization of Rust data structures into/from Protocol Buffers" documentation = "https://docs.rs/protobuf-convert" readme = "README.md" keywords = [ "protobuf", "macro", ] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/witnet/protobuf-convert" resolver = "2" [lib] proc-macro = true [dependencies.darling] version = "0.14" [dependencies.heck] version = "0.4" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.semver] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.syn] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.protobuf] version = "3" [build-dependencies.protobuf-codegen] version = "3"