# 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 = "length-prefixed-stream" version = "1.0.0" description = "decode a byte stream of varint length-encoded messages into a stream of chunks" homepage = "https://github.com/substack/length-prefixed-stream.rs" readme = "readme.md" license = "BSD-3-Clause" repository = "https://github.com/substack/length-prefixed-stream.rs" [dependencies.async-std] version = "1.9.0" [dependencies.desert] version = "2.0.0" [dependencies.futures] version = "0.3.12" [dependencies.futures-core] version = "0.3.12" [dependencies.pin-project-lite] version = "0.2.4"