# 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 = "nautilus-extension" version = "0.8.0" authors = ["Andrew Shu "] description = "Safe Rust wrapper for libnautilus-extension, to extend GNOME Nautilus file browser (aka Files in Ubuntu)" readme = "README.md" keywords = [ "nautilus", "bindings", "gnome", "ubuntu", ] categories = ["api-bindings"] license = "GPL-3.0" repository = "https://github.com/talklittle/nautilus-extension-rs" [lib] name = "nautilus_extension" [dependencies.gio-sys] version = "0.15.10" [dependencies.glib-sys] version = "0.15.10" [dependencies.gobject-sys] version = "0.15.10" [dependencies.gtk-sys] version = "0.15.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2" [dependencies.nautilus-extension-sys] version = "0.8.0"