[dependencies.thiserror]
version = "1.0"
[dependencies.widestring]
version = "0.4.3"
[package]
authors = ["wlbf <lbf1353@live.com>"]
description = "A rust library for single instance application."
include = ["src/*.rs", "Cargo.toml"]
keywords = ["single", "singleton"]
license = "MIT"
name = "single-instance"
readme = "README.md"
repository = "https://github.com/WLBF/single-instance"
version = "0.3.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(unix)".dependencies.nix]
version = "0.19"
[target."cfg(windows)".dependencies.winapi]
features = ["synchapi", "winnt", "errhandlingapi", "winerror", "handleapi"]
version = "0.3"