# 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 = "sfo-net-utils" version = "0.1.1" description = "A collection of network utilities" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/wugren/sfo-net-utils.git" [dependencies.c_linked_list] version = "1.1.1" [dependencies.libc] version = "0.2.153" [dependencies.log] version = "0.4.21" [target."cfg(windows)".dependencies.ipconfig] version = "0.3.2" [target."cfg(windows)".dependencies.winapi] version = "0.3.6" features = [ "psapi", "shellapi", "mswsock", "ws2ipdef", ]