blob: be34785afbb57904f05e02237f741ff10594a6ca [file] [log] [blame]
Allen George8b96bfb2016-11-02 08:01:08 -04001[package]
2name = "thrift"
3description = "Rust bindings for the Apache Thrift RPC system"
4version = "1.0.0"
5license = "Apache-2.0"
6authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
7homepage = "http://thrift.apache.org"
8documentation = "https://thrift.apache.org"
9readme = "README.md"
10exclude = ["Makefile*", "test/**"]
11keywords = ["thrift"]
12
13[dependencies]
Allen George0e22c362017-01-30 07:15:00 -050014byteorder = "0.5.3"
Allen George8b96bfb2016-11-02 08:01:08 -040015integer-encoding = "1.0.3"
16log = "~0.3.6"
Allen George0e22c362017-01-30 07:15:00 -050017threadpool = "1.0"
Allen George8b96bfb2016-11-02 08:01:08 -040018try_from = "0.2.0"
19