# 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 = "utp-socket" version = "0.1.0" authors = ["Oskar Nehlin"] description = "Socket used for uTP communication with io-uring support" homepage = "https://github.com/Nehliin/vortex" license = "BSD-3-Clause" repository = "https://github.com/Nehliin/vortex" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.26" features = [ "time", "sync", "macros", ] [dependencies.tokio-uring] version = "0.4.0" features = [ "bytes", "bytes", ] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.tokio-stream] version = "0.1.10"