# 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 = "2018" name = "roameo" version = "0.2.1" description = "Test state of current network interfaces against command line options." readme = "README.md" license = "GPL-3.0-only" [dependencies.clap] version = "3.1" [dependencies.env_logger] version = "0.9" [dependencies.exitcode] version = "1.1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.network-interface] version = "0.1" [dependencies.nix] version = "0.24" features = ["net"] [dependencies.socket2] version = "0.4"