# 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 = "sysnet" version = "0.1.1" description = "Tool to get system and network info for your machine" license-file = "LICENSE" repository = "https://github.com/matteyeux/sysnet" resolver = "2" [dependencies.clap] version = "3.2.1" features = ["derive"] [dependencies.ipnetwork] version = "0.19.0" [dependencies.pnet] version = "0.31.0" [dependencies.pnet_datalink] version = "0.31.0" [dependencies.sysinfo] version = "0.24.3"