# 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 = "futures-loco-protocol" version = "0.4.0" authors = ["storycraft "] description = "Asynchronous Loco protocol stream for futures" readme = "readme.md" keywords = [ "loco", "protocol", "futures", ] license = "MIT" repository = "https://github.com/storycraft/futures-loco-protocol/" [dependencies.flume] version = "0.11.0" [dependencies.futures-core] version = "0.3.28" [dependencies.futures-io] version = "0.3.28" [dependencies.getrandom] version = "0.2.3" optional = true [dependencies.loco-protocol] version = "6.5.0" [dependencies.nohash-hasher] version = "0.2.0" [dependencies.oneshot] version = "0.1.6" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.rand] version = "0.8.5" [features] wasm = [ "loco-protocol/wasm", "getrandom", "getrandom/js", ] [badges.maintenance] status = "passively-maintained"