# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ipwatch" version = "0.1.0" authors = ["Mike Schmidt "] description = "A tool for restarting services on IP change." license = "MIT" repository = "https://github.com/schmidmt/ipwatch" [dependencies.clap] version = "2.32.0" [dependencies.env_logger] version = "0.6.0" [dependencies.failure] version = "0.1.5" [dependencies.futures] version = "0.1.25" [dependencies.log] version = "0.4.6" [dependencies.netlink-packet] version = "0.1" features = ["rtnetlink"] [dependencies.netlink-proto] version = "0.1" features = ["rtnetlink"] [dependencies.netlink-sys] version = "0.1" features = ["tokio_support"] [dependencies.regex] version = "1" [dependencies.subprocess] version = "0.1.18" [dependencies.tokio] version = "0.1.13" [dependencies.tokio-reactor] version = "0.1.7"