# 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 = "2018" name = "onagre-launcher" version = "1.2.4" authors = ["Michael Aaron Murphy "] description = "Library for writing plugins and frontends for pop-launcher" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/pop-os/launcher" [profile.release] lto = true panic = "abort" strip = true [dependencies.const_format] version = "0.2.30" [dependencies.dirs] version = "4.0.0" [dependencies.futures] version = "0.3.25" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.serde_with] version = "2.0.1" [dependencies.tokio] version = "1.21.2" features = [ "io-std", "io-util", ] [dependencies.tokio-stream] version = "0.1.11" features = ["io-util"]