# 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 = "monoio-thrift" version = "0.1.4" authors = ["ChiHai "] description = "Thrift for Monoio." readme = "README.md" keywords = [ "async", "thrift", "monoio", ] categories = [ "asynchronous", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/monoio-rs/monoio-thrift" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1" [dependencies.monoio] version = "0.2.0" [dependencies.monoio-codec] version = "0.3.0" [dependencies.num_enum] version = "0.7" [dependencies.smallvec] version = "1" [dependencies.smol_str] version = "0.2" [dependencies.tracing] version = "0.1"