thrift 0.16.0

Rust bindings for the Apache Thrift RPC system
Documentation
[dependencies.byteorder]
version = "1.3"

[dependencies.integer-encoding]
version = "3.0"

[dependencies.log]
optional = true
version = "0.4"

[dependencies.ordered-float]
version = "1.0"

[dependencies.threadpool]
optional = true
version = "1.7"

[features]
default = ["server"]
server = ["threadpool", "log"]

[package]
authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
description = "Rust bindings for the Apache Thrift RPC system"
documentation = "https://docs.rs/thrift"
edition = "2018"
exclude = ["Makefile*", "test/**", "*.iml"]
homepage = "http://thrift.apache.org"
keywords = ["thrift"]
license = "Apache-2.0"
name = "thrift"
readme = "README.md"
repository = "https://github.com/apache/thrift/tree/master/lib/rs"
version = "0.16.0"