# 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 = "connection-utils" version = "0.8.0" authors = ["Oleg Solomka "] description = "Connection related utilities." homepage = "https://github.com/legomushroom/connection-util-rs" readme = "README.md" license = "MIT" repository = "https://github.com/legomushroom/connection-util-rs" [package.metadata.docs.rs] features = ["all"] [lib] bench = false [[bench]] name = "divide_channel" path = "benches/divide_channel_bench.rs" harness = false [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.cs-trace] version = "0.12" [dependencies.cs-utils] version = "0.21" features = [ "async", "traits", ] [dependencies.futures] version = "0.3" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.bytes] version = "1" [dev-dependencies.criterion] version = "^0.3.0" features = [ "async_tokio", "html_reports", ] [dev-dependencies.rstest] version = "0.15.0" [dev-dependencies.tokio] version = "1" features = ["full"] [features] all = ["test"] test = []