# 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 = "onagre-launcher-toolkit" version = "0.1.2" description = "A wrapper around pop-launcher, pop-launcher-service and pop-launcher-plugins types for writing plugins and frontends for pop-launcher." license = "MPL-2.0" resolver = "1" [[example]] name = "man-pages-plugin" path = "examples/man-pages-plugin.rs" [dependencies.async-trait] version = "0.1.58" [dependencies.dirs] version = "4.0.0" [dependencies.futures] version = "0.3.25" [dependencies.onagre-launcher] version = "1.2.4" [dependencies.onagre-launcher-plugins] version = "1.2.4" [dependencies.onagre-launcher-service] version = "1.2.4" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = [ "std", "fmt", "env-filter", ] default-features = false [dev-dependencies.fork] version = "0.1.20" [dev-dependencies.tokio] version = "1" features = ["rt"]