# 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-udt" version = "0.1.0-alpha.8" description = """ An implementation of UDP-based Data Transfer Protocol (UDT) based on Tokio primitives """ readme = "README.md" keywords = [ "udt", "udt4", "networking", "transport", "protocol", ] license = "AGPL-3.0" repository = "https://github.com/amatissart/tokio-udt" [dependencies.bytes] version = "1.1" [dependencies.nix] version = "0.24.2" [dependencies.once_cell] version = "1.12" [dependencies.rand] version = "0.8" [dependencies.sha2] version = "0.10.2" [dependencies.socket2] version = "0.4.4" [dependencies.tokio] version = "1.*" features = [ "macros", "net", "io-util", "sync", "time", "rt-multi-thread", ] [dev-dependencies.doc-comment] version = "0.3.3" [target."cfg(target_os=\"linux\")".dependencies.tokio-timerfd] version = "0.2"