# 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 = "tokio-bincodec" version = "0.1.0" authors = ["fantasyzhjk "] description = "A fork of `tokio-bincode`" documentation = "https://docs.rs/tokio-bincodec" readme = "README.md" keywords = [ "networking", "bincode", "futures", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/fantasyzhjk/tokio-bincodec" [dependencies.bincode] version = "1.3" [dependencies.bytes] version = "1.3" [dependencies.serde] version = "1.0" [dependencies.tokio-util] version = "0.7.4" features = ["codec"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.serde_derive] version = "1.0.147" [dev-dependencies.tokio] version = "1.22.0" features = ["full"] [dev-dependencies.tokio-stream] version = "0.1.11"