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" |
Allen George | b0d1413 | 2020-03-29 11:48:55 -0400 | [diff] [blame] | 4 | edition = "2018" |
Jens Geyer | 3fc0b8d | 2021-02-11 23:17:45 +0100 | [diff] [blame] | 5 | version = "0.15.0" |
Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 6 | license = "Apache-2.0" |
| 7 | authors = ["Apache Thrift Developers <dev@thrift.apache.org>"] |
| 8 | homepage = "http://thrift.apache.org" |
Dirkjan Ochtman | 70792f2 | 2020-12-08 13:46:28 +0100 | [diff] [blame] | 9 | documentation = "https://docs.rs/thrift" |
| 10 | repository = "https://github.com/apache/thrift/tree/master/lib/rs" |
Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 11 | readme = "README.md" |
Allen George | f9f037b | 2018-12-27 13:56:21 -0500 | [diff] [blame] | 12 | exclude = ["Makefile*", "test/**", "*.iml"] |
Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 13 | keywords = ["thrift"] |
| 14 | |
| 15 | [dependencies] |
James E. King III | 93ff9b0 | 2019-06-21 17:50:34 -0400 | [diff] [blame] | 16 | byteorder = "1.3" |
Lewin Bormann | 44e8a43 | 2021-07-06 07:36:01 +0200 | [diff] [blame] | 17 | integer-encoding = "3.0" |
Danny Browning | ddec431 | 2019-03-08 14:20:41 -0700 | [diff] [blame] | 18 | log = "0.4" |
Allen George | 7ddbcc0 | 2020-11-08 09:51:19 -0500 | [diff] [blame] | 19 | ordered-float = "1.0" |
Danny Browning | ddec431 | 2019-03-08 14:20:41 -0700 | [diff] [blame] | 20 | threadpool = "1.7" |