# 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 = "proto-mapper" version = "0.1.2" authors = ["Fotis Paschos"] description = "A Macro library for easier mapping between custom models and proto generated code" homepage = "https://github.com/fpaschos/proto-mapper" readme = "README.md" keywords = [ "macros", "protobuf", "prost", ] categories = [ "development-tools", "rust-patterns", ] license = "MIT" repository = "https://github.com/fpaschos/proto-mapper" [lib] [dependencies.anyhow] version = "1.0.75" [dependencies.proto-mapper-derive] version = "0.1.2" [dev-dependencies.prost] version = "0.12.1" [dev-dependencies.protobuf] version = "3.3.0" [dev-dependencies.uuid] version = "1.5.0" features = ["v4"] [build-dependencies.prost-build] version = "0.12.1" [build-dependencies.protobuf-codegen] version = "3.3.0" [features] prost = ["proto-mapper-derive/prost"] protobuf = ["proto-mapper-derive/protobuf"]