# 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-sys" version = "0.13.0" authors = ["Hubert Figuière "] build = "build.rs" links = "gudev" description = "Rust ffi interface for gudev, the glib support library for libudev." homepage = "https://github.com/hfiguiere/gudev-rs" keywords = [ "ffi", "udev", "glib", ] license = "MIT" repository = "https://github.com/hfiguiere/gudev-rs" [package.metadata.docs.rs] features = ["dox"] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [package.metadata.system-deps.gudev_1_0] name = "gudev-1.0" version = "230" [lib] name = "gudev_sys" [dependencies.glib-sys] version = "^0.19.0" [dependencies.gobject-sys] version = "^0.19.0" [dependencies.libc] version = "0.2" [dev-dependencies.shell-words] version = "1.0.0" [dev-dependencies.tempfile] version = "3" [build-dependencies.pkg-config] version = "0.3.7" [build-dependencies.system-deps] version = "6" [features] dox = []