# 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 = "network-manager-connection-action" version = "1.3.1" authors = ["Hugues Morisset "] description = "Execute commands on connections change using DBus network manager events" homepage = "https://github.com/izissise/network-manager-connection-action" readme = "README.md" keywords = [ "systemd", "automation", "networking", "utility", "system", ] categories = [ "config", "os::linux-apis", ] license = "BSD-2-Clause" repository = "https://github.com/izissise/network-manager-connection-action" [dependencies.anyhow] version = "1" [dependencies.clap] version = "2.33.0" [dependencies.dbus] version = "0.9" features = ["futures"] [dependencies.dbus-tokio] version = "0.7" [dependencies.env_logger] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "time", "macros", "rt-multi-thread", "process", ] [dependencies.toml] version = "0.5" [dev-dependencies.cargo-husky] version = "1.5.0" features = [ "prepush-hook", "run-cargo-test", "run-cargo-check", "run-cargo-clippy", "run-cargo-fmt", ] default-features = false