blob: 07c5e6754d53b1c2e7202bdfeb5e96b79bdb7987 [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]
14integer-encoding = "1.0.3"
15log = "~0.3.6"
16byteorder = "0.5.3"
17try_from = "0.2.0"
18