]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/thrift/lib/rs/Cargo.toml
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / jaegertracing / thrift / lib / rs / Cargo.toml
CommitLineData
f67539c2
TL
1[package]
2name = "thrift"
3description = "Rust bindings for the Apache Thrift RPC system"
4version = "0.13.0"
5license = "Apache-2.0"
6authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
7homepage = "http://thrift.apache.org"
8documentation = "https://thrift.apache.org"
9readme = "README.md"
10exclude = ["Makefile*", "test/**", "*.iml"]
11keywords = ["thrift"]
12
13[dependencies]
14ordered-float = "1.0"
15byteorder = "1.3"
16integer-encoding = "1.0"
17log = "0.4"
18threadpool = "1.7"