blob: ed32179af2bae778f33f314d0edc00af31fc8880 [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"
Allen Georgef9f037b2018-12-27 13:56:21 -050010exclude = ["Makefile*", "test/**", "*.iml"]
Allen George8b96bfb2016-11-02 08:01:08 -040011keywords = ["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