# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "tokio-serde-bincode" version = "0.2.1" authors = ["Carl Lerche ", "Alex Crichton ", "Antoni Boucher ", "Luben Karavelov "] description = "Tokio bindings to quickly turn a stream of bytes to a stream of\nparsed/serialized items using the bincode format.\n" homepage = "https://github.com/luben/tokio-serde-bincode" documentation = "https://docs.rs/tokio-serde-bincode" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/luben/tokio-serde-bincode" [dependencies.bincode] version = "1.0" [dependencies.bytes] version = "0.4" [dependencies.futures] version = "0.1" [dependencies.serde] version = "1.0" [dependencies.tokio-serde] version = "0.3" [dev-dependencies.serde_derive] version = "1" [dev-dependencies.tokio] version = "0.1" [features] i128 = ["bincode/i128"]