# 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 = "cross-socket-deps" version = "0.8.0" authors = ["shellrow "] description = "cross-socket-deps is a helper crate for the cross-socket library, managing OS-specific dependencies to ensure seamless cross-platform functionality" readme = "README.md" keywords = [ "network", "packet", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/shellrow/cross-socket" [dependencies.home] version = "0.5" [dependencies.inquire] version = "0.6" [dependencies.privilege] version = "0.3" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.sha2] version = "0.10" [dependencies.zip] version = "0.6" [target."cfg(windows)".dependencies.winreg] version = "0.50"