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" |
| 4 | version = "1.0.0" |
| 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] |
| 14 | integer-encoding = "1.0.3" |
| 15 | log = "~0.3.6" |
| 16 | byteorder = "0.5.3" |
| 17 | try_from = "0.2.0" |
| 18 | |