# 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 = "swimos_byte_channel" version = "0.1.0" description = "SwimOS Byte Channel" license = "Apache-2.0" repository = "https://github.com/swimos/swim-rust/" [[bench]] name = "async_throughput" harness = false [dependencies.bytes] version = "1.3" [dependencies.futures] version = "0.3.25" [dependencies.parking_lot] version = "0.12" [dependencies.pin-project] version = "1.0.12" [dependencies.tokio] version = "1.22" features = ["io-util"] [dev-dependencies.criterion] version = "0.5.1" features = ["async_tokio"] [dev-dependencies.futures] version = "0.3.25" [dev-dependencies.futures-util] version = "0.3.25" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.22" features = [ "rt-multi-thread", "test-util", "macros", ] [features] coop = [] default = ["coop"]