mirror of https://github.com/grpc/grpc-dart.git
26 lines
500 B
YAML
26 lines
500 B
YAML
name: grpc
|
|
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
|
|
|
|
version: 2.2.0
|
|
|
|
author: Dart Team <misc@dartlang.org>
|
|
homepage: https://github.com/dart-lang/grpc-dart
|
|
|
|
environment:
|
|
sdk: '>=2.2.0 <3.0.0'
|
|
|
|
dependencies:
|
|
async: ^2.2.0
|
|
crypto: ^2.1.5
|
|
googleapis_auth: ^0.2.7
|
|
meta: ^1.1.6
|
|
http: ^0.12.0
|
|
http2: ^1.0.0
|
|
|
|
dev_dependencies:
|
|
build_runner: ^1.5.2
|
|
build_test: ^0.10.8
|
|
build_web_compilers: ^2.1.1
|
|
mockito: ^4.1.0
|
|
test: ^1.6.4
|