summaryrefslogtreecommitdiff
path: root/lib/rs/Cargo.toml
blob: 5f8f5e8cecff61b5597fe5cfa052319e5f49091b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "thrift"
description = "Rust bindings for the Apache Thrift RPC system"
version = "1.0.0"
license = "Apache-2.0"
authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
homepage = "http://thrift.apache.org"
documentation = "https://thrift.apache.org"
readme = "README.md"
exclude = ["Makefile*", "test/**"]
keywords = ["thrift"]

[dependencies]
byteorder = "~1.1.0"
integer-encoding = "~1.0.4"
log = "~0.3.8"
threadpool = "~1.7.1"
try_from = "~0.2.2"