# 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] edition = "2018" name = "rsocket_rust_transport_unix" version = "0.5.3" authors = ["seal <578935869@qq.com>"] description = "Unix Domain Socket RSocket transport implementation." homepage = "https://github.com/rsocket/rsocket-rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rsocket/rsocket-rust" [dependencies.bytes] version = "0.5.4" [dependencies.futures] version = "0.3.5" [dependencies.log] version = "0.4.8" [dependencies.rsocket_rust] version = "0.5.3" features = ["frame"] [dependencies.tokio] version = "0.2.21" features = ["rt-core", "rt-threaded", "uds", "sync", "stream"] default-features = false [dependencies.tokio-util] version = "0.3.1" features = ["codec"] default-features = false