blob: 5f8f5e8cecff61b5597fe5cfa052319e5f49091b [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]
James E. King, III44426c92017-11-29 13:01:16 -050014byteorder = "~1.1.0"
15integer-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