zng-ext-single-instance 0.13.4

Part of the zng project.
Documentation
# 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 = "2024"
name = "zng-ext-single-instance"
version = "0.13.4"
authors = ["The Zng Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Part of the zng project."
documentation = "https://zng-ui.github.io/doc/zng_ext_single_instance"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "user-interface",
    "zng",
]
categories = ["gui"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/zng-ui/zng"
resolver = "2"

[lib]
name = "zng_ext_single_instance"
path = "src/lib.rs"

[dependencies.dunce]
version = "1.0"
default-features = false

[dependencies.parking_lot]
version = "0.12"
default-features = false

[dependencies.serde_json]
version = "1.0"
features = ["std"]
default-features = false

[dependencies.single-instance]
version = "0.3"
default-features = false

[dependencies.tracing]
version = "0.1"
default-features = false

[dependencies.zng-app]
version = "0.23.4"
default-features = false

[dependencies.zng-env]
version = "0.11.2"
default-features = false

[dependencies.zng-ext-fs-watcher]
version = "0.12.4"
default-features = false

[dependencies.zng-task]
version = "0.13.2"
default-features = false

[dependencies.zng-txt]
version = "0.6.0"
default-features = false