blob: 69da0f39957f3bfb4fa166bc95316ab9002cebdf [file] [log] [blame]
Allen George8b96bfb2016-11-02 08:01:08 -04001[package]
2name = "thrift"
3description = "Rust bindings for the Apache Thrift RPC system"
James E. King III8935c982019-01-25 00:41:17 -05004version = "0.13.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"
16integer-encoding = "1.0"
Danny Browningddec4312019-03-08 14:20:41 -070017log = "0.4"
18threadpool = "1.7"