thrift 0.23.0

Rust bindings for the Apache Thrift RPC system
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[lib]
name = "thrift"
path = "src/lib.rs"

[dependencies.byteorder]
version = "1.3"

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

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

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

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

[dependencies.uuid]
version = "1"

[dev-dependencies.uuid]
version = "1"
features = ["v4"]