azure-functions-shared 0.2.1

Implementations shared between the azure-functions-codegen and azure-functions crates.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "azure-functions-shared"
version = "0.2.1"
authors = ["Peter Huene <peterhuene@protonmail.com>"]
description = "Implementations shared between the azure-functions-codegen and azure-functions crates."
license = "MIT"
repository = "https://github.com/peterhuene/azure-functions-rs/"
[package.metadata.docs.rs]
features = ["cached_protobufs"]
[dependencies.azure-functions-shared-codegen]
version = "0.2.1"

[dependencies.futures]
version = "0.1.16"

[dependencies.grpcio]
version = "0.3.0"

[dependencies.protobuf]
version = "2.0.0"

[dependencies.serde]
version = "1.0.66"

[dependencies.serde_derive]
version = "1.0.66"
[build-dependencies.protoc-grpcio]
version = "0.2.0"

[build-dependencies.reqwest]
version = "0.8.6"

[features]
cached_protobufs = []
default = []