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" |
James E. King III | 8935c98 | 2019-01-25 00:41:17 -0500 | [diff] [blame] | 4 | version = "0.13.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" |
Allen George | f9f037b | 2018-12-27 13:56:21 -0500 | [diff] [blame] | 10 | exclude = ["Makefile*", "test/**", "*.iml"] |
Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 11 | keywords = ["thrift"] |
| 12 | |
| 13 | [dependencies] |
James E. King III | 93ff9b0 | 2019-06-21 17:50:34 -0400 | [diff] [blame] | 14 | ordered-float = "1.0" |
| 15 | byteorder = "1.3" |
| 16 | integer-encoding = "1.0" |
Danny Browning | ddec431 | 2019-03-08 14:20:41 -0700 | [diff] [blame] | 17 | log = "0.4" |
| 18 | threadpool = "1.7" |