# 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 = "ip-roam" version = "0.2.2" authors = ["karin0 "] description = "Monitor changes of local IPv4 addresses on Linux" readme = "README.md" license = "MIT" repository = "https://github.com/karin0/ip-roam" [dependencies.futures] version = "0.3" [dependencies.netlink-packet-core] version = "0.7" [dependencies.netlink-packet-route] version = "0.17" [dependencies.netlink-proto] version = "0.11" [dependencies.rtnetlink] version = "0.13" [dev-dependencies.tokio] version = "1.33" features = [ "rt", "macros", ]