thrift/lib/rs/Cargo.toml
Jens Geyer e02559fd46 bump version
This closes #1899
2019-10-17 20:31:24 +02:00

19 lines
475 B
TOML

[package]
name = "thrift"
description = "Rust bindings for the Apache Thrift RPC system"
version = "0.14.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/**", "*.iml"]
keywords = ["thrift"]
[dependencies]
ordered-float = "1.0"
byteorder = "1.3"
integer-encoding = "1.0"
log = "0.4"
threadpool = "1.7"