blob: e79198dc66572395bd48259dd111596b41547676 [file] [log] [blame]
Allen George8b96bfb2016-11-02 08:01:08 -04001[package]
2name = "thrift"
3description = "Rust bindings for the Apache Thrift RPC system"
jfarrell384647d2018-10-16 22:36:46 -04004version = "0.12.0"
Allen George8b96bfb2016-11-02 08:01:08 -04005license = "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]
Joshdab45292018-03-21 14:34:44 -070014byteorder = "~1.2.1"
James E. King, III44426c92017-11-29 13:01:16 -050015integer-encoding = "~1.0.4"
16log = "~0.3.8"
17threadpool = "~1.7.1"
18try_from = "~0.2.2"
Allen George8b96bfb2016-11-02 08:01:08 -040019