# 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] edition = "2018" name = "azure-functions-shared" version = "0.11.0" authors = ["Peter Huene "] description = "Implementations shared between the azure-functions-codegen and azure-functions crates." homepage = "https://functions.rs" license = "MIT" repository = "https://github.com/peterhuene/azure-functions-rs/" [dependencies.azure-functions-shared-codegen] version = "0.11.0" [dependencies.bytes] version = "0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.proc-macro2] version = "1.0.6" [dependencies.prost] version = "0.5" [dependencies.prost-types] version = "0.5" [dependencies.quote] version = "1.0.2" [dependencies.serde] version = "1.0.102" features = ["derive"] [dependencies.serde_json] version = "1.0.41" [dependencies.syn] version = "1.0.7" features = ["full"] [dependencies.tonic] version = "0.1.0-alpha.5" [build-dependencies.tonic-build] version = "0.1.0-alpha.3" [features] compile_protobufs = [] default = [] unstable = ["azure-functions-shared-codegen/unstable"]