# 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 = "ifcfg-devname" version = "1.1.1" authors = ["Jan Macku "] build = false exclude = [ "./.codecov.yml", "./mergify.yml", "/target/*", "/.github/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Udev helper utility that provides network interface naming" readme = "README.md" keywords = [ "ifcfg", "udev", ] categories = [] license = "GPL-3.0" repository = "https://github.com/fedora-sysv/ifcfg-devname" [lib] name = "ifcfg_devname" path = "src/lib.rs" [[bin]] name = "ifcfg-devname" path = "src/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.glob] version = "0.3.1" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.mac_address] version = "1.1.7" [dependencies.regex] version = "1.10.6" [dependencies.stderrlog] version = "0.6.0" [dependencies.syslog] version = "^6.1.0" [dev-dependencies.assert_cmd] version = "2.0.15" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.serde] version = "1.0.204" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.107"