blob: 674a4c31713e78b39b33b37a96cdd499082aac10 [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 Geyere02559f2019-10-17 00:11:59 +02005version = "0.14.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"
9documentation = "https://thrift.apache.org"
10readme = "README.md"
Allen Georgef9f037b2018-12-27 13:56:21 -050011exclude = ["Makefile*", "test/**", "*.iml"]
Allen George8b96bfb2016-11-02 08:01:08 -040012keywords = ["thrift"]
13
14[dependencies]
James E. King III93ff9b02019-06-21 17:50:34 -040015ordered-float = "1.0"
16byteorder = "1.3"
Nik Claytone7917602020-03-05 11:51:15 +010017integer-encoding = ">=1.1.4" # https://issues.apache.org/jira/browse/THRIFT-5131
Danny Browningddec4312019-03-08 14:20:41 -070018log = "0.4"
19threadpool = "1.7"