1[package]
2name = "thrift"
3description = "Rust bindings for the Apache Thrift RPC system"
4edition = "2018"
5version = "0.14.0"
6license = "Apache-2.0"
7authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
8homepage = "http://thrift.apache.org"
9documentation = "https://docs.rs/thrift"
10repository = "https://github.com/apache/thrift/tree/master/lib/rs"
11readme = "README.md"
12exclude = ["Makefile*", "test/**", "*.iml"]
13keywords = ["thrift"]
14
15[dependencies]
16byteorder = "1.3"
17integer-encoding = ">=1.1.4" # https://issues.apache.org/jira/browse/THRIFT-5131
18log = "0.4"
19ordered-float = "1.0"
20threadpool = "1.7"
21