Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 1 | [package] |
| 2 | name = "thrift" |
| 3 | description = "Rust bindings for the Apache Thrift RPC system" |
jfarrell | 384647d | 2018-10-16 22:36:46 -0400 | [diff] [blame] | 4 | version = "0.12.0" |
Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 5 | license = "Apache-2.0" |
| 6 | authors = ["Apache Thrift Developers <dev@thrift.apache.org>"] |
| 7 | homepage = "http://thrift.apache.org" |
| 8 | documentation = "https://thrift.apache.org" |
| 9 | readme = "README.md" |
| 10 | exclude = ["Makefile*", "test/**"] |
| 11 | keywords = ["thrift"] |
| 12 | |
| 13 | [dependencies] |
Josh | dab4529 | 2018-03-21 14:34:44 -0700 | [diff] [blame] | 14 | byteorder = "~1.2.1" |
James E. King, III | 44426c9 | 2017-11-29 13:01:16 -0500 | [diff] [blame] | 15 | integer-encoding = "~1.0.4" |
| 16 | log = "~0.3.8" |
| 17 | threadpool = "~1.7.1" |
| 18 | try_from = "~0.2.2" |
Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 19 | |