# 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_smux" version = "0.2.0" authors = ["Yadong Ouyang "] description = "Smux protocol in Rust. Provide multiplexing for reliable streams." documentation = "https://docs.rs/tokio_smux" readme = "README.md" keywords = [ "smux", "tokio", "multiplexing", "muxing", ] license = "MIT" repository = "https://github.com/oyyd/tokio_smux" [[example]] name = "client" [[example]] name = "server" [dependencies.byteorder] version = "1.5" [dependencies.dashmap] version = "5.5" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.35" features = [ "net", "rt", "macros", "io-util", "sync", "time", ] [dev-dependencies.tokio] version = "1.35" features = ["rt-multi-thread"]