blob: 73269026eee2ae2fe4d86da9547c678562fe6a9e [file] [log] [blame]
Allen George8b96bfb2016-11-02 08:01:08 -04001[package]
2name = "thrift"
3description = "Rust bindings for the Apache Thrift RPC system"
Allen Georgeb0d14132020-03-29 11:48:55 -04004edition = "2018"
Jens Geyer3fc0b8d2021-02-11 23:17:45 +01005version = "0.15.0"
Allen George8b96bfb2016-11-02 08:01:08 -04006license = "Apache-2.0"
7authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
8homepage = "http://thrift.apache.org"
Dirkjan Ochtman70792f22020-12-08 13:46:28 +01009documentation = "https://docs.rs/thrift"
10repository = "https://github.com/apache/thrift/tree/master/lib/rs"
Allen George8b96bfb2016-11-02 08:01:08 -040011readme = "README.md"
Allen Georgef9f037b2018-12-27 13:56:21 -050012exclude = ["Makefile*", "test/**", "*.iml"]
Allen George8b96bfb2016-11-02 08:01:08 -040013keywords = ["thrift"]
14
15[dependencies]
James E. King III93ff9b02019-06-21 17:50:34 -040016byteorder = "1.3"
Lewin Bormann44e8a432021-07-06 07:36:01 +020017integer-encoding = "3.0"
Danny Browningddec4312019-03-08 14:20:41 -070018log = "0.4"
Allen George7ddbcc02020-11-08 09:51:19 -050019ordered-float = "1.0"
Danny Browningddec4312019-03-08 14:20:41 -070020threadpool = "1.7"