# 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_multi_reader" version = "0.1.0" description = "SwimOS Stream Aggregator" license = "Apache-2.0" repository = "https://github.com/swimos/swim-rust/" [[bench]] name = "multi_reader_throughput" harness = false [dependencies.bytes] version = "1.3" [dependencies.futures] version = "0.3.25" [dependencies.parking_lot] version = "0.12" [dependencies.slab] version = "0.4" [dependencies.smallvec] version = "1.10" [dependencies.swimos_byte_channel] version = "0.1.0" [dependencies.tokio-util] version = "0.7.4" features = ["codec"] [dependencies.waker-fn] version = "1.1.0" [dev-dependencies.criterion] version = "0.5.1" features = ["async_tokio"] [dev-dependencies.futures] version = "0.3.25" features = [ "io-compat", "compat", ] [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.22" features = [ "rt-multi-thread", "test-util", "macros", ] [dev-dependencies.uuid] version = "1.2"