# 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 = "tchannel_rs" version = "0.0.2" authors = ["pwalski "] include = [ "**/*.rs", "/Cargo.toml", "/LICENSE.md", "/README.md", ] description = "Network multiplexing and framing RPC protocol" readme = "README.md" keywords = [ "rpc", "protcol", "networking", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/pwalski/tchannel-rust" resolver = "2" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.async-trait] version = "0.1" [dependencies.atoi] version = "1.0" [dependencies.bb8] version = "0.8" [dependencies.bitflags] version = "1.3" [dependencies.bytes] version = "1.1" [dependencies.derive-new] version = "0.5" [dependencies.derive_builder] version = "0.11" [dependencies.futures] version = "0.3" features = ["std"] [dependencies.getset] version = "0.1" [dependencies.log] version = "0.4" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.serde_json] version = "1.0" optional = true [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0" [dependencies.thrift_proto] version = "0.15" optional = true package = "thrift" [dependencies.tokio] version = "1.17" features = [ "rt-multi-thread", "net", ] [dependencies.tokio-macros] version = "1.7" [dependencies.tokio-stream] version = "0.1" features = ["tokio-util"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.serial_test] version = "0.6" [dev-dependencies.test-case] version = "2.0" [dev-dependencies.tokio] version = "1.17" features = [ "macros", "test-util", ] [dev-dependencies.tokio-test] version = "0.4" [features] json = ["dep:serde_json"] thrift = ["dep:thrift_proto"]