blob: 0626da8dfc3348427fef13f06b7e46d030fffc9f [file] [log] [blame]
Allen George8b96bfb2016-11-02 08:01:08 -04001[package]
2name = "thrift"
3description = "Rust bindings for the Apache Thrift RPC system"
Jens Geyere02559f2019-10-17 00:11:59 +02004version = "0.14.0"
Allen George8b96bfb2016-11-02 08:01:08 -04005license = "Apache-2.0"
6authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
7homepage = "http://thrift.apache.org"
8documentation = "https://thrift.apache.org"
9readme = "README.md"
Allen Georgef9f037b2018-12-27 13:56:21 -050010exclude = ["Makefile*", "test/**", "*.iml"]
Allen George8b96bfb2016-11-02 08:01:08 -040011keywords = ["thrift"]
12
13[dependencies]
James E. King III93ff9b02019-06-21 17:50:34 -040014ordered-float = "1.0"
15byteorder = "1.3"
Nik Claytone7917602020-03-05 11:51:15 +010016integer-encoding = ">=1.1.4" # https://issues.apache.org/jira/browse/THRIFT-5131
Danny Browningddec4312019-03-08 14:20:41 -070017log = "0.4"
18threadpool = "1.7"