# 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 = "prefixdevname" version = "0.2.0" authors = ["Michal Sekletar "] exclude = [ "/target/*", "/.github/*", ] description = "Udev helper utility that provides network interface naming using user defined prefix" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/msekletar/prefixdevname" [dependencies.env_logger] version = "0.9.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.137" [dependencies.libudev] version = "0.3" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.7.0" [dependencies.rust-ini] version = "0.18.0"