# 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 = "2018" name = "thrift" version = "0.17.0" authors = ["Apache Thrift Developers "] exclude = [ "Makefile*", "test/**", "*.iml", ] 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" [dependencies.byteorder] version = "1.3" [dependencies.integer-encoding] version = "3.0.3" [dependencies.log] version = "0.4" optional = true [dependencies.ordered-float] version = "2.0" [dependencies.threadpool] version = "1.7" optional = true [features] default = ["server"] server = [ "threadpool", "log", ]