[package]
edition = "2018"
name = "brpc-sys"
version = "0.1.0"
authors = ["Yiming Jing <jingyiming@baidu.com>"]
build = "build.rs"
description = "The Rust FFI bindings of Apache BRPC"
homepage = "https://github.com/mesalock-linux/brpc-rs"
readme = "README.md"
keywords = ["rpc", "rust"]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/mesalock-linux/brpc-rs"
[dependencies.bytes]
version = "0.4.12"
[dependencies.cc]
version = "1.0.38"
[dependencies.libc]
version = "0.2"
[build-dependencies.cc]
version = "1.0"