# 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 = "async_smux" version = "0.3.4" authors = ["black-binary "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Asynchronous smux multiplexing library" readme = "README.md" license = "MIT" [profile.release] debug = 2 [lib] name = "async_smux" path = "src/lib.rs" [[example]] name = "echo" path = "examples/echo.rs" [[bench]] name = "bench" path = "benches/bench.rs" [dependencies.bytes] version = "1.9" [dependencies.futures] version = "0.3" [dependencies.futures-sink] version = "0.3" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.pin-project] version = "1.1" [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "2.0" [dependencies.tokio] version = "1" features = [ "io-util", "sync", "time", ] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.pprof] version = "0.14" features = ["flamegraph"] [dev-dependencies.tokio] version = "1" features = ["full"]