# 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 = "findex-plugin" version = "0.8.2" authors = ["MD Gaziur Rahman Noor "] description = "Plugins library for Findex" homepage = "https://github.com/mdgaziur/findex" documentation = "https://github.com/mdgaziur/findex/blob/development/crates/findex-plugin/README.md" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/mdgaziur/findex" [dependencies.abi_stable] version = "0.11.1" [dependencies.gtk] version = "0.15.1" features = ["v3_22"] optional = true [dependencies.libloading] version = "0.7.4" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [features] findex_internals = [ "dep:libloading", "dep:gtk", "dep:serde", ]