# 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.8.0" authors = [ "David Cuddeback ", "Victoria Brekenfeld ", ] 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" [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" [build-dependencies.pkg-config] version = "0.3.3" [features] hwdb = [] mio = ["mio08"]