# 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 = "gudev" version = "0.17.0" authors = ["Hubert Figuière "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust API for gudev, the glib support library for libudev." homepage = "https://github.com/hfiguiere/gudev-rs" readme = "README.md" keywords = [ "ffi", "udev", "glib", ] license = "MIT" repository = "https://github.com/hfiguiere/gudev-rs" [lib] name = "gudev" path = "src/lib.rs" [[example]] name = "enumerator" path = "examples/enumerator.rs" [[example]] name = "monitor" path = "examples/monitor.rs" [dependencies.ffi] version = "^0.14.0" package = "gudev-sys" [dependencies.glib] version = "^0.20.0" [dependencies.libc] version = "0.2"