# 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-tfo" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TCP Fast Open (TFO) in Rust for tokio" documentation = "https://docs.rs/tokio-tfo" readme = "README.md" keywords = [ "tokio", "tfo", "network", "tcp", ] license = "MIT" repository = "https://github.com/zonyitoo/tokio-tfo" [lib] name = "tokio_tfo" path = "src/lib.rs" [[example]] name = "client" path = "examples/client.rs" [[test]] name = "from_listener" path = "tests/from_listener.rs" [[test]] name = "custom_echo" path = "tests/custom_echo.rs" [[test]] name = "echo" path = "tests/echo.rs" [dependencies.cfg-if] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2.94" [dependencies.log] version = "0.4" [dependencies.pin-project] version = "1.0" [dependencies.socket2] version = "0.5.3" features = ["all"] [dependencies.tokio] version = "1.9.0" features = [ "io-util", "macros", "net", "rt", "sync", "time", ] [target."cfg(windows)".dependencies.once_cell] version = "1.8" [target."cfg(windows)".dependencies.windows-sys] version = "0.52" features = [ "Win32_Foundation", "Win32_System_IO", "Win32_Networking_WinSock", ]