# 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] name = "udev" version = "0.9.1" authors = [ "David Cuddeback ", "Victoria Brekenfeld ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "libudev bindings for Rust" homepage = "https://github.com/Smithay/udev-rs" documentation = "http://docs.rs/udev/" readme = "README.md" keywords = [ "udev", "hardware", "bindings", "sysfs", ] license = "MIT" repository = "https://github.com/Smithay/udev-rs" [lib] name = "udev" path = "src/lib.rs" [[example]] name = "list_devices" path = "examples/list_devices.rs" [[example]] name = "monitor" path = "examples/monitor.rs" [dependencies.io-lifetimes] version = "1.0.3" [dependencies.libc] version = "0.2" [dependencies.libudev-sys] version = "0.1.4" [dependencies.mio06] version = "^0.6.21" optional = true package = "mio" [dependencies.mio07] version = "0.7" features = ["os-ext"] optional = true package = "mio" [dependencies.mio08] version = "0.8" features = ["os-ext"] optional = true package = "mio" [dependencies.mio10] version = "1.0" features = ["os-ext"] optional = true package = "mio" [build-dependencies.pkg-config] version = "0.3.3" [features] hwdb = [] mio = ["mio10"]