# 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" rust-version = "1.70.0" name = "quork" version = "0.8.1" authors = ["Juliette Cordor"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of small things that don't deserve their own crate" homepage = "https://github.com/jewlexx/quork.git" documentation = "https://docs.rs/quork" readme = "README.md" keywords = [ "admin", "linux", "network", "sys", "windows", ] categories = [ "development-tools", "os", "os::unix-apis", "os::windows-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jewlexx/quork.git" [lib] name = "quork" path = "src/lib.rs" [[example]] name = "printroot" path = "examples/printroot.rs" [[test]] name = "enum_list" path = "tests/enum_list.rs" [dependencies.cfg-if] version = "1.0" [dependencies.lock_api] version = "0.4" optional = true [dependencies.parking_lot] version = "0.12" optional = true [dependencies.quork-proc] version = "0.4" optional = true [dependencies.spin] version = "0.9" optional = true [dependencies.thiserror] version = "2.0" [dev-dependencies.is-root] version = "0.1" [features] all = [ "macros", "network", "root", "std", "traits", "sized_string", ] default = ["all"] macros = ["quork-proc"] network = [] root = ["std"] sized_string = [] std = [] traits = [] [target."cfg(unix)".dependencies.nix] version = "0.29" features = ["user"] [target."cfg(windows)".dependencies.windows] version = "0.58" features = [ "Win32_Foundation", "Win32_Networking_NetworkListManager", "Win32_Security", "Win32_Security", "Win32_System_Com", "Win32_System_Threading", ]