# 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.16.0" authors = ["Hubert Figuière "] 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" [dependencies.ffi] version = "^0.13.0" package = "gudev-sys" [dependencies.glib] version = "^0.19.0" [dependencies.libc] version = "0.2"