2016-11-02 12:01:08 +00:00
|
|
|
[package]
|
|
|
|
name = "thrift"
|
|
|
|
description = "Rust bindings for the Apache Thrift RPC system"
|
|
|
|
version = "1.0.0"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
|
|
|
|
homepage = "http://thrift.apache.org"
|
|
|
|
documentation = "https://thrift.apache.org"
|
|
|
|
readme = "README.md"
|
|
|
|
exclude = ["Makefile*", "test/**"]
|
|
|
|
keywords = ["thrift"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-03-21 21:34:44 +00:00
|
|
|
byteorder = "~1.2.1"
|
2017-11-29 18:01:16 +00:00
|
|
|
integer-encoding = "~1.0.4"
|
|
|
|
log = "~0.3.8"
|
|
|
|
threadpool = "~1.7.1"
|
|
|
|
try_from = "~0.2.2"
|
2016-11-02 12:01:08 +00:00
|
|
|
|