[build-dependencies.cc]
version = "1.0"
[dependencies.cfg-if]
version = "1.0"
[dependencies.lock_api]
optional = true
version = "0.4"
[dependencies.quork-proc]
optional = true
version = "0.2"
[dependencies.spin]
optional = true
version = "0.9"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.is-root]
version = "0.1"
[features]
all = ["macros", "root", "traits", "network"]
default = ["all"]
macros = ["quork-proc"]
network = []
root = []
traits = []
[package]
authors = ["Juliette Cordor"]
categories = ["os", "os::unix-apis", "os::windows-apis", "development-tools"]
description = "A collection of small things that don't deserve their own crate"
documentation = "https://docs.rs/quork"
edition = "2018"
homepage = "https://github.com/jewlexx/quork.git"
keywords = ["admin", "sys", "windows", "network", "linux"]
license = "MIT"
name = "quork"
readme = "README.md"
repository = "https://github.com/jewlexx/quork.git"
version = "0.3.2"
[target."cfg(unix)".dependencies.nix]
version = "0.26"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Networking_NetworkListManager", "Win32_System_Com", "Win32_Foundation", "Win32_System_Threading", "Win32_Security"]
version = "0.48"