# 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 = "dontfrag" version = "1.0.1" authors = ["N. Nattis "] description = "Library for setting Don't Fragment option (DF) on UDP sockets" homepage = "https://github.com/nicbn/dontfrag-rs" readme = "README.md" keywords = [ "api", "udp", ] categories = [ "api-bindings", "network-programming", "os", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nicbn/dontfrag-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cfg-if] version = "1.0.0" [dependencies.tokio] version = "1.35.0" features = ["net"] optional = true [target."cfg(unix)".dependencies.libc] version = "0.2.150" [target."cfg(windows)".dependencies.windows-sys] version = "0.52.0" features = ["Win32_Networking_WinSock"]