# 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 = "udevrs" version = "0.3.0" authors = ["udev Rust Developers"] description = "Pure Rust implementation of the user-land udev library" readme = "README.md" keywords = [ "udev", "devfs", "linux", "unix", ] categories = [ "filesystem", "os", "os::linux-apis", "os::unix-apis", ] license = "LGPL-2.0-or-later" repository = "https://github.com/cr8t/udev" [dependencies.bitflags] version = "2.4" [dependencies.glob] version = "0.3" [dependencies.heapless] version = "0.7" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.27" features = ["ioctl"] [dev-dependencies.env_logger] version = "0.10"