# 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.3" authors = ["black-binary "] description = "Asynchronous smux multiplexing library" readme = "README.md" license = "MIT" [profile.release] debug = 2 [dependencies.bytes] version = "1.2" [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 = "1.0" [dependencies.tokio] version = "1" features = [ "io-util", "sync", "time", ] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.criterion] version = "0.4" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.pprof] version = "0.11" features = ["flamegraph"] [dev-dependencies.tokio] version = "1" features = ["full"]