blob: 4f2b4c82c252d0542ae525a07cdc8964e80cd4f0 [file] [log] [blame]
[package]
name = "thrift"
description = "Rust bindings for the Apache Thrift RPC system"
edition = "2018"
version = "0.14.0"
license = "Apache-2.0"
authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
homepage = "http://thrift.apache.org"
documentation = "https://docs.rs/thrift"
repository = "https://github.com/apache/thrift/tree/master/lib/rs"
readme = "README.md"
exclude = ["Makefile*", "test/**", "*.iml"]
keywords = ["thrift"]
[dependencies]
byteorder = "1.3"
integer-encoding = ">=1.1.4" # https://issues.apache.org/jira/browse/THRIFT-5131
log = "0.4"
ordered-float = "1.0"
threadpool = "1.7"