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" |
Jens Geyer | e02559f | 2019-10-17 00:11:59 +0200 | [diff] [blame] | 4 | version = "0.14.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" |
Nik Clayton | e791760 | 2020-03-05 11:51:15 +0100 | [diff] [blame] | 16 | integer-encoding = ">=1.1.4" # https://issues.apache.org/jira/browse/THRIFT-5131 |
Danny Browning | ddec431 | 2019-03-08 14:20:41 -0700 | [diff] [blame] | 17 | log = "0.4" |
| 18 | threadpool = "1.7" |