mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
f9f037bd5a
Client: rs
20 lines
485 B
TOML
20 lines
485 B
TOML
[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/**", "*.iml"]
|
|
keywords = ["thrift"]
|
|
|
|
[dependencies]
|
|
byteorder = "~1.2.1"
|
|
integer-encoding = "~1.0.4"
|
|
log = "~0.3.8"
|
|
threadpool = "~1.7.1"
|
|
try_from = "~0.2.2"
|
|
|