diff --git a/pkgs/additional/coppwr/Cargo.nix b/pkgs/additional/coppwr/Cargo.nix deleted file mode 100644 index a88a7d838..000000000 --- a/pkgs/additional/coppwr/Cargo.nix +++ /dev/null @@ -1,16807 +0,0 @@ - -# This file was @generated by crate2nix 0.12.0 with the command: -# "generate" "-f" "/home/colin/ref/repos/dimtpap/coppwr/Cargo.toml" -# See https://github.com/kolloch/crate2nix for more info. - -{ nixpkgs ? -, pkgs ? import nixpkgs { config = {}; } -, lib ? pkgs.lib -, stdenv ? pkgs.stdenv -, buildRustCrateForPkgs ? pkgs: pkgs.buildRustCrate - # This is used as the `crateOverrides` argument for `buildRustCrate`. -, defaultCrateOverrides ? pkgs.defaultCrateOverrides - # The features to enable for the root_crate or the workspace_members. -, rootFeatures ? [ "default" ] - # If true, throw errors instead of issueing deprecation warnings. -, strictDeprecation ? false - # Used for conditional compilation based on CPU feature detection. -, targetFeatures ? [] - # Whether to perform release builds: longer compile times, faster binaries. -, release ? true - # Additional crate2nix configuration if it exists. -, crateConfig - ? if builtins.pathExists ./crate-config.nix - then pkgs.callPackage ./crate-config.nix {} - else {} -}: - -rec { - # - # "public" attributes that we attempt to keep stable with new versions of crate2nix. - # - - rootCrate = rec { - packageId = "coppwr"; - - # Use this attribute to refer to the derivation building your root crate package. - # You can override the features with rootCrate.build.override { features = [ "default" "feature1" ... ]; }. - build = internal.buildRustCrateWithFeatures { - inherit packageId; - }; - - # Debug support which might change between releases. - # File a bug if you depend on any for non-debug work! - debug = internal.debugCrate { inherit packageId; }; - }; - # Refer your crate build derivation by name here. - # You can override the features with - # workspaceMembers."${crateName}".build.override { features = [ "default" "feature1" ... ]; }. - workspaceMembers = { - "coppwr" = rec { - packageId = "coppwr"; - build = internal.buildRustCrateWithFeatures { - packageId = "coppwr"; - }; - - # Debug support which might change between releases. - # File a bug if you depend on any for non-debug work! - debug = internal.debugCrate { inherit packageId; }; - }; - }; - - # A derivation that joins the outputs of all workspace members together. - allWorkspaceMembers = pkgs.symlinkJoin { - name = "all-workspace-members"; - paths = - let members = builtins.attrValues workspaceMembers; - in builtins.map (m: m.build) members; - }; - - # - # "internal" ("private") attributes that may change in every new version of crate2nix. - # - - internal = rec { - # Build and dependency information for crates. - # Many of the fields are passed one-to-one to buildRustCrate. - # - # Noteworthy: - # * `dependencies`/`buildDependencies`: similar to the corresponding fields for buildRustCrate. - # but with additional information which is used during dependency/feature resolution. - # * `resolvedDependencies`: the selected default features reported by cargo - only included for debugging. - # * `devDependencies` as of now not used by `buildRustCrate` but used to - # inject test dependencies into the build - - crates = { - "ab_glyph" = rec { - crateName = "ab_glyph"; - version = "0.2.23"; - edition = "2021"; - sha256 = "099jn5in9ir842wxzvav8zkjvabj55jiwjkwss2w5s6psmyrs5w0"; - authors = [ - "Alex Butler " - ]; - dependencies = [ - { - name = "ab_glyph_rasterizer"; - packageId = "ab_glyph_rasterizer"; - usesDefaultFeatures = false; - } - { - name = "owned_ttf_parser"; - packageId = "owned_ttf_parser"; - usesDefaultFeatures = false; - } - ]; - features = { - "default" = [ "std" "variable-fonts" ]; - "libm" = [ "dep:libm" "ab_glyph_rasterizer/libm" ]; - "std" = [ "owned_ttf_parser/default" "ab_glyph_rasterizer/default" ]; - "variable-fonts" = [ "owned_ttf_parser/variable-fonts" ]; - }; - resolvedDefaultFeatures = [ "default" "std" "variable-fonts" ]; - }; - "ab_glyph_rasterizer" = rec { - crateName = "ab_glyph_rasterizer"; - version = "0.1.8"; - edition = "2018"; - sha256 = "0ikhgzig59q8b1a1iw83sxfnvylg5gx6w2y8ynbnf231xs9if6y7"; - authors = [ - "Alex Butler " - ]; - features = { - "default" = [ "std" ]; - "libm" = [ "dep:libm" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "accesskit" = rec { - crateName = "accesskit"; - version = "0.12.2"; - edition = "2021"; - sha256 = "1slvc60y7rs9k158x347yzxl557v6272xx587577w9335k9hxcbc"; - authors = [ - "Matt Campbell " - ]; - dependencies = [ - { - name = "enumn"; - packageId = "enumn"; - optional = true; - } - { - name = "serde"; - packageId = "serde"; - optional = true; - features = [ "derive" ]; - } - ]; - features = { - "enumn" = [ "dep:enumn" ]; - "pyo3" = [ "dep:pyo3" ]; - "schemars" = [ "dep:schemars" "serde" ]; - "serde" = [ "dep:serde" "enumn" ]; - }; - resolvedDefaultFeatures = [ "enumn" "serde" ]; - }; - "accesskit_consumer" = rec { - crateName = "accesskit_consumer"; - version = "0.16.1"; - edition = "2021"; - sha256 = "1rj5vsaxn9m5aazr22vzlb5bxfbl28h2mck7hqldgyq97jjwq5wc"; - authors = [ - "Matt Campbell " - ]; - dependencies = [ - { - name = "accesskit"; - packageId = "accesskit"; - } - ]; - - }; - "accesskit_macos" = rec { - crateName = "accesskit_macos"; - version = "0.10.1"; - edition = "2021"; - sha256 = "19vpwi1cnyxbjal4ngjb2x7yhfm9x3yd63w41v8wxyxvxbhnlfyd"; - authors = [ - "Matt Campbell " - ]; - dependencies = [ - { - name = "accesskit"; - packageId = "accesskit"; - } - { - name = "accesskit_consumer"; - packageId = "accesskit_consumer"; - } - { - name = "objc2"; - packageId = "objc2 0.3.0-beta.3.patch-leaks.3"; - } - { - name = "once_cell"; - packageId = "once_cell"; - } - ]; - - }; - "accesskit_unix" = rec { - crateName = "accesskit_unix"; - version = "0.6.2"; - edition = "2021"; - sha256 = "022a77nm8461v0f6mpzidamkci0h1kmkxl9x2bbim9lvv4c6rx09"; - authors = [ - "Arnold Loubriat " - ]; - dependencies = [ - { - name = "accesskit"; - packageId = "accesskit"; - } - { - name = "accesskit_consumer"; - packageId = "accesskit_consumer"; - } - { - name = "async-channel"; - packageId = "async-channel"; - } - { - name = "async-once-cell"; - packageId = "async-once-cell"; - } - { - name = "atspi"; - packageId = "atspi"; - usesDefaultFeatures = false; - } - { - name = "futures-lite"; - packageId = "futures-lite 1.13.0"; - } - { - name = "once_cell"; - packageId = "once_cell"; - } - { - name = "serde"; - packageId = "serde"; - } - { - name = "zbus"; - packageId = "zbus"; - usesDefaultFeatures = false; - } - ]; - features = { - "async-io" = [ "atspi/async-std" "zbus/async-io" ]; - "default" = [ "async-io" ]; - "tokio" = [ "dep:tokio" "atspi/tokio" "zbus/tokio" ]; - }; - resolvedDefaultFeatures = [ "async-io" ]; - }; - "accesskit_windows" = rec { - crateName = "accesskit_windows"; - version = "0.15.1"; - edition = "2021"; - sha256 = "02sazww6l5h0wsgif0npdpkb5lczx0xph65kn31wfkwpq1zf5jmg"; - authors = [ - "Matt Campbell " - ]; - dependencies = [ - { - name = "accesskit"; - packageId = "accesskit"; - } - { - name = "accesskit_consumer"; - packageId = "accesskit_consumer"; - } - { - name = "once_cell"; - packageId = "once_cell"; - } - { - name = "paste"; - packageId = "paste"; - } - { - name = "static_assertions"; - packageId = "static_assertions"; - } - { - name = "windows"; - packageId = "windows 0.48.0"; - features = [ "implement" "Win32_Foundation" "Win32_Graphics_Gdi" "Win32_System_Com" "Win32_System_LibraryLoader" "Win32_System_Ole" "Win32_UI_Accessibility" "Win32_UI_Input_KeyboardAndMouse" "Win32_UI_WindowsAndMessaging" ]; - } - ]; - - }; - "accesskit_winit" = rec { - crateName = "accesskit_winit"; - version = "0.16.1"; - edition = "2021"; - sha256 = "0rwaz6mkllcl131b8y4s787gfmdrqzms0a242r8f3n8pra52312j"; - authors = [ - "Matt Campbell " - ]; - dependencies = [ - { - name = "accesskit"; - packageId = "accesskit"; - } - { - name = "accesskit_macos"; - packageId = "accesskit_macos"; - target = { target, features }: ("macos" == target."os" or null); - } - { - name = "accesskit_unix"; - packageId = "accesskit_unix"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: (("linux" == target."os" or null) || ("dragonfly" == target."os" or null) || ("freebsd" == target."os" or null) || ("openbsd" == target."os" or null) || ("netbsd" == target."os" or null)); - } - { - name = "accesskit_windows"; - packageId = "accesskit_windows"; - target = { target, features }: ("windows" == target."os" or null); - } - { - name = "winit"; - packageId = "winit"; - usesDefaultFeatures = false; - features = [ "rwh_06" ]; - } - ]; - devDependencies = [ - { - name = "winit"; - packageId = "winit"; - usesDefaultFeatures = false; - features = [ "rwh_06" "x11" "wayland" "wayland-dlopen" "wayland-csd-adwaita" ]; - } - ]; - features = { - "accesskit_unix" = [ "dep:accesskit_unix" ]; - "async-io" = [ "accesskit_unix/async-io" ]; - "default" = [ "accesskit_unix" "async-io" ]; - "tokio" = [ "accesskit_unix/tokio" ]; - }; - resolvedDefaultFeatures = [ "accesskit_unix" "async-io" "default" ]; - }; - "adler" = rec { - crateName = "adler"; - version = "1.0.2"; - edition = "2015"; - sha256 = "1zim79cvzd5yrkzl3nyfx0avijwgk9fqv3yrscdy1cc79ih02qpj"; - authors = [ - "Jonas Schievink " - ]; - features = { - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "default" = [ "std" ]; - "rustc-dep-of-std" = [ "core" "compiler_builtins" ]; - }; - }; - "ahash" = rec { - crateName = "ahash"; - version = "0.8.7"; - edition = "2018"; - sha256 = "008xw6gigwnf0q01ic4ar2y4dqfnzn3kyys6vd4cvfa3imjakhvp"; - authors = [ - "Tom Kaitchuck " - ]; - dependencies = [ - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "getrandom"; - packageId = "getrandom"; - optional = true; - } - { - name = "once_cell"; - packageId = "once_cell"; - usesDefaultFeatures = false; - target = { target, features }: (!(("arm" == target."arch" or null) && ("none" == target."os" or null))); - features = [ "alloc" ]; - } - { - name = "serde"; - packageId = "serde"; - optional = true; - } - { - name = "zerocopy"; - packageId = "zerocopy"; - usesDefaultFeatures = false; - features = [ "simd" ]; - } - ]; - buildDependencies = [ - { - name = "version_check"; - packageId = "version_check"; - } - ]; - features = { - "atomic-polyfill" = [ "dep:atomic-polyfill" "once_cell/atomic-polyfill" ]; - "compile-time-rng" = [ "const-random" ]; - "const-random" = [ "dep:const-random" ]; - "default" = [ "std" "runtime-rng" ]; - "getrandom" = [ "dep:getrandom" ]; - "runtime-rng" = [ "getrandom" ]; - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "default" "getrandom" "no-rng" "runtime-rng" "serde" "std" ]; - }; - "aho-corasick" = rec { - crateName = "aho-corasick"; - version = "1.1.2"; - edition = "2021"; - sha256 = "1w510wnixvlgimkx1zjbvlxh6xps2vjgfqgwf5a6adlbjp5rv5mj"; - libName = "aho_corasick"; - authors = [ - "Andrew Gallant " - ]; - dependencies = [ - { - name = "memchr"; - packageId = "memchr"; - optional = true; - usesDefaultFeatures = false; - } - ]; - features = { - "default" = [ "std" "perf-literal" ]; - "logging" = [ "dep:log" ]; - "perf-literal" = [ "dep:memchr" ]; - "std" = [ "memchr?/std" ]; - }; - resolvedDefaultFeatures = [ "perf-literal" "std" ]; - }; - "allocator-api2" = rec { - crateName = "allocator-api2"; - version = "0.2.16"; - edition = "2018"; - sha256 = "1iayppgq4wqbfbfcqmsbwgamj0s65012sskfvyx07pxavk3gyhh9"; - authors = [ - "Zakarum " - ]; - features = { - "default" = [ "std" ]; - "serde" = [ "dep:serde" ]; - "std" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" ]; - }; - "android-activity" = rec { - crateName = "android-activity"; - version = "0.5.2"; - edition = "2021"; - sha256 = "12a2qky6147bvs40iz83fxmz47al6r2h8kps9gw49bjvj31c14gf"; - dependencies = [ - { - name = "android-properties"; - packageId = "android-properties"; - } - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "cesu8"; - packageId = "cesu8"; - } - { - name = "jni"; - packageId = "jni"; - } - { - name = "jni-sys"; - packageId = "jni-sys"; - } - { - name = "libc"; - packageId = "libc"; - } - { - name = "log"; - packageId = "log"; - } - { - name = "ndk"; - packageId = "ndk"; - usesDefaultFeatures = false; - } - { - name = "ndk-context"; - packageId = "ndk-context"; - } - { - name = "ndk-sys"; - packageId = "ndk-sys"; - } - { - name = "num_enum"; - packageId = "num_enum"; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - ]; - buildDependencies = [ - { - name = "cc"; - packageId = "cc"; - features = [ "parallel" ]; - } - ]; - features = { - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "android-properties" = rec { - crateName = "android-properties"; - version = "0.2.2"; - edition = "2018"; - sha256 = "016slvg269c0y120p9qd8vdfqa2jbw4j0g18gfw6p3ain44v4zpw"; - authors = [ - "Mikhail Lappo " - ]; - features = { - }; - }; - "android_system_properties" = rec { - crateName = "android_system_properties"; - version = "0.1.5"; - edition = "2018"; - sha256 = "04b3wrz12837j7mdczqd95b732gw5q7q66cv4yn4646lvccp57l1"; - authors = [ - "Nicolas Silva " - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - } - ]; - - }; - "annotate-snippets" = rec { - crateName = "annotate-snippets"; - version = "0.9.2"; - edition = "2018"; - sha256 = "07p8r6jzb7nqydq0kr5pllckqcdxlyld2g275v425axnzffpxbyc"; - authors = [ - "Zibi Braniecki " - ]; - dependencies = [ - { - name = "unicode-width"; - packageId = "unicode-width"; - } - { - name = "yansi-term"; - packageId = "yansi-term"; - optional = true; - } - ]; - devDependencies = [ - { - name = "yansi-term"; - packageId = "yansi-term"; - } - ]; - features = { - "color" = [ "yansi-term" ]; - "yansi-term" = [ "dep:yansi-term" ]; - }; - resolvedDefaultFeatures = [ "color" "default" "yansi-term" ]; - }; - "anyhow" = rec { - crateName = "anyhow"; - version = "1.0.79"; - edition = "2018"; - sha256 = "1ji5irqiwr8yprgqj8zvnli7zd7fz9kzaiddq44jnrl2l289h3h8"; - authors = [ - "David Tolnay " - ]; - features = { - "backtrace" = [ "dep:backtrace" ]; - "default" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "arboard" = rec { - crateName = "arboard"; - version = "3.3.0"; - edition = "2018"; - sha256 = "021w647fp6d1hy1cilysbh86wyn29aavh7accrva4nj30yqjkyxa"; - authors = [ - "Artur Kovacs " - "Avi Weinstock " - "Arboard contributors" - ]; - dependencies = [ - { - name = "clipboard-win"; - packageId = "clipboard-win"; - target = { target, features }: (target."windows" or false); - } - { - name = "log"; - packageId = "log"; - target = { target, features }: ((target."unix" or false) && (!(("macos" == target."os" or null) || ("android" == target."os" or null) || ("emscripten" == target."os" or null)))); - } - { - name = "log"; - packageId = "log"; - target = { target, features }: (target."windows" or false); - } - { - name = "objc"; - packageId = "objc"; - target = { target, features }: ("macos" == target."os" or null); - } - { - name = "objc-foundation"; - packageId = "objc-foundation"; - target = { target, features }: ("macos" == target."os" or null); - } - { - name = "objc_id"; - packageId = "objc_id"; - target = { target, features }: ("macos" == target."os" or null); - } - { - name = "parking_lot"; - packageId = "parking_lot"; - target = { target, features }: ((target."unix" or false) && (!(("macos" == target."os" or null) || ("android" == target."os" or null) || ("emscripten" == target."os" or null)))); - } - { - name = "thiserror"; - packageId = "thiserror"; - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "basetsd" "winuser" "winbase" ]; - } - { - name = "x11rb"; - packageId = "x11rb 0.12.0"; - target = { target, features }: ((target."unix" or false) && (!(("macos" == target."os" or null) || ("android" == target."os" or null) || ("emscripten" == target."os" or null)))); - } - ]; - features = { - "core-graphics" = [ "dep:core-graphics" ]; - "default" = [ "image-data" ]; - "image" = [ "dep:image" ]; - "image-data" = [ "core-graphics" "image" "winapi/minwindef" "winapi/wingdi" "winapi/winnt" ]; - "wayland-data-control" = [ "wl-clipboard-rs" ]; - "wl-clipboard-rs" = [ "dep:wl-clipboard-rs" ]; - }; - }; - "arrayref" = rec { - crateName = "arrayref"; - version = "0.3.7"; - edition = "2015"; - sha256 = "0ia5ndyxqkzdymqr4ls53jdmajf09adjimg5kvw65kkprg930jbb"; - authors = [ - "David Roundy " - ]; - - }; - "arrayvec" = rec { - crateName = "arrayvec"; - version = "0.7.4"; - edition = "2018"; - sha256 = "04b7n722jij0v3fnm3qk072d5ysc2q30rl9fz33zpfhzah30mlwn"; - authors = [ - "bluss" - ]; - features = { - "default" = [ "std" ]; - "serde" = [ "dep:serde" ]; - "zeroize" = [ "dep:zeroize" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "as-raw-xcb-connection" = rec { - crateName = "as-raw-xcb-connection"; - version = "1.0.1"; - edition = "2021"; - sha256 = "0sqgpz2ymv5yx76r5j2npjq2x5qvvqnw0vrs35cyv30p3pfp2m8p"; - features = { - "default" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" ]; - }; - "ash" = rec { - crateName = "ash"; - version = "0.37.3+1.3.251"; - edition = "2021"; - sha256 = "0jndbsi5c8xifh4fdp378xpbyzdhs7y38hmbhih0lsv8bn1w7s9r"; - authors = [ - "Maik Klein " - "Benjamin Saunders " - "Marijn Suijten " - ]; - dependencies = [ - { - name = "libloading"; - packageId = "libloading 0.7.4"; - optional = true; - } - ]; - features = { - "default" = [ "loaded" "debug" ]; - "libloading" = [ "dep:libloading" ]; - "loaded" = [ "libloading" ]; - }; - resolvedDefaultFeatures = [ "debug" "default" "libloading" "loaded" ]; - }; - "ashpd" = rec { - crateName = "ashpd"; - version = "0.7.0"; - edition = "2021"; - sha256 = "1ab92zkibs2gnid17n1n8ib95gwrrdv2cki1zsvxal22fzbjm681"; - authors = [ - "Bilal Elmoussaoui " - ]; - dependencies = [ - { - name = "async-fs"; - packageId = "async-fs 2.1.1"; - optional = true; - } - { - name = "async-net"; - packageId = "async-net"; - optional = true; - } - { - name = "enumflags2"; - packageId = "enumflags2"; - } - { - name = "futures-channel"; - packageId = "futures-channel"; - } - { - name = "futures-util"; - packageId = "futures-util"; - } - { - name = "rand"; - packageId = "rand"; - usesDefaultFeatures = false; - } - { - name = "serde"; - packageId = "serde"; - features = [ "derive" ]; - } - { - name = "serde_repr"; - packageId = "serde_repr"; - } - { - name = "url"; - packageId = "url"; - features = [ "serde" ]; - } - { - name = "zbus"; - packageId = "zbus"; - usesDefaultFeatures = false; - features = [ "url" ]; - } - ]; - features = { - "async-std" = [ "zbus/async-io" "dep:async-fs" "dep:async-net" ]; - "default" = [ "async-std" ]; - "gdk4wayland" = [ "dep:gdk4wayland" ]; - "gdk4x11" = [ "dep:gdk4x11" ]; - "gtk4" = [ "gtk4_x11" "gtk4_wayland" ]; - "gtk4_wayland" = [ "gdk4wayland" "dep:gtk4" ]; - "gtk4_x11" = [ "gdk4x11" "dep:gtk4" ]; - "libc" = [ "dep:libc" ]; - "pipewire" = [ "pw" "libc" ]; - "pw" = [ "dep:pw" ]; - "raw-window-handle" = [ "dep:raw-window-handle" ]; - "raw_handle" = [ "raw-window-handle" "wayland" ]; - "tokio" = [ "zbus/tokio" "dep:tokio" ]; - "tracing" = [ "dep:tracing" ]; - "wayland" = [ "wayland-client" "wayland-protocols" "wayland-backend" ]; - "wayland-backend" = [ "dep:wayland-backend" ]; - "wayland-client" = [ "dep:wayland-client" ]; - "wayland-protocols" = [ "dep:wayland-protocols" ]; - }; - resolvedDefaultFeatures = [ "async-std" "default" ]; - }; - "async-broadcast" = rec { - crateName = "async-broadcast"; - version = "0.5.1"; - edition = "2018"; - sha256 = "0avdqbci1qdlfc4glc3wqrb0wi5ffc7bqv2q1wg14syayvdwqj3w"; - authors = [ - "Stjepan Glavina " - "Yoshua Wuyts " - "Zeeshan Ali Khan " - ]; - dependencies = [ - { - name = "event-listener"; - packageId = "event-listener 2.5.3"; - } - { - name = "futures-core"; - packageId = "futures-core"; - } - ]; - - }; - "async-channel" = rec { - crateName = "async-channel"; - version = "2.2.0"; - edition = "2021"; - sha256 = "1hzhkbrlmgbrrwb1d5aba5f03p42s6z80g5p38s127c27nj470pj"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "concurrent-queue"; - packageId = "concurrent-queue"; - usesDefaultFeatures = false; - } - { - name = "event-listener"; - packageId = "event-listener 5.0.0"; - usesDefaultFeatures = false; - } - { - name = "event-listener-strategy"; - packageId = "event-listener-strategy 0.5.0"; - usesDefaultFeatures = false; - } - { - name = "futures-core"; - packageId = "futures-core"; - usesDefaultFeatures = false; - } - { - name = "pin-project-lite"; - packageId = "pin-project-lite"; - } - ]; - features = { - "default" = [ "std" ]; - "std" = [ "concurrent-queue/std" "event-listener/std" "event-listener-strategy/std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "async-executor" = rec { - crateName = "async-executor"; - version = "1.8.0"; - edition = "2021"; - sha256 = "0z7rpayidhdqs4sdzjhh26z5155c1n94fycqni9793n4zjz5xbhp"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "async-lock"; - packageId = "async-lock 3.3.0"; - } - { - name = "async-task"; - packageId = "async-task"; - } - { - name = "concurrent-queue"; - packageId = "concurrent-queue"; - } - { - name = "fastrand"; - packageId = "fastrand 2.0.1"; - } - { - name = "futures-lite"; - packageId = "futures-lite 2.2.0"; - usesDefaultFeatures = false; - } - { - name = "futures-lite"; - packageId = "futures-lite 2.2.0"; - usesDefaultFeatures = false; - target = { target, features }: (builtins.elem "wasm" target."family"); - features = [ "std" ]; - } - { - name = "slab"; - packageId = "slab"; - } - ]; - devDependencies = [ - { - name = "fastrand"; - packageId = "fastrand 2.0.1"; - } - { - name = "futures-lite"; - packageId = "futures-lite 2.2.0"; - } - ]; - - }; - "async-fs 1.6.0" = rec { - crateName = "async-fs"; - version = "1.6.0"; - edition = "2018"; - sha256 = "01if2h77mry9cnm91ql2md595108i2c1bfy9gaivzvjfcl2gk717"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "async-lock"; - packageId = "async-lock 2.8.0"; - } - { - name = "blocking"; - packageId = "blocking"; - } - { - name = "futures-lite"; - packageId = "futures-lite 1.13.0"; - } - ]; - buildDependencies = [ - { - name = "autocfg"; - packageId = "autocfg"; - } - ]; - - }; - "async-fs 2.1.1" = rec { - crateName = "async-fs"; - version = "2.1.1"; - edition = "2018"; - sha256 = "18dbwan238f3xdisb5x6pnrw6j95xp97srq54hgr51zjf4qnh6dw"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "async-lock"; - packageId = "async-lock 3.3.0"; - } - { - name = "blocking"; - packageId = "blocking"; - } - { - name = "futures-lite"; - packageId = "futures-lite 2.2.0"; - } - ]; - - }; - "async-io 1.13.0" = rec { - crateName = "async-io"; - version = "1.13.0"; - edition = "2018"; - sha256 = "1byj7lpw0ahk6k63sbc9859v68f28hpaab41dxsjj1ggjdfv9i8g"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "async-lock"; - packageId = "async-lock 2.8.0"; - } - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "concurrent-queue"; - packageId = "concurrent-queue"; - } - { - name = "futures-lite"; - packageId = "futures-lite 1.13.0"; - } - { - name = "log"; - packageId = "log"; - } - { - name = "parking"; - packageId = "parking"; - } - { - name = "polling"; - packageId = "polling 2.8.0"; - } - { - name = "rustix"; - packageId = "rustix 0.37.27"; - usesDefaultFeatures = false; - features = [ "std" "fs" ]; - } - { - name = "slab"; - packageId = "slab"; - } - { - name = "socket2"; - packageId = "socket2"; - features = [ "all" ]; - } - { - name = "waker-fn"; - packageId = "waker-fn"; - } - ]; - buildDependencies = [ - { - name = "autocfg"; - packageId = "autocfg"; - } - ]; - - }; - "async-io 2.3.1" = rec { - crateName = "async-io"; - version = "2.3.1"; - edition = "2021"; - sha256 = "0rggn074kbqxxajci1aq14b17gp75rw9l6rpbazcv9q0bc6ap5wg"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "async-lock"; - packageId = "async-lock 3.3.0"; - } - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "concurrent-queue"; - packageId = "concurrent-queue"; - } - { - name = "futures-io"; - packageId = "futures-io"; - usesDefaultFeatures = false; - features = [ "std" ]; - } - { - name = "futures-lite"; - packageId = "futures-lite 2.2.0"; - usesDefaultFeatures = false; - } - { - name = "parking"; - packageId = "parking"; - } - { - name = "polling"; - packageId = "polling 3.4.0"; - } - { - name = "rustix"; - packageId = "rustix 0.38.31"; - usesDefaultFeatures = false; - features = [ "fs" "net" "std" ]; - } - { - name = "slab"; - packageId = "slab"; - } - { - name = "tracing"; - packageId = "tracing"; - usesDefaultFeatures = false; - } - { - name = "windows-sys"; - packageId = "windows-sys 0.52.0"; - target = { target, features }: (target."windows" or false); - features = [ "Win32_Foundation" ]; - } - ]; - - }; - "async-lock 2.8.0" = rec { - crateName = "async-lock"; - version = "2.8.0"; - edition = "2018"; - sha256 = "0asq5xdzgp3d5m82y5rg7a0k9q0g95jy6mgc7ivl334x7qlp4wi8"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "event-listener"; - packageId = "event-listener 2.5.3"; - } - ]; - - }; - "async-lock 3.3.0" = rec { - crateName = "async-lock"; - version = "3.3.0"; - edition = "2021"; - sha256 = "0yxflkfw46rad4lv86f59b5z555dlfmg1riz1n8830rgi0qb8d6h"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "event-listener"; - packageId = "event-listener 4.0.3"; - usesDefaultFeatures = false; - } - { - name = "event-listener-strategy"; - packageId = "event-listener-strategy 0.4.0"; - usesDefaultFeatures = false; - } - { - name = "pin-project-lite"; - packageId = "pin-project-lite"; - } - ]; - features = { - "default" = [ "std" ]; - "std" = [ "event-listener/std" "event-listener-strategy/std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "async-net" = rec { - crateName = "async-net"; - version = "2.0.0"; - edition = "2021"; - sha256 = "1xyc5a5vcp3a7h1q2lbfh79wz8136dig4q4x6g4w2ws8ml7h0j5r"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "async-io"; - packageId = "async-io 2.3.1"; - } - { - name = "blocking"; - packageId = "blocking"; - } - { - name = "futures-lite"; - packageId = "futures-lite 2.2.0"; - } - ]; - - }; - "async-once-cell" = rec { - crateName = "async-once-cell"; - version = "0.5.3"; - edition = "2018"; - sha256 = "1ss2ll9r92jiv4g0fdnwqggs3dn48sakij3fg0ba95dag077jf4k"; - authors = [ - "Daniel De Graaf " - ]; - features = { - "critical-section" = [ "dep:critical-section" ]; - }; - }; - "async-process" = rec { - crateName = "async-process"; - version = "1.8.1"; - edition = "2018"; - sha256 = "126s968lvhg9rlwsnxp7wfzkfn7rl87p0dlvqqlibn081ax3hr7a"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "async-io"; - packageId = "async-io 1.13.0"; - target = { target, features }: (target."unix" or false); - } - { - name = "async-lock"; - packageId = "async-lock 2.8.0"; - } - { - name = "async-signal"; - packageId = "async-signal"; - target = { target, features }: (target."unix" or false); - } - { - name = "blocking"; - packageId = "blocking"; - target = { target, features }: (target."windows" or false); - } - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "event-listener"; - packageId = "event-listener 3.1.0"; - } - { - name = "futures-lite"; - packageId = "futures-lite 1.13.0"; - } - { - name = "rustix"; - packageId = "rustix 0.38.31"; - usesDefaultFeatures = false; - target = { target, features }: (target."unix" or false); - features = [ "std" "fs" ]; - } - { - name = "windows-sys"; - packageId = "windows-sys 0.48.0"; - usesDefaultFeatures = false; - target = { target, features }: (target."windows" or false); - features = [ "Win32_Foundation" "Win32_System_Threading" ]; - } - ]; - devDependencies = [ - { - name = "async-io"; - packageId = "async-io 1.13.0"; - } - ]; - - }; - "async-recursion" = rec { - crateName = "async-recursion"; - version = "1.0.5"; - edition = "2018"; - sha256 = "1l2vlgyaa9a2dd0y1vbqyppzsvpdr1y4rar4gn1qi68pl5dmmmaz"; - procMacro = true; - authors = [ - "Robert Usher <266585+dcchut@users.noreply.github.com>" - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - usesDefaultFeatures = false; - } - { - name = "quote"; - packageId = "quote"; - usesDefaultFeatures = false; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - usesDefaultFeatures = false; - features = [ "full" "parsing" "printing" "proc-macro" "clone-impls" ]; - } - ]; - - }; - "async-signal" = rec { - crateName = "async-signal"; - version = "0.2.5"; - edition = "2018"; - sha256 = "1i9466hiqghhmljjnn83a8vnxi8z013xga03f59c89d2cl7xjiwy"; - authors = [ - "John Nunley " - ]; - dependencies = [ - { - name = "async-io"; - packageId = "async-io 2.3.1"; - target = { target, features }: (target."unix" or false); - } - { - name = "async-lock"; - packageId = "async-lock 2.8.0"; - target = { target, features }: (target."windows" or false); - } - { - name = "atomic-waker"; - packageId = "atomic-waker"; - target = { target, features }: (target."windows" or false); - } - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "futures-core"; - packageId = "futures-core"; - } - { - name = "futures-io"; - packageId = "futures-io"; - target = { target, features }: (target."unix" or false); - } - { - name = "rustix"; - packageId = "rustix 0.38.31"; - usesDefaultFeatures = false; - target = { target, features }: (target."unix" or false); - features = [ "process" "std" ]; - } - { - name = "signal-hook-registry"; - packageId = "signal-hook-registry"; - target = { target, features }: (target."unix" or false); - } - { - name = "slab"; - packageId = "slab"; - target = { target, features }: (target."windows" or false); - } - { - name = "windows-sys"; - packageId = "windows-sys 0.48.0"; - usesDefaultFeatures = false; - target = { target, features }: (target."windows" or false); - features = [ "Win32_Foundation" "Win32_System_Console" ]; - } - ]; - devDependencies = [ - { - name = "async-io"; - packageId = "async-io 2.3.1"; - } - ]; - - }; - "async-task" = rec { - crateName = "async-task"; - version = "4.7.0"; - edition = "2018"; - sha256 = "16975vx6aqy5yf16fs9xz5vx1zq8mwkzfmykvcilc1j7b6c6xczv"; - authors = [ - "Stjepan Glavina " - ]; - features = { - "default" = [ "std" ]; - "portable-atomic" = [ "dep:portable-atomic" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "async-trait" = rec { - crateName = "async-trait"; - version = "0.1.77"; - edition = "2021"; - sha256 = "1adf1jh2yg39rkpmqjqyr9xyd6849p0d95425i6imgbhx0syx069"; - procMacro = true; - authors = [ - "David Tolnay " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - features = [ "full" "visit-mut" ]; - } - ]; - - }; - "atomic-waker" = rec { - crateName = "atomic-waker"; - version = "1.1.2"; - edition = "2018"; - sha256 = "1h5av1lw56m0jf0fd3bchxq8a30xv0b4wv8s4zkp4s0i7mfvs18m"; - authors = [ - "Stjepan Glavina " - "Contributors to futures-rs" - ]; - features = { - "portable-atomic" = [ "dep:portable-atomic" ]; - }; - }; - "atspi" = rec { - crateName = "atspi"; - version = "0.19.0"; - edition = "2021"; - sha256 = "1jl7iv3bvnabg5jd4cpf8ba7zz2dbhk39cr70yh3wnbgmd8g6nb0"; - authors = [ - "Michael Connor Buchan " - "Tait Hoyem " - "Alberto Tirla " - "DataTriny " - "Luuk van der Duim " - ]; - dependencies = [ - { - name = "atspi-common"; - packageId = "atspi-common"; - usesDefaultFeatures = false; - } - { - name = "atspi-connection"; - packageId = "atspi-connection"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "atspi-proxies"; - packageId = "atspi-proxies"; - optional = true; - usesDefaultFeatures = false; - } - ]; - features = { - "async-std" = [ "proxies-async-std" "connection-async-std" ]; - "atspi-connection" = [ "dep:atspi-connection" ]; - "atspi-proxies" = [ "dep:atspi-proxies" ]; - "connection-async-std" = [ "atspi-connection/async-std" "connection" ]; - "connection-tokio" = [ "atspi-connection/tokio" "connection" ]; - "default" = [ "async-std" ]; - "proxies-async-std" = [ "atspi-proxies/async-std" "proxies" ]; - "proxies-tokio" = [ "atspi-proxies/tokio" "proxies" ]; - "tokio" = [ "proxies-tokio" "connection-tokio" ]; - "tracing" = [ "atspi-connection/tracing" ]; - }; - resolvedDefaultFeatures = [ "async-std" "atspi-connection" "atspi-proxies" "connection" "connection-async-std" "proxies" "proxies-async-std" ]; - }; - "atspi-common" = rec { - crateName = "atspi-common"; - version = "0.3.0"; - edition = "2021"; - sha256 = "1xfdn94r697l98669gsq04rpfxysivkc4cn65fb1yhyjcvwrbbwj"; - dependencies = [ - { - name = "enumflags2"; - packageId = "enumflags2"; - } - { - name = "serde"; - packageId = "serde"; - } - { - name = "static_assertions"; - packageId = "static_assertions"; - } - { - name = "zbus"; - packageId = "zbus"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "zbus_names"; - packageId = "zbus_names"; - } - { - name = "zvariant"; - packageId = "zvariant"; - usesDefaultFeatures = false; - } - ]; - devDependencies = [ - { - name = "static_assertions"; - packageId = "static_assertions"; - } - { - name = "zbus"; - packageId = "zbus"; - usesDefaultFeatures = false; - } - ]; - features = { - "async-std" = [ "zbus/async-io" ]; - "default" = [ "async-std" ]; - "tokio" = [ "zbus/tokio" ]; - "zbus" = [ "dep:zbus" ]; - }; - resolvedDefaultFeatures = [ "async-std" "zbus" ]; - }; - "atspi-connection" = rec { - crateName = "atspi-connection"; - version = "0.3.0"; - edition = "2021"; - sha256 = "0fdrfsgjg3d84mkk6nk3knqz0ygryfdmsn1d7c74qvgqf1ymxim0"; - dependencies = [ - { - name = "atspi-common"; - packageId = "atspi-common"; - usesDefaultFeatures = false; - } - { - name = "atspi-proxies"; - packageId = "atspi-proxies"; - usesDefaultFeatures = false; - } - { - name = "futures-lite"; - packageId = "futures-lite 1.13.0"; - } - { - name = "zbus"; - packageId = "zbus"; - usesDefaultFeatures = false; - } - ]; - features = { - "async-std" = [ "zbus/async-io" "atspi-proxies/async-std" "atspi-common/async-std" ]; - "default" = [ "async-std" ]; - "tokio" = [ "zbus/tokio" "atspi-proxies/tokio" "atspi-common/tokio" ]; - "tracing" = [ "dep:tracing" ]; - }; - resolvedDefaultFeatures = [ "async-std" ]; - }; - "atspi-proxies" = rec { - crateName = "atspi-proxies"; - version = "0.3.0"; - edition = "2021"; - sha256 = "0lmvfycsrach6phz1ymcg9lks8iqiy6bxp2njci7lgkhfc96d5b4"; - dependencies = [ - { - name = "atspi-common"; - packageId = "atspi-common"; - usesDefaultFeatures = false; - } - { - name = "serde"; - packageId = "serde"; - usesDefaultFeatures = false; - features = [ "derive" ]; - } - { - name = "zbus"; - packageId = "zbus"; - usesDefaultFeatures = false; - } - ]; - devDependencies = [ - { - name = "atspi-common"; - packageId = "atspi-common"; - features = [ "async-std" ]; - } - ]; - features = { - "async-std" = [ "zbus/async-io" "atspi-common/async-std" ]; - "async-trait" = [ "dep:async-trait" ]; - "default" = [ "async-std" ]; - "futures-lite" = [ "dep:futures-lite" ]; - "gvariant" = [ "zbus/gvariant" ]; - "tokio" = [ "zbus/tokio" "atspi-common/tokio" ]; - }; - resolvedDefaultFeatures = [ "async-std" ]; - }; - "autocfg" = rec { - crateName = "autocfg"; - version = "1.1.0"; - edition = "2015"; - sha256 = "1ylp3cb47ylzabimazvbz9ms6ap784zhb6syaz6c1jqpmcmq0s6l"; - authors = [ - "Josh Stone " - ]; - - }; - "base64" = rec { - crateName = "base64"; - version = "0.21.7"; - edition = "2018"; - sha256 = "0rw52yvsk75kar9wgqfwgb414kvil1gn7mqkrhn9zf1537mpsacx"; - authors = [ - "Alice Maz " - "Marshall Pierce " - ]; - features = { - "default" = [ "std" ]; - "std" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "std" ]; - }; - "bindgen" = rec { - crateName = "bindgen"; - version = "0.69.4"; - edition = "2018"; - sha256 = "18194611hn3k1dkxlha7a52sr8vmfhl9blc54xhj08cahd8wh3d0"; - libPath = "lib.rs"; - authors = [ - "Jyun-Yan You " - "Emilio Cobos Álvarez " - "Nick Fitzgerald " - "The Servo project developers" - ]; - dependencies = [ - { - name = "annotate-snippets"; - packageId = "annotate-snippets"; - optional = true; - features = [ "color" ]; - } - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "cexpr"; - packageId = "cexpr"; - } - { - name = "clang-sys"; - packageId = "clang-sys"; - features = [ "clang_6_0" ]; - } - { - name = "itertools"; - packageId = "itertools"; - usesDefaultFeatures = false; - } - { - name = "lazy_static"; - packageId = "lazy_static"; - } - { - name = "lazycell"; - packageId = "lazycell"; - } - { - name = "proc-macro2"; - packageId = "proc-macro2"; - usesDefaultFeatures = false; - } - { - name = "quote"; - packageId = "quote"; - usesDefaultFeatures = false; - } - { - name = "regex"; - packageId = "regex"; - usesDefaultFeatures = false; - features = [ "std" "unicode-perl" ]; - } - { - name = "rustc-hash"; - packageId = "rustc-hash"; - } - { - name = "shlex"; - packageId = "shlex"; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - features = [ "full" "extra-traits" "visit-mut" ]; - } - ]; - features = { - "default" = [ "logging" "prettyplease" "runtime" "which-rustfmt" ]; - "experimental" = [ "dep:annotate-snippets" ]; - "logging" = [ "dep:log" ]; - "prettyplease" = [ "dep:prettyplease" ]; - "runtime" = [ "clang-sys/runtime" ]; - "static" = [ "clang-sys/static" ]; - "which-rustfmt" = [ "dep:which" ]; - }; - resolvedDefaultFeatures = [ "experimental" "runtime" ]; - }; - "bit-set" = rec { - crateName = "bit-set"; - version = "0.5.3"; - edition = "2015"; - sha256 = "1wcm9vxi00ma4rcxkl3pzzjli6ihrpn9cfdi0c5b4cvga2mxs007"; - authors = [ - "Alexis Beingessner " - ]; - dependencies = [ - { - name = "bit-vec"; - packageId = "bit-vec"; - usesDefaultFeatures = false; - } - ]; - features = { - "default" = [ "std" ]; - "std" = [ "bit-vec/std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "bit-vec" = rec { - crateName = "bit-vec"; - version = "0.6.3"; - edition = "2015"; - sha256 = "1ywqjnv60cdh1slhz67psnp422md6jdliji6alq0gmly2xm9p7rl"; - authors = [ - "Alexis Beingessner " - ]; - features = { - "default" = [ "std" ]; - "serde" = [ "dep:serde" ]; - "serde_no_std" = [ "serde/alloc" ]; - "serde_std" = [ "std" "serde/std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "bitflags 1.3.2" = rec { - crateName = "bitflags"; - version = "1.3.2"; - edition = "2018"; - sha256 = "12ki6w8gn1ldq7yz9y680llwk5gmrhrzszaa17g1sbrw2r2qvwxy"; - authors = [ - "The Rust Project Developers" - ]; - features = { - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "rustc-dep-of-std" = [ "core" "compiler_builtins" ]; - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "bitflags 2.4.2" = rec { - crateName = "bitflags"; - version = "2.4.2"; - edition = "2021"; - sha256 = "1pqd142hyqlzr7p9djxq2ff0jx07a2sb2xp9lhw69cbf80s0jmzd"; - authors = [ - "The Rust Project Developers" - ]; - dependencies = [ - { - name = "serde"; - packageId = "serde"; - optional = true; - usesDefaultFeatures = false; - } - ]; - features = { - "arbitrary" = [ "dep:arbitrary" ]; - "bytemuck" = [ "dep:bytemuck" ]; - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "rustc-dep-of-std" = [ "core" "compiler_builtins" ]; - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "serde" "std" ]; - }; - "block" = rec { - crateName = "block"; - version = "0.1.6"; - edition = "2015"; - sha256 = "16k9jgll25pzsq14f244q22cdv0zb4bqacldg3kx6h89d7piz30d"; - authors = [ - "Steven Sheldon" - ]; - - }; - "block-buffer" = rec { - crateName = "block-buffer"; - version = "0.10.4"; - edition = "2018"; - sha256 = "0w9sa2ypmrsqqvc20nhwr75wbb5cjr4kkyhpjm1z1lv2kdicfy1h"; - authors = [ - "RustCrypto Developers" - ]; - dependencies = [ - { - name = "generic-array"; - packageId = "generic-array"; - } - ]; - - }; - "block-sys 0.1.0-beta.1" = rec { - crateName = "block-sys"; - version = "0.1.0-beta.1"; - edition = "2021"; - links = "block_0_1"; - sha256 = "0ihiar08hk0das4q0ii1gsmql975z3rslli1h13jb44hxr0mg98g"; - authors = [ - "Mads Marquart " - ]; - dependencies = [ - { - name = "objc-sys"; - packageId = "objc-sys 0.2.0-beta.2"; - optional = true; - usesDefaultFeatures = false; - } - ]; - features = { - "alloc" = [ "objc-sys?/alloc" ]; - "default" = [ "std" "apple" ]; - "gnustep-1-7" = [ "objc-sys" "objc-sys/gnustep-1-7" ]; - "gnustep-1-8" = [ "objc-sys/gnustep-1-8" "gnustep-1-7" ]; - "gnustep-1-9" = [ "objc-sys/gnustep-1-9" "gnustep-1-8" ]; - "gnustep-2-0" = [ "objc-sys/gnustep-2-0" "gnustep-1-9" ]; - "gnustep-2-1" = [ "objc-sys/gnustep-2-1" "gnustep-2-0" ]; - "objc-sys" = [ "dep:objc-sys" ]; - "std" = [ "alloc" "objc-sys?/std" ]; - "unstable-docsrs" = [ "objc-sys" "objc-sys/unstable-docsrs" ]; - "unstable-winobjc" = [ "objc-sys/unstable-winobjc" "gnustep-1-8" ]; - }; - resolvedDefaultFeatures = [ "alloc" "apple" "std" ]; - }; - "block-sys 0.2.1" = rec { - crateName = "block-sys"; - version = "0.2.1"; - edition = "2021"; - links = "block_0_2"; - sha256 = "1rzp0218mwigdmfd5rhmj5h7c1vp0bq0nxaklhsvi8vydrls11df"; - authors = [ - "Mads Marquart " - ]; - dependencies = [ - { - name = "objc-sys"; - packageId = "objc-sys 0.3.2"; - optional = true; - usesDefaultFeatures = false; - } - ]; - features = { - "alloc" = [ "objc-sys?/alloc" ]; - "default" = [ "std" "apple" ]; - "gnustep-1-7" = [ "objc-sys" "objc-sys/gnustep-1-7" ]; - "gnustep-1-8" = [ "objc-sys/gnustep-1-8" "gnustep-1-7" ]; - "gnustep-1-9" = [ "objc-sys/gnustep-1-9" "gnustep-1-8" ]; - "gnustep-2-0" = [ "objc-sys/gnustep-2-0" "gnustep-1-9" ]; - "gnustep-2-1" = [ "objc-sys/gnustep-2-1" "gnustep-2-0" ]; - "objc-sys" = [ "dep:objc-sys" ]; - "std" = [ "alloc" "objc-sys?/std" ]; - "unstable-docsrs" = [ "objc-sys" "objc-sys/unstable-docsrs" ]; - "unstable-winobjc" = [ "objc-sys/unstable-winobjc" "gnustep-1-8" ]; - }; - resolvedDefaultFeatures = [ "alloc" "apple" "std" ]; - }; - "block2 0.2.0-alpha.6" = rec { - crateName = "block2"; - version = "0.2.0-alpha.6"; - edition = "2021"; - sha256 = "0hpcdl81rmwvhfni9413hrg1wd4xwf6vhch3yv15bxs42wyfdncd"; - authors = [ - "Steven Sheldon" - "Mads Marquart " - ]; - dependencies = [ - { - name = "block-sys"; - packageId = "block-sys 0.1.0-beta.1"; - usesDefaultFeatures = false; - } - { - name = "objc2-encode"; - packageId = "objc2-encode 2.0.0-pre.2"; - usesDefaultFeatures = false; - } - ]; - features = { - "alloc" = [ "objc2-encode/alloc" "block-sys/alloc" ]; - "apple" = [ "block-sys/apple" "objc2-encode/apple" ]; - "compiler-rt" = [ "block-sys/compiler-rt" "objc2-encode/apple" ]; - "default" = [ "std" "apple" ]; - "gnustep-1-7" = [ "block-sys/gnustep-1-7" "objc2-encode/gnustep-1-7" ]; - "gnustep-1-8" = [ "gnustep-1-7" "block-sys/gnustep-1-8" "objc2-encode/gnustep-1-8" ]; - "gnustep-1-9" = [ "gnustep-1-8" "block-sys/gnustep-1-9" "objc2-encode/gnustep-1-9" ]; - "gnustep-2-0" = [ "gnustep-1-9" "block-sys/gnustep-2-0" "objc2-encode/gnustep-2-0" ]; - "gnustep-2-1" = [ "gnustep-2-0" "block-sys/gnustep-2-1" "objc2-encode/gnustep-2-1" ]; - "std" = [ "alloc" "objc2-encode/std" "block-sys/std" ]; - }; - resolvedDefaultFeatures = [ "alloc" "apple" "std" ]; - }; - "block2 0.3.0" = rec { - crateName = "block2"; - version = "0.3.0"; - edition = "2021"; - sha256 = "0s2ywcis2xf9444vmdgzr7ankrrkpchn8zimaw950cszm1imdd8m"; - authors = [ - "Steven Sheldon" - "Mads Marquart " - ]; - dependencies = [ - { - name = "block-sys"; - packageId = "block-sys 0.2.1"; - usesDefaultFeatures = false; - } - { - name = "objc2"; - packageId = "objc2 0.4.1"; - usesDefaultFeatures = false; - } - ]; - features = { - "alloc" = [ "objc2/alloc" "block-sys/alloc" ]; - "apple" = [ "block-sys/apple" "objc2/apple" ]; - "compiler-rt" = [ "block-sys/compiler-rt" "objc2/unstable-compiler-rt" ]; - "default" = [ "std" "apple" ]; - "gnustep-1-7" = [ "block-sys/gnustep-1-7" "objc2/gnustep-1-7" ]; - "gnustep-1-8" = [ "gnustep-1-7" "block-sys/gnustep-1-8" "objc2/gnustep-1-8" ]; - "gnustep-1-9" = [ "gnustep-1-8" "block-sys/gnustep-1-9" "objc2/gnustep-1-9" ]; - "gnustep-2-0" = [ "gnustep-1-9" "block-sys/gnustep-2-0" "objc2/gnustep-2-0" ]; - "gnustep-2-1" = [ "gnustep-2-0" "block-sys/gnustep-2-1" "objc2/gnustep-2-1" ]; - "std" = [ "alloc" "objc2/std" "block-sys/std" ]; - }; - resolvedDefaultFeatures = [ "alloc" "apple" "std" ]; - }; - "blocking" = rec { - crateName = "blocking"; - version = "1.5.1"; - edition = "2018"; - sha256 = "064i3d6b8ln34fgdw49nmx9m36bwi3r3nv8c9xhcrpf4ilz92dva"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "async-channel"; - packageId = "async-channel"; - } - { - name = "async-lock"; - packageId = "async-lock 3.3.0"; - target = { target, features }: (!(builtins.elem "wasm" target."family")); - } - { - name = "async-task"; - packageId = "async-task"; - } - { - name = "fastrand"; - packageId = "fastrand 2.0.1"; - } - { - name = "futures-io"; - packageId = "futures-io"; - usesDefaultFeatures = false; - features = [ "std" ]; - } - { - name = "futures-lite"; - packageId = "futures-lite 2.2.0"; - usesDefaultFeatures = false; - } - { - name = "piper"; - packageId = "piper"; - } - { - name = "tracing"; - packageId = "tracing"; - usesDefaultFeatures = false; - } - ]; - devDependencies = [ - { - name = "futures-lite"; - packageId = "futures-lite 2.2.0"; - } - ]; - - }; - "bumpalo" = rec { - crateName = "bumpalo"; - version = "3.14.0"; - edition = "2021"; - sha256 = "1v4arnv9kwk54v5d0qqpv4vyw2sgr660nk0w3apzixi1cm3yfc3z"; - authors = [ - "Nick Fitzgerald " - ]; - features = { - "allocator-api2" = [ "dep:allocator-api2" ]; - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "bytemuck" = rec { - crateName = "bytemuck"; - version = "1.14.3"; - edition = "2018"; - sha256 = "17xpdkrnw7vcc72cfnmbs6x1pndrh5naj86rkdb4h6k90m7h7vx2"; - authors = [ - "Lokathor " - ]; - dependencies = [ - { - name = "bytemuck_derive"; - packageId = "bytemuck_derive"; - optional = true; - } - ]; - features = { - "bytemuck_derive" = [ "dep:bytemuck_derive" ]; - "derive" = [ "bytemuck_derive" ]; - "extern_crate_std" = [ "extern_crate_alloc" ]; - }; - resolvedDefaultFeatures = [ "aarch64_simd" "bytemuck_derive" "derive" "extern_crate_alloc" ]; - }; - "bytemuck_derive" = rec { - crateName = "bytemuck_derive"; - version = "1.5.0"; - edition = "2018"; - sha256 = "1cgj75df2v32l4fmvnp25xxkkz4lp6hz76f7hfhd55wgbzmvfnln"; - procMacro = true; - authors = [ - "Lokathor " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - } - ]; - - }; - "byteorder" = rec { - crateName = "byteorder"; - version = "1.5.0"; - edition = "2021"; - sha256 = "0jzncxyf404mwqdbspihyzpkndfgda450l0893pz5xj685cg5l0z"; - authors = [ - "Andrew Gallant " - ]; - features = { - "default" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "bytes" = rec { - crateName = "bytes"; - version = "1.5.0"; - edition = "2018"; - sha256 = "08w2i8ac912l8vlvkv3q51cd4gr09pwlg3sjsjffcizlrb0i5gd2"; - authors = [ - "Carl Lerche " - "Sean McArthur " - ]; - features = { - "default" = [ "std" ]; - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "calloop" = rec { - crateName = "calloop"; - version = "0.12.4"; - edition = "2018"; - sha256 = "162jk6j6qgqisyngkiay2qhzcj3i1q0260jiadaqxaasvnsav9zv"; - authors = [ - "Elinor Berger " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "log"; - packageId = "log"; - } - { - name = "polling"; - packageId = "polling 3.4.0"; - } - { - name = "rustix"; - packageId = "rustix 0.38.31"; - usesDefaultFeatures = false; - features = [ "event" "fs" "pipe" "std" ]; - } - { - name = "slab"; - packageId = "slab"; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - ]; - devDependencies = [ - { - name = "rustix"; - packageId = "rustix 0.38.31"; - usesDefaultFeatures = false; - features = [ "net" ]; - } - ]; - features = { - "async-task" = [ "dep:async-task" ]; - "block_on" = [ "pin-utils" ]; - "executor" = [ "async-task" ]; - "futures-io" = [ "dep:futures-io" ]; - "nix" = [ "dep:nix" ]; - "pin-utils" = [ "dep:pin-utils" ]; - "signals" = [ "nix" ]; - }; - }; - "calloop-wayland-source" = rec { - crateName = "calloop-wayland-source"; - version = "0.2.0"; - edition = "2021"; - sha256 = "00lgxlqnkd150ylfn3wi4464ibif1qwbp38shj1aszvc8ywsj3hg"; - authors = [ - "Kirill Chibisov " - ]; - dependencies = [ - { - name = "calloop"; - packageId = "calloop"; - } - { - name = "rustix"; - packageId = "rustix 0.38.31"; - usesDefaultFeatures = false; - features = [ "std" ]; - } - { - name = "wayland-backend"; - packageId = "wayland-backend"; - } - { - name = "wayland-client"; - packageId = "wayland-client"; - } - ]; - features = { - "log" = [ "dep:log" ]; - }; - }; - "cc" = rec { - crateName = "cc"; - version = "1.0.83"; - edition = "2018"; - crateBin = []; - sha256 = "1l643zidlb5iy1dskc5ggqs4wqa29a02f44piczqc8zcnsq4y5zi"; - authors = [ - "Alex Crichton " - ]; - dependencies = [ - { - name = "jobserver"; - packageId = "jobserver"; - optional = true; - } - { - name = "libc"; - packageId = "libc"; - usesDefaultFeatures = false; - target = { target, features }: (target."unix" or false); - } - ]; - features = { - "jobserver" = [ "dep:jobserver" ]; - "parallel" = [ "jobserver" ]; - }; - resolvedDefaultFeatures = [ "jobserver" "parallel" ]; - }; - "cesu8" = rec { - crateName = "cesu8"; - version = "1.1.0"; - edition = "2015"; - sha256 = "0g6q58wa7khxrxcxgnqyi9s1z2cjywwwd3hzr5c55wskhx6s0hvd"; - authors = [ - "Eric Kidd " - ]; - features = { - }; - }; - "cexpr" = rec { - crateName = "cexpr"; - version = "0.6.0"; - edition = "2018"; - sha256 = "0rl77bwhs5p979ih4r0202cn5jrfsrbgrksp40lkfz5vk1x3ib3g"; - authors = [ - "Jethro Beekman " - ]; - dependencies = [ - { - name = "nom"; - packageId = "nom"; - usesDefaultFeatures = false; - features = [ "std" ]; - } - ]; - - }; - "cfg-expr" = rec { - crateName = "cfg-expr"; - version = "0.15.7"; - edition = "2021"; - sha256 = "07cny7rg58mlzmzw2b1x5b6ib1za9647gklksnlzv9m9cj5qcl7s"; - authors = [ - "Embark " - "Jake Shadle " - ]; - dependencies = [ - { - name = "smallvec"; - packageId = "smallvec"; - } - { - name = "target-lexicon"; - packageId = "target-lexicon"; - optional = true; - } - ]; - features = { - "target-lexicon" = [ "dep:target-lexicon" ]; - "targets" = [ "target-lexicon" ]; - }; - resolvedDefaultFeatures = [ "default" "target-lexicon" "targets" ]; - }; - "cfg-if" = rec { - crateName = "cfg-if"; - version = "1.0.0"; - edition = "2018"; - sha256 = "1za0vb97n4brpzpv8lsbnzmq5r8f2b0cpqqr0sy8h5bn751xxwds"; - authors = [ - "Alex Crichton " - ]; - features = { - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "rustc-dep-of-std" = [ "core" "compiler_builtins" ]; - }; - }; - "cfg_aliases" = rec { - crateName = "cfg_aliases"; - version = "0.1.1"; - edition = "2018"; - sha256 = "17p821nc6jm830vzl2lmwz60g3a30hcm33nk6l257i1rjdqw85px"; - authors = [ - "Zicklag " - ]; - - }; - "cgl" = rec { - crateName = "cgl"; - version = "0.3.2"; - edition = "2015"; - sha256 = "1zs7skrsyrsm759vfy2cygkx52fx91b567a12bpaz1sf4d8hbv8c"; - authors = [ - "The Servo Project Developers" - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - } - ]; - - }; - "clang-sys" = rec { - crateName = "clang-sys"; - version = "1.7.0"; - edition = "2015"; - links = "clang"; - sha256 = "1lb9ffil7bidvpsfg38wkkfj55946v82ia07ss4ikkp39cxkllk7"; - authors = [ - "Kyle Mayes " - ]; - dependencies = [ - { - name = "glob"; - packageId = "glob"; - } - { - name = "libc"; - packageId = "libc"; - usesDefaultFeatures = false; - } - { - name = "libloading"; - packageId = "libloading 0.8.1"; - optional = true; - } - ]; - buildDependencies = [ - { - name = "glob"; - packageId = "glob"; - } - ]; - devDependencies = [ - { - name = "glob"; - packageId = "glob"; - } - ]; - features = { - "clang_10_0" = [ "clang_9_0" ]; - "clang_11_0" = [ "clang_10_0" ]; - "clang_12_0" = [ "clang_11_0" ]; - "clang_13_0" = [ "clang_12_0" ]; - "clang_14_0" = [ "clang_13_0" ]; - "clang_15_0" = [ "clang_14_0" ]; - "clang_16_0" = [ "clang_15_0" ]; - "clang_17_0" = [ "clang_16_0" ]; - "clang_3_6" = [ "clang_3_5" ]; - "clang_3_7" = [ "clang_3_6" ]; - "clang_3_8" = [ "clang_3_7" ]; - "clang_3_9" = [ "clang_3_8" ]; - "clang_4_0" = [ "clang_3_9" ]; - "clang_5_0" = [ "clang_4_0" ]; - "clang_6_0" = [ "clang_5_0" ]; - "clang_7_0" = [ "clang_6_0" ]; - "clang_8_0" = [ "clang_7_0" ]; - "clang_9_0" = [ "clang_8_0" ]; - "libloading" = [ "dep:libloading" ]; - "runtime" = [ "libloading" ]; - }; - resolvedDefaultFeatures = [ "clang_3_5" "clang_3_6" "clang_3_7" "clang_3_8" "clang_3_9" "clang_4_0" "clang_5_0" "clang_6_0" "libloading" "runtime" ]; - }; - "clipboard-win" = rec { - crateName = "clipboard-win"; - version = "4.5.0"; - edition = "2018"; - sha256 = "0qh3rypkf1lazniq4nr04hxsck0d55rigb5sjvpvgnap4dyc54bi"; - authors = [ - "Douman " - ]; - dependencies = [ - { - name = "error-code"; - packageId = "error-code"; - target = { target, features }: (target."windows" or false); - } - { - name = "str-buf"; - packageId = "str-buf"; - target = { target, features }: (target."windows" or false); - } - { - name = "winapi"; - packageId = "winapi"; - usesDefaultFeatures = false; - target = { target, features }: (target."windows" or false); - features = [ "basetsd" "shellapi" "winbase" "winuser" "winerror" "stringapiset" "errhandlingapi" "synchapi" ]; - } - ]; - features = { - "std" = [ "error-code/std" ]; - }; - }; - "cocoa" = rec { - crateName = "cocoa"; - version = "0.25.0"; - edition = "2015"; - sha256 = "0g1pl5hq28arqmvsswf2ib7smj445miwa58qa7wrfvksz54h857n"; - authors = [ - "The Servo Project Developers" - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 1.3.2"; - } - { - name = "block"; - packageId = "block"; - } - { - name = "cocoa-foundation"; - packageId = "cocoa-foundation"; - } - { - name = "core-foundation"; - packageId = "core-foundation"; - } - { - name = "core-graphics"; - packageId = "core-graphics"; - } - { - name = "foreign-types"; - packageId = "foreign-types"; - } - { - name = "libc"; - packageId = "libc"; - } - { - name = "objc"; - packageId = "objc"; - } - ]; - - }; - "cocoa-foundation" = rec { - crateName = "cocoa-foundation"; - version = "0.1.2"; - edition = "2015"; - sha256 = "1xwk1khdyqw3dwsl15vr8p86shdcn544fr60ass8biz4nb5k8qlc"; - authors = [ - "The Servo Project Developers" - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 1.3.2"; - } - { - name = "block"; - packageId = "block"; - } - { - name = "core-foundation"; - packageId = "core-foundation"; - } - { - name = "core-graphics-types"; - packageId = "core-graphics-types"; - } - { - name = "libc"; - packageId = "libc"; - } - { - name = "objc"; - packageId = "objc"; - } - ]; - - }; - "codespan-reporting" = rec { - crateName = "codespan-reporting"; - version = "0.11.1"; - edition = "2018"; - sha256 = "0vkfay0aqk73d33kh79k1kqxx06ka22894xhqi89crnc6c6jff1m"; - authors = [ - "Brendan Zabarauskas " - ]; - dependencies = [ - { - name = "termcolor"; - packageId = "termcolor"; - } - { - name = "unicode-width"; - packageId = "unicode-width"; - } - ]; - features = { - "serde" = [ "dep:serde" ]; - "serialization" = [ "serde" "serde/rc" ]; - }; - }; - "color_quant" = rec { - crateName = "color_quant"; - version = "1.1.0"; - edition = "2015"; - sha256 = "12q1n427h2bbmmm1mnglr57jaz2dj9apk0plcxw7nwqiai7qjyrx"; - authors = [ - "nwin " - ]; - - }; - "com" = rec { - crateName = "com"; - version = "0.6.0"; - edition = "2018"; - sha256 = "1xnryd43mqdyq66qlnagwxrcs9iyr0kcbw9f3ddvclvks5zqh5vy"; - authors = [ - "Microsoft Corp." - ]; - dependencies = [ - { - name = "com_macros"; - packageId = "com_macros"; - } - ]; - features = { - "default" = [ "std" ]; - "production" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "production" "std" ]; - }; - "com_macros" = rec { - crateName = "com_macros"; - version = "0.6.0"; - edition = "2018"; - sha256 = "198k9fqd9rnpv3x6pxav6g636gl6m30iyqx63r4cfs56h0sqhxfk"; - procMacro = true; - authors = [ - "Microsoft Corp." - ]; - dependencies = [ - { - name = "com_macros_support"; - packageId = "com_macros_support"; - } - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "syn"; - packageId = "syn 1.0.109"; - features = [ "full" ]; - } - ]; - - }; - "com_macros_support" = rec { - crateName = "com_macros_support"; - version = "0.6.0"; - edition = "2018"; - sha256 = "033ix2k6j0930b0gpm77r2zc2d4f5fvpqbbr8ib6sad9hw89m2dd"; - authors = [ - "Microsoft Corp." - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 1.0.109"; - features = [ "full" "extra-traits" ]; - } - ]; - - }; - "combine" = rec { - crateName = "combine"; - version = "4.6.6"; - edition = "2018"; - sha256 = "1m7s43cpi36vihmlda217xxgsdni3pbwgwfsa9zimdghhjfnxv9m"; - authors = [ - "Markus Westerlind " - ]; - dependencies = [ - { - name = "bytes"; - packageId = "bytes"; - optional = true; - } - { - name = "memchr"; - packageId = "memchr"; - usesDefaultFeatures = false; - } - ]; - devDependencies = [ - { - name = "bytes"; - packageId = "bytes"; - } - ]; - features = { - "bytes" = [ "dep:bytes" ]; - "bytes_05" = [ "dep:bytes_05" ]; - "default" = [ "std" ]; - "futures-03" = [ "pin-project" "std" "futures-core-03" "futures-io-03" "pin-project-lite" ]; - "futures-core-03" = [ "dep:futures-core-03" ]; - "futures-io-03" = [ "dep:futures-io-03" ]; - "pin-project" = [ "pin-project-lite" ]; - "pin-project-lite" = [ "dep:pin-project-lite" ]; - "regex" = [ "dep:regex" ]; - "std" = [ "memchr/std" "bytes" "alloc" ]; - "tokio" = [ "tokio-dep" "tokio-util/io" "futures-core-03" "pin-project-lite" ]; - "tokio-02" = [ "pin-project" "std" "tokio-02-dep" "futures-core-03" "pin-project-lite" "bytes_05" ]; - "tokio-02-dep" = [ "dep:tokio-02-dep" ]; - "tokio-03" = [ "pin-project" "std" "tokio-03-dep" "futures-core-03" "pin-project-lite" ]; - "tokio-03-dep" = [ "dep:tokio-03-dep" ]; - "tokio-dep" = [ "dep:tokio-dep" ]; - "tokio-util" = [ "dep:tokio-util" ]; - }; - resolvedDefaultFeatures = [ "alloc" "bytes" "default" "std" ]; - }; - "concurrent-queue" = rec { - crateName = "concurrent-queue"; - version = "2.4.0"; - edition = "2018"; - sha256 = "0qvk23ynj311adb4z7v89wk3bs65blps4n24q8rgl23vjk6lhq6i"; - authors = [ - "Stjepan Glavina " - "Taiki Endo " - "John Nunley " - ]; - dependencies = [ - { - name = "crossbeam-utils"; - packageId = "crossbeam-utils"; - usesDefaultFeatures = false; - } - ]; - features = { - "default" = [ "std" ]; - "loom" = [ "dep:loom" ]; - "portable-atomic" = [ "dep:portable-atomic" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "convert_case" = rec { - crateName = "convert_case"; - version = "0.6.0"; - edition = "2018"; - sha256 = "1jn1pq6fp3rri88zyw6jlhwwgf6qiyc08d6gjv0qypgkl862n67c"; - authors = [ - "Rutrum " - ]; - dependencies = [ - { - name = "unicode-segmentation"; - packageId = "unicode-segmentation"; - } - ]; - features = { - "rand" = [ "dep:rand" ]; - "random" = [ "rand" ]; - }; - }; - "cookie-factory" = rec { - crateName = "cookie-factory"; - version = "0.3.2"; - edition = "2018"; - sha256 = "0sqjmw85ckqhppff6gjwmvjpkii35441a51xx7cv0ih3jy2fjv9r"; - authors = [ - "Geoffroy Couprie " - "Pierre Chifflier " - ]; - features = { - "default" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "coppwr" = rec { - crateName = "coppwr"; - version = "1.5.1"; - edition = "2021"; - crateBin = [ - { - name = "coppwr"; - path = "src/main.rs"; - requiredFeatures = [ ]; - } - ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ../../../../../../../../../../home/colin/ref/repos/dimtpap/coppwr; } - else ../../../../../../../../../../home/colin/ref/repos/dimtpap/coppwr; - authors = [ - "Dimitris Papaioannou " - ]; - dependencies = [ - { - name = "ashpd"; - packageId = "ashpd"; - optional = true; - } - { - name = "eframe"; - packageId = "eframe"; - } - { - name = "egui"; - packageId = "egui"; - features = [ "rayon" ]; - } - { - name = "egui_dock"; - packageId = "egui_dock"; - } - { - name = "egui_node_graph"; - packageId = "egui_node_graph"; - } - { - name = "egui_plot"; - packageId = "egui_plot"; - } - { - name = "pipewire"; - packageId = "pipewire"; - } - { - name = "pollster"; - packageId = "pollster"; - optional = true; - } - { - name = "serde"; - packageId = "serde"; - optional = true; - } - ]; - features = { - "default" = [ "persistence" ]; - "persistence" = [ "dep:serde" "egui_dock/serde" "eframe/persistence" ]; - "pw_v0_3_77" = [ "pipewire/v0_3_77" ]; - "xdg_desktop_portals" = [ "dep:ashpd" "dep:pollster" ]; - }; - resolvedDefaultFeatures = [ "default" "persistence" "pw_v0_3_77" "xdg_desktop_portals" ]; - }; - "core-foundation" = rec { - crateName = "core-foundation"; - version = "0.9.4"; - edition = "2018"; - sha256 = "13zvbbj07yk3b61b8fhwfzhy35535a583irf23vlcg59j7h9bqci"; - authors = [ - "The Servo Project Developers" - ]; - dependencies = [ - { - name = "core-foundation-sys"; - packageId = "core-foundation-sys"; - usesDefaultFeatures = false; - } - { - name = "libc"; - packageId = "libc"; - } - ]; - features = { - "chrono" = [ "dep:chrono" ]; - "default" = [ "link" ]; - "link" = [ "core-foundation-sys/link" ]; - "mac_os_10_7_support" = [ "core-foundation-sys/mac_os_10_7_support" ]; - "mac_os_10_8_features" = [ "core-foundation-sys/mac_os_10_8_features" ]; - "uuid" = [ "dep:uuid" ]; - "with-chrono" = [ "chrono" ]; - "with-uuid" = [ "uuid" ]; - }; - resolvedDefaultFeatures = [ "default" "link" ]; - }; - "core-foundation-sys" = rec { - crateName = "core-foundation-sys"; - version = "0.8.6"; - edition = "2018"; - sha256 = "13w6sdf06r0hn7bx2b45zxsg1mm2phz34jikm6xc5qrbr6djpsh6"; - authors = [ - "The Servo Project Developers" - ]; - features = { - "default" = [ "link" ]; - }; - resolvedDefaultFeatures = [ "link" ]; - }; - "core-graphics" = rec { - crateName = "core-graphics"; - version = "0.23.1"; - edition = "2015"; - sha256 = "04m2hpzrkzkkxmvlak20ivlgf8rcsh3j3y67vgz2c30iyjx2j2lp"; - authors = [ - "The Servo Project Developers" - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 1.3.2"; - } - { - name = "core-foundation"; - packageId = "core-foundation"; - } - { - name = "core-graphics-types"; - packageId = "core-graphics-types"; - } - { - name = "foreign-types"; - packageId = "foreign-types"; - } - { - name = "libc"; - packageId = "libc"; - } - ]; - features = { - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "core-graphics-types" = rec { - crateName = "core-graphics-types"; - version = "0.1.3"; - edition = "2018"; - sha256 = "1bxg8nxc8fk4kxnqyanhf36wq0zrjr552c58qy6733zn2ihhwfa5"; - authors = [ - "The Servo Project Developers" - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 1.3.2"; - } - { - name = "core-foundation"; - packageId = "core-foundation"; - usesDefaultFeatures = false; - } - { - name = "libc"; - packageId = "libc"; - } - ]; - features = { - "default" = [ "link" ]; - "link" = [ "core-foundation/link" ]; - }; - resolvedDefaultFeatures = [ "default" "link" ]; - }; - "cpufeatures" = rec { - crateName = "cpufeatures"; - version = "0.2.12"; - edition = "2018"; - sha256 = "012m7rrak4girqlii3jnqwrr73gv1i980q4wra5yyyhvzwk5xzjk"; - authors = [ - "RustCrypto Developers" - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "aarch64-linux-android"); - } - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (("aarch64" == target."arch" or null) && ("linux" == target."os" or null)); - } - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (("aarch64" == target."arch" or null) && ("apple" == target."vendor" or null)); - } - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (("loongarch64" == target."arch" or null) && ("linux" == target."os" or null)); - } - ]; - - }; - "crc32fast" = rec { - crateName = "crc32fast"; - version = "1.3.2"; - edition = "2015"; - sha256 = "03c8f29yx293yf43xar946xbls1g60c207m9drf8ilqhr25vsh5m"; - authors = [ - "Sam Rijs " - "Alex Crichton " - ]; - dependencies = [ - { - name = "cfg-if"; - packageId = "cfg-if"; - } - ]; - features = { - "default" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "crossbeam-deque" = rec { - crateName = "crossbeam-deque"; - version = "0.8.5"; - edition = "2021"; - sha256 = "03bp38ljx4wj6vvy4fbhx41q8f585zyqix6pncz1mkz93z08qgv1"; - dependencies = [ - { - name = "crossbeam-epoch"; - packageId = "crossbeam-epoch"; - usesDefaultFeatures = false; - } - { - name = "crossbeam-utils"; - packageId = "crossbeam-utils"; - usesDefaultFeatures = false; - } - ]; - features = { - "default" = [ "std" ]; - "std" = [ "crossbeam-epoch/std" "crossbeam-utils/std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "crossbeam-epoch" = rec { - crateName = "crossbeam-epoch"; - version = "0.9.18"; - edition = "2021"; - sha256 = "03j2np8llwf376m3fxqx859mgp9f83hj1w34153c7a9c7i5ar0jv"; - dependencies = [ - { - name = "crossbeam-utils"; - packageId = "crossbeam-utils"; - usesDefaultFeatures = false; - } - ]; - features = { - "default" = [ "std" ]; - "loom" = [ "loom-crate" "crossbeam-utils/loom" ]; - "loom-crate" = [ "dep:loom-crate" ]; - "nightly" = [ "crossbeam-utils/nightly" ]; - "std" = [ "alloc" "crossbeam-utils/std" ]; - }; - resolvedDefaultFeatures = [ "alloc" "std" ]; - }; - "crossbeam-utils" = rec { - crateName = "crossbeam-utils"; - version = "0.8.19"; - edition = "2021"; - sha256 = "0iakrb1b8fjqrag7wphl94d10irhbh2fw1g444xslsywqyn3p3i4"; - features = { - "default" = [ "std" ]; - "loom" = [ "dep:loom" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "crypto-common" = rec { - crateName = "crypto-common"; - version = "0.1.6"; - edition = "2018"; - sha256 = "1cvby95a6xg7kxdz5ln3rl9xh66nz66w46mm3g56ri1z5x815yqv"; - authors = [ - "RustCrypto Developers" - ]; - dependencies = [ - { - name = "generic-array"; - packageId = "generic-array"; - features = [ "more_lengths" ]; - } - { - name = "typenum"; - packageId = "typenum"; - } - ]; - features = { - "getrandom" = [ "rand_core/getrandom" ]; - "rand_core" = [ "dep:rand_core" ]; - }; - resolvedDefaultFeatures = [ "std" ]; - }; - "cursor-icon" = rec { - crateName = "cursor-icon"; - version = "1.1.0"; - edition = "2021"; - sha256 = "14brf4vd6az9hnszwzqj7xyfaymqx9806d4i7xmwlaja3wjsr9ln"; - authors = [ - "Kirill Chibisov " - ]; - features = { - "default" = [ "std" ]; - "serde" = [ "dep:serde" ]; - "std" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "std" ]; - }; - "derivative" = rec { - crateName = "derivative"; - version = "2.2.0"; - edition = "2015"; - sha256 = "02vpb81wisk2zh1d5f44szzxamzinqgq2k8ydrfjj2wwkrgdvhzw"; - procMacro = true; - authors = [ - "mcarton " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 1.0.109"; - features = [ "visit" "extra-traits" ]; - } - ]; - features = { - }; - }; - "digest" = rec { - crateName = "digest"; - version = "0.10.7"; - edition = "2018"; - sha256 = "14p2n6ih29x81akj097lvz7wi9b6b9hvls0lwrv7b6xwyy0s5ncy"; - authors = [ - "RustCrypto Developers" - ]; - dependencies = [ - { - name = "block-buffer"; - packageId = "block-buffer"; - optional = true; - } - { - name = "crypto-common"; - packageId = "crypto-common"; - } - ]; - features = { - "blobby" = [ "dep:blobby" ]; - "block-buffer" = [ "dep:block-buffer" ]; - "const-oid" = [ "dep:const-oid" ]; - "core-api" = [ "block-buffer" ]; - "default" = [ "core-api" ]; - "dev" = [ "blobby" ]; - "mac" = [ "subtle" ]; - "oid" = [ "const-oid" ]; - "rand_core" = [ "crypto-common/rand_core" ]; - "std" = [ "alloc" "crypto-common/std" ]; - "subtle" = [ "dep:subtle" ]; - }; - resolvedDefaultFeatures = [ "alloc" "block-buffer" "core-api" "default" "std" ]; - }; - "directories-next" = rec { - crateName = "directories-next"; - version = "2.0.0"; - edition = "2018"; - sha256 = "1g1vq8d8mv0vp0l317gh9y46ipqg2fxjnbc7lnjhwqbsv4qf37ik"; - authors = [ - "The @xdg-rs members" - ]; - dependencies = [ - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "dirs-sys-next"; - packageId = "dirs-sys-next"; - } - ]; - - }; - "dirs-sys-next" = rec { - crateName = "dirs-sys-next"; - version = "0.1.2"; - edition = "2018"; - sha256 = "0kavhavdxv4phzj4l0psvh55hszwnr0rcz8sxbvx20pyqi2a3gaf"; - authors = [ - "The @xdg-rs members" - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (target."unix" or false); - } - { - name = "redox_users"; - packageId = "redox_users"; - usesDefaultFeatures = false; - target = { target, features }: ("redox" == target."os" or null); - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "knownfolders" "objbase" "shlobj" "winbase" "winerror" ]; - } - ]; - - }; - "dispatch" = rec { - crateName = "dispatch"; - version = "0.2.0"; - edition = "2018"; - sha256 = "0fwjr9b7582ic5689zxj8lf7zl94iklhlns3yivrnv8c9fxr635x"; - authors = [ - "Steven Sheldon" - ]; - - }; - "dlib" = rec { - crateName = "dlib"; - version = "0.5.2"; - edition = "2015"; - sha256 = "04m4zzybx804394dnqs1blz241xcy480bdwf3w9p4k6c3l46031k"; - authors = [ - "Elinor Berger " - ]; - dependencies = [ - { - name = "libloading"; - packageId = "libloading 0.8.1"; - } - ]; - - }; - "document-features" = rec { - crateName = "document-features"; - version = "0.2.8"; - edition = "2018"; - sha256 = "15cvgxqngxslgllz15m8aban6wqfgsi6nlhr0g25yfsnd6nq4lpg"; - procMacro = true; - libPath = "lib.rs"; - authors = [ - "Slint Developers " - ]; - dependencies = [ - { - name = "litrs"; - packageId = "litrs"; - usesDefaultFeatures = false; - } - ]; - features = { - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "downcast-rs" = rec { - crateName = "downcast-rs"; - version = "1.2.0"; - edition = "2015"; - sha256 = "0l36kgxqd5djhqwf5abxjmgasdw8n0qsjvw3jdvhi91nj393ba4y"; - authors = [ - "Ashish Myles " - "Runji Wang " - ]; - features = { - "default" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "duplicate" = rec { - crateName = "duplicate"; - version = "1.0.0"; - edition = "2018"; - sha256 = "1jrh28a3g9xw0w9v21y92d4k08lgr1ffg8mjhw2h67h6r5mfcy6y"; - procMacro = true; - authors = [ - "Emad Jacob Maroun " - ]; - dependencies = [ - { - name = "heck"; - packageId = "heck"; - optional = true; - } - { - name = "proc-macro-error"; - packageId = "proc-macro-error"; - optional = true; - } - ]; - features = { - "default" = [ "pretty_errors" "module_disambiguation" ]; - "heck" = [ "dep:heck" ]; - "module_disambiguation" = [ "heck" ]; - "pretty_errors" = [ "proc-macro-error" ]; - "proc-macro-error" = [ "dep:proc-macro-error" ]; - }; - resolvedDefaultFeatures = [ "default" "heck" "module_disambiguation" "pretty_errors" "proc-macro-error" ]; - }; - "ecolor" = rec { - crateName = "ecolor"; - version = "0.26.2"; - edition = "2021"; - sha256 = "0kpgqk2ybc1dbqm5m0qic2plm09fhzb48q7wpz6siqch305yikq3"; - authors = [ - "Emil Ernerfeldt " - "Andreas Reich " - ]; - dependencies = [ - { - name = "bytemuck"; - packageId = "bytemuck"; - optional = true; - features = [ "derive" ]; - } - { - name = "serde"; - packageId = "serde"; - optional = true; - features = [ "derive" ]; - } - ]; - features = { - "bytemuck" = [ "dep:bytemuck" ]; - "cint" = [ "dep:cint" ]; - "color-hex" = [ "dep:color-hex" ]; - "document-features" = [ "dep:document-features" ]; - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "bytemuck" "serde" ]; - }; - "eframe" = rec { - crateName = "eframe"; - version = "0.26.2"; - edition = "2021"; - sha256 = "0vzjpm6kmqnnyhsvm4gq7yi7033m7mq88x15h2vnigqkdnxw2mn4"; - authors = [ - "Emil Ernerfeldt " - ]; - dependencies = [ - { - name = "bytemuck"; - packageId = "bytemuck"; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "cocoa"; - packageId = "cocoa"; - target = { target, features }: (("macos" == target."os" or null)); - } - { - name = "directories-next"; - packageId = "directories-next"; - optional = true; - target = { target, features }: (!("wasm32" == target."arch" or null)); - } - { - name = "document-features"; - packageId = "document-features"; - } - { - name = "egui"; - packageId = "egui"; - usesDefaultFeatures = false; - features = [ "bytemuck" "log" ]; - } - { - name = "egui-wgpu"; - packageId = "egui-wgpu"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: (!("wasm32" == target."arch" or null)); - features = [ "winit" ]; - } - { - name = "egui-wgpu"; - packageId = "egui-wgpu"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "egui-winit"; - packageId = "egui-winit"; - usesDefaultFeatures = false; - target = { target, features }: (!("wasm32" == target."arch" or null)); - features = [ "clipboard" "links" ]; - } - { - name = "egui_glow"; - packageId = "egui_glow"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "glow"; - packageId = "glow"; - optional = true; - } - { - name = "glutin"; - packageId = "glutin"; - optional = true; - target = { target, features }: (!("wasm32" == target."arch" or null)); - } - { - name = "glutin-winit"; - packageId = "glutin-winit"; - optional = true; - target = { target, features }: (!("wasm32" == target."arch" or null)); - } - { - name = "image"; - packageId = "image"; - usesDefaultFeatures = false; - target = { target, features }: (!("wasm32" == target."arch" or null)); - features = [ "png" ]; - } - { - name = "js-sys"; - packageId = "js-sys"; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "log"; - packageId = "log"; - features = [ "std" ]; - } - { - name = "objc"; - packageId = "objc"; - target = { target, features }: (("macos" == target."os" or null)); - } - { - name = "parking_lot"; - packageId = "parking_lot"; - } - { - name = "percent-encoding"; - packageId = "percent-encoding"; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "raw-window-handle"; - packageId = "raw-window-handle 0.5.2"; - rename = "rwh_05"; - optional = true; - features = [ "std" ]; - } - { - name = "raw-window-handle"; - packageId = "raw-window-handle 0.6.0"; - } - { - name = "ron"; - packageId = "ron"; - optional = true; - features = [ "integer128" ]; - } - { - name = "serde"; - packageId = "serde"; - optional = true; - features = [ "derive" ]; - } - { - name = "static_assertions"; - packageId = "static_assertions"; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - { - name = "wasm-bindgen"; - packageId = "wasm-bindgen"; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "wasm-bindgen-futures"; - packageId = "wasm-bindgen-futures"; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "web-sys"; - packageId = "web-sys"; - target = { target, features }: ("wasm32" == target."arch" or null); - features = [ "BinaryType" "Blob" "Clipboard" "ClipboardEvent" "CompositionEvent" "console" "CssStyleDeclaration" "DataTransfer" "DataTransferItem" "DataTransferItemList" "Document" "DomRect" "DragEvent" "Element" "Event" "EventListener" "EventTarget" "ExtSRgb" "File" "FileList" "FocusEvent" "HtmlCanvasElement" "HtmlElement" "HtmlInputElement" "InputEvent" "KeyboardEvent" "Location" "MediaQueryList" "MediaQueryListEvent" "MouseEvent" "Navigator" "Performance" "Storage" "Touch" "TouchEvent" "TouchList" "WebGl2RenderingContext" "WebglDebugRendererInfo" "WebGlRenderingContext" "WheelEvent" "Window" ]; - } - { - name = "web-time"; - packageId = "web-time"; - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (("windows" == target."os" or null)); - features = [ "winuser" ]; - } - { - name = "winit"; - packageId = "winit"; - usesDefaultFeatures = false; - target = { target, features }: (!("wasm32" == target."arch" or null)); - features = [ "rwh_06" ]; - } - ]; - features = { - "accesskit" = [ "egui/accesskit" "egui-winit/accesskit" ]; - "android-game-activity" = [ "egui-winit/android-game-activity" ]; - "android-native-activity" = [ "egui-winit/android-native-activity" ]; - "default" = [ "accesskit" "default_fonts" "glow" "wayland" "web_screen_reader" "winit/default" "x11" ]; - "default_fonts" = [ "egui/default_fonts" ]; - "directories-next" = [ "dep:directories-next" ]; - "glow" = [ "dep:egui_glow" "dep:glow" "dep:glutin-winit" "dep:glutin" "dep:rwh_05" "winit/rwh_05" ]; - "persistence" = [ "directories-next" "egui-winit/serde" "egui/persistence" "ron" "serde" ]; - "puffin" = [ "dep:puffin" "egui/puffin" "egui_glow?/puffin" "egui-wgpu?/puffin" "egui-winit/puffin" ]; - "ron" = [ "dep:ron" ]; - "serde" = [ "dep:serde" ]; - "wayland" = [ "egui-winit/wayland" "egui-wgpu?/wayland" "egui_glow?/wayland" ]; - "web_screen_reader" = [ "web-sys/SpeechSynthesis" "web-sys/SpeechSynthesisUtterance" ]; - "wgpu" = [ "dep:wgpu" "dep:egui-wgpu" "dep:pollster" ]; - "x11" = [ "egui-winit/x11" "egui-wgpu?/x11" "egui_glow?/x11" ]; - }; - resolvedDefaultFeatures = [ "accesskit" "default" "default_fonts" "directories-next" "glow" "persistence" "ron" "serde" "wayland" "web_screen_reader" "x11" ]; - }; - "egui" = rec { - crateName = "egui"; - version = "0.26.2"; - edition = "2021"; - sha256 = "1l4pa86xck0afi07nq3jxb7qd6r4alwyzbvldgy1bdm569a5j3qq"; - authors = [ - "Emil Ernerfeldt " - ]; - dependencies = [ - { - name = "accesskit"; - packageId = "accesskit"; - optional = true; - } - { - name = "ahash"; - packageId = "ahash"; - usesDefaultFeatures = false; - features = [ "no-rng" "std" ]; - } - { - name = "epaint"; - packageId = "epaint"; - usesDefaultFeatures = false; - } - { - name = "log"; - packageId = "log"; - optional = true; - features = [ "std" ]; - } - { - name = "nohash-hasher"; - packageId = "nohash-hasher"; - } - { - name = "ron"; - packageId = "ron"; - optional = true; - } - { - name = "serde"; - packageId = "serde"; - optional = true; - features = [ "derive" "rc" ]; - } - ]; - features = { - "accesskit" = [ "dep:accesskit" ]; - "bytemuck" = [ "epaint/bytemuck" ]; - "callstack" = [ "dep:backtrace" ]; - "cint" = [ "epaint/cint" ]; - "color-hex" = [ "epaint/color-hex" ]; - "deadlock_detection" = [ "epaint/deadlock_detection" ]; - "default" = [ "default_fonts" ]; - "default_fonts" = [ "epaint/default_fonts" ]; - "document-features" = [ "dep:document-features" ]; - "extra_asserts" = [ "epaint/extra_asserts" ]; - "extra_debug_asserts" = [ "epaint/extra_debug_asserts" ]; - "log" = [ "dep:log" "epaint/log" ]; - "mint" = [ "epaint/mint" ]; - "persistence" = [ "serde" "epaint/serde" "ron" ]; - "puffin" = [ "dep:puffin" "epaint/puffin" ]; - "rayon" = [ "epaint/rayon" ]; - "ron" = [ "dep:ron" ]; - "serde" = [ "dep:serde" "epaint/serde" "accesskit?/serde" ]; - "unity" = [ "epaint/unity" ]; - }; - resolvedDefaultFeatures = [ "accesskit" "bytemuck" "default" "default_fonts" "log" "persistence" "rayon" "ron" "serde" ]; - }; - "egui-wgpu" = rec { - crateName = "egui-wgpu"; - version = "0.26.2"; - edition = "2021"; - sha256 = "1m319h8vn2g6xf60qrp9i3mfgq4zbz0bla7q4rqqw8kh3rgdgwl6"; - authors = [ - "Nils Hasenbanck " - "embotech " - "Emil Ernerfeldt " - ]; - dependencies = [ - { - name = "bytemuck"; - packageId = "bytemuck"; - } - { - name = "document-features"; - packageId = "document-features"; - } - { - name = "egui"; - packageId = "egui"; - usesDefaultFeatures = false; - } - { - name = "epaint"; - packageId = "epaint"; - usesDefaultFeatures = false; - features = [ "bytemuck" ]; - } - { - name = "log"; - packageId = "log"; - features = [ "std" ]; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - { - name = "type-map"; - packageId = "type-map"; - } - { - name = "web-time"; - packageId = "web-time"; - } - { - name = "wgpu"; - packageId = "wgpu"; - usesDefaultFeatures = false; - features = [ "fragile-send-sync-non-atomic-wasm" "wgsl" ]; - } - { - name = "winit"; - packageId = "winit"; - optional = true; - usesDefaultFeatures = false; - features = [ "rwh_06" ]; - } - ]; - features = { - "puffin" = [ "dep:puffin" ]; - "wayland" = [ "winit?/wayland" ]; - "winit" = [ "dep:winit" ]; - "x11" = [ "winit?/x11" ]; - }; - resolvedDefaultFeatures = [ "wayland" "winit" "x11" ]; - }; - "egui-winit" = rec { - crateName = "egui-winit"; - version = "0.26.2"; - edition = "2021"; - sha256 = "18h4n3ldp6f7xdn71x7948q8ra3fnx327ss50m4d8w4zv3w48kda"; - authors = [ - "Emil Ernerfeldt " - ]; - dependencies = [ - { - name = "accesskit_winit"; - packageId = "accesskit_winit"; - optional = true; - } - { - name = "arboard"; - packageId = "arboard"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: (!("android" == target."os" or null)); - } - { - name = "egui"; - packageId = "egui"; - usesDefaultFeatures = false; - features = [ "log" ]; - } - { - name = "log"; - packageId = "log"; - features = [ "std" ]; - } - { - name = "raw-window-handle"; - packageId = "raw-window-handle 0.6.0"; - } - { - name = "serde"; - packageId = "serde"; - optional = true; - features = [ "derive" ]; - } - { - name = "smithay-clipboard"; - packageId = "smithay-clipboard"; - optional = true; - target = { target, features }: (("linux" == target."os" or null) || ("dragonfly" == target."os" or null) || ("freebsd" == target."os" or null) || ("netbsd" == target."os" or null) || ("openbsd" == target."os" or null)); - } - { - name = "web-time"; - packageId = "web-time"; - } - { - name = "webbrowser"; - packageId = "webbrowser"; - optional = true; - } - { - name = "winit"; - packageId = "winit"; - usesDefaultFeatures = false; - features = [ "rwh_06" ]; - } - ]; - features = { - "accesskit" = [ "accesskit_winit" "egui/accesskit" ]; - "accesskit_winit" = [ "dep:accesskit_winit" ]; - "android-game-activity" = [ "winit/android-game-activity" ]; - "android-native-activity" = [ "winit/android-native-activity" ]; - "arboard" = [ "dep:arboard" ]; - "bytemuck" = [ "egui/bytemuck" ]; - "clipboard" = [ "arboard" "smithay-clipboard" ]; - "default" = [ "clipboard" "links" "wayland" "winit/default" "x11" ]; - "document-features" = [ "dep:document-features" ]; - "links" = [ "webbrowser" ]; - "puffin" = [ "dep:puffin" "egui/puffin" ]; - "serde" = [ "egui/serde" "dep:serde" ]; - "smithay-clipboard" = [ "dep:smithay-clipboard" ]; - "wayland" = [ "winit/wayland" "bytemuck" ]; - "webbrowser" = [ "dep:webbrowser" ]; - "x11" = [ "winit/x11" "bytemuck" ]; - }; - resolvedDefaultFeatures = [ "accesskit" "accesskit_winit" "arboard" "bytemuck" "clipboard" "links" "serde" "smithay-clipboard" "wayland" "webbrowser" "x11" ]; - }; - "egui_dock" = rec { - crateName = "egui_dock"; - version = "0.11.1"; - edition = "2021"; - sha256 = "06wrfcicmnyaysj12mdqc6kvdx3ngsayla3pf7wbch58n0fvvd80"; - authors = [ - "lain-dono" - "Adam Gąsior (Adanos020)" - ]; - dependencies = [ - { - name = "duplicate"; - packageId = "duplicate"; - } - { - name = "egui"; - packageId = "egui"; - usesDefaultFeatures = false; - } - { - name = "paste"; - packageId = "paste"; - } - { - name = "serde"; - packageId = "serde"; - optional = true; - features = [ "derive" ]; - } - ]; - features = { - "serde" = [ "dep:serde" "egui/serde" ]; - }; - resolvedDefaultFeatures = [ "default" "serde" ]; - }; - "egui_glow" = rec { - crateName = "egui_glow"; - version = "0.26.2"; - edition = "2021"; - sha256 = "00gsa7jvknziyfp4kggxxayjarvyclf09v5z7m4mjk4bfbl3p3m0"; - authors = [ - "Emil Ernerfeldt " - ]; - dependencies = [ - { - name = "bytemuck"; - packageId = "bytemuck"; - } - { - name = "egui"; - packageId = "egui"; - usesDefaultFeatures = false; - features = [ "bytemuck" ]; - } - { - name = "glow"; - packageId = "glow"; - } - { - name = "log"; - packageId = "log"; - features = [ "std" ]; - } - { - name = "memoffset"; - packageId = "memoffset 0.9.0"; - } - { - name = "wasm-bindgen"; - packageId = "wasm-bindgen"; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "web-sys"; - packageId = "web-sys"; - target = { target, features }: ("wasm32" == target."arch" or null); - features = [ "console" ]; - } - { - name = "winit"; - packageId = "winit"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: (!("wasm32" == target."arch" or null)); - features = [ "rwh_06" ]; - } - ]; - features = { - "clipboard" = [ "egui-winit?/clipboard" ]; - "document-features" = [ "dep:document-features" ]; - "egui-winit" = [ "dep:egui-winit" ]; - "links" = [ "egui-winit?/links" ]; - "puffin" = [ "dep:puffin" "egui-winit?/puffin" "egui/puffin" ]; - "wayland" = [ "winit?/wayland" ]; - "winit" = [ "egui-winit" "dep:winit" ]; - "x11" = [ "winit?/x11" ]; - }; - resolvedDefaultFeatures = [ "wayland" "x11" ]; - }; - "egui_node_graph" = rec { - crateName = "egui_node_graph"; - version = "0.4.0"; - edition = "2021"; - workspace_member = null; - src = pkgs.fetchgit { - url = "https://github.com/dimtpap/egui_node_graph.git"; - rev = "a2e93a2826f90c21f13fa8fecf9076da611432fd"; - sha256 = "1nnxm7h0ai0mipisi553ah9vsg0zjl4wsxcfrjlv10g5i7ldlya2"; - }; - authors = [ - "setzer22" - ]; - dependencies = [ - { - name = "egui"; - packageId = "egui"; - } - { - name = "slotmap"; - packageId = "slotmap"; - } - { - name = "smallvec"; - packageId = "smallvec"; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - ]; - features = { - "persistence" = [ "serde" "slotmap/serde" "smallvec/serde" "egui/persistence" ]; - "serde" = [ "dep:serde" ]; - }; - }; - "egui_plot" = rec { - crateName = "egui_plot"; - version = "0.26.2"; - edition = "2021"; - sha256 = "0n6z8gmjjrfv1yqndnvd958n1l9hjwcwjsp20vqxfk99mnqzqfw0"; - authors = [ - "Emil Ernerfeldt " - "Jan Haller " - "Sven Niederberger " - ]; - dependencies = [ - { - name = "egui"; - packageId = "egui"; - usesDefaultFeatures = false; - } - ]; - features = { - "document-features" = [ "dep:document-features" ]; - "serde" = [ "dep:serde" "egui/serde" ]; - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "either" = rec { - crateName = "either"; - version = "1.10.0"; - edition = "2018"; - sha256 = "0jiyq2mc1aa5b8whwl1bhm11i06xxcbk9ck7macxxggzjk07l58i"; - authors = [ - "bluss" - ]; - features = { - "default" = [ "use_std" ]; - "serde" = [ "dep:serde" ]; - }; - }; - "emath" = rec { - crateName = "emath"; - version = "0.26.2"; - edition = "2021"; - sha256 = "02dgx8946bcy254rs8ijhx9k3n5xklfvagnzdiw8yi40rwg305k9"; - authors = [ - "Emil Ernerfeldt " - ]; - dependencies = [ - { - name = "bytemuck"; - packageId = "bytemuck"; - optional = true; - features = [ "derive" ]; - } - { - name = "serde"; - packageId = "serde"; - optional = true; - features = [ "derive" ]; - } - ]; - features = { - "bytemuck" = [ "dep:bytemuck" ]; - "document-features" = [ "dep:document-features" ]; - "mint" = [ "dep:mint" ]; - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "bytemuck" "serde" ]; - }; - "enumflags2" = rec { - crateName = "enumflags2"; - version = "0.7.8"; - edition = "2018"; - sha256 = "0f9r5i4fqj3vwzy2hm5pcl2cbnmz47w3mxkjxlxdkj900grv962r"; - authors = [ - "maik klein " - "Maja Kądziołka " - ]; - dependencies = [ - { - name = "enumflags2_derive"; - packageId = "enumflags2_derive"; - } - { - name = "serde"; - packageId = "serde"; - optional = true; - usesDefaultFeatures = false; - } - ]; - features = { - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "serde" ]; - }; - "enumflags2_derive" = rec { - crateName = "enumflags2_derive"; - version = "0.7.8"; - edition = "2018"; - sha256 = "0il2856z9qxzm11m6i9kr2jh75mfwmpcwlrr7qd4lp9mrl0jhppr"; - procMacro = true; - authors = [ - "maik klein " - "Maja Kądziołka " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - features = [ "full" ]; - } - ]; - - }; - "enumn" = rec { - crateName = "enumn"; - version = "0.1.13"; - edition = "2021"; - sha256 = "0hnvrp440hwjfd4navbni2mhcjd63adxp8ryk6z3prw8d7yh1l3g"; - procMacro = true; - authors = [ - "David Tolnay " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - } - ]; - - }; - "epaint" = rec { - crateName = "epaint"; - version = "0.26.2"; - edition = "2021"; - sha256 = "1bs7davjnss4v93hbm1i13g0qwqz52hy9sg6r2q5hzyx2zvgvfbp"; - authors = [ - "Emil Ernerfeldt " - ]; - dependencies = [ - { - name = "ab_glyph"; - packageId = "ab_glyph"; - } - { - name = "ahash"; - packageId = "ahash"; - usesDefaultFeatures = false; - features = [ "no-rng" "std" ]; - } - { - name = "bytemuck"; - packageId = "bytemuck"; - optional = true; - features = [ "derive" ]; - } - { - name = "ecolor"; - packageId = "ecolor"; - usesDefaultFeatures = false; - } - { - name = "emath"; - packageId = "emath"; - usesDefaultFeatures = false; - } - { - name = "log"; - packageId = "log"; - optional = true; - features = [ "std" ]; - } - { - name = "nohash-hasher"; - packageId = "nohash-hasher"; - } - { - name = "parking_lot"; - packageId = "parking_lot"; - } - { - name = "rayon"; - packageId = "rayon"; - optional = true; - } - { - name = "serde"; - packageId = "serde"; - optional = true; - features = [ "derive" "rc" ]; - } - ]; - features = { - "bytemuck" = [ "dep:bytemuck" "emath/bytemuck" "ecolor/bytemuck" ]; - "cint" = [ "ecolor/cint" ]; - "color-hex" = [ "ecolor/color-hex" ]; - "deadlock_detection" = [ "dep:backtrace" ]; - "default" = [ "default_fonts" ]; - "document-features" = [ "dep:document-features" ]; - "extra_asserts" = [ "emath/extra_asserts" "ecolor/extra_asserts" ]; - "extra_debug_asserts" = [ "emath/extra_debug_asserts" "ecolor/extra_debug_asserts" ]; - "log" = [ "dep:log" ]; - "mint" = [ "emath/mint" ]; - "puffin" = [ "dep:puffin" ]; - "rayon" = [ "dep:rayon" ]; - "serde" = [ "dep:serde" "ahash/serde" "emath/serde" "ecolor/serde" ]; - }; - resolvedDefaultFeatures = [ "bytemuck" "default_fonts" "log" "rayon" "serde" ]; - }; - "equivalent" = rec { - crateName = "equivalent"; - version = "1.0.1"; - edition = "2015"; - sha256 = "1malmx5f4lkfvqasz319lq6gb3ddg19yzf9s8cykfsgzdmyq0hsl"; - - }; - "errno" = rec { - crateName = "errno"; - version = "0.3.8"; - edition = "2018"; - sha256 = "0ia28ylfsp36i27g1qih875cyyy4by2grf80ki8vhgh6vinf8n52"; - authors = [ - "Chris Wong " - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - usesDefaultFeatures = false; - target = { target, features }: ("hermit" == target."os" or null); - } - { - name = "libc"; - packageId = "libc"; - usesDefaultFeatures = false; - target = { target, features }: ("wasi" == target."os" or null); - } - { - name = "libc"; - packageId = "libc"; - usesDefaultFeatures = false; - target = { target, features }: (target."unix" or false); - } - { - name = "windows-sys"; - packageId = "windows-sys 0.52.0"; - target = { target, features }: (target."windows" or false); - features = [ "Win32_Foundation" "Win32_System_Diagnostics_Debug" ]; - } - ]; - features = { - "default" = [ "std" ]; - "std" = [ "libc/std" ]; - }; - resolvedDefaultFeatures = [ "std" ]; - }; - "error-code" = rec { - crateName = "error-code"; - version = "2.3.1"; - edition = "2018"; - sha256 = "08baxlf8qz01lgjsdbfhs193r9y1nlc566s5xvzyf4dzwy8qkwb4"; - authors = [ - "Douman " - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - usesDefaultFeatures = false; - } - { - name = "str-buf"; - packageId = "str-buf"; - } - ]; - features = { - }; - }; - "event-listener 2.5.3" = rec { - crateName = "event-listener"; - version = "2.5.3"; - edition = "2018"; - sha256 = "1q4w3pndc518crld6zsqvvpy9lkzwahp2zgza9kbzmmqh9gif1h2"; - authors = [ - "Stjepan Glavina " - ]; - - }; - "event-listener 3.1.0" = rec { - crateName = "event-listener"; - version = "3.1.0"; - edition = "2021"; - sha256 = "1hihkg6ihvb6p9yi7nq11di8mhd5y0iqv81ij6h0rf0fvsy7ff6r"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "concurrent-queue"; - packageId = "concurrent-queue"; - usesDefaultFeatures = false; - } - { - name = "parking"; - packageId = "parking"; - optional = true; - target = { target, features }: (!(builtins.elem "wasm" target."family")); - } - { - name = "pin-project-lite"; - packageId = "pin-project-lite"; - } - ]; - features = { - "default" = [ "std" ]; - "parking" = [ "dep:parking" ]; - "portable-atomic" = [ "portable-atomic-util" "portable_atomic_crate" ]; - "portable-atomic-util" = [ "dep:portable-atomic-util" ]; - "portable_atomic_crate" = [ "dep:portable_atomic_crate" ]; - "std" = [ "concurrent-queue/std" "parking" ]; - }; - resolvedDefaultFeatures = [ "default" "parking" "std" ]; - }; - "event-listener 4.0.3" = rec { - crateName = "event-listener"; - version = "4.0.3"; - edition = "2021"; - sha256 = "0vk4smw1vf871vi76af1zn7w69jg3zmpjddpby2qq91bkg21bck7"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "concurrent-queue"; - packageId = "concurrent-queue"; - usesDefaultFeatures = false; - } - { - name = "parking"; - packageId = "parking"; - optional = true; - target = { target, features }: (!(builtins.elem "wasm" target."family")); - } - { - name = "pin-project-lite"; - packageId = "pin-project-lite"; - } - ]; - features = { - "default" = [ "std" ]; - "parking" = [ "dep:parking" ]; - "portable-atomic" = [ "portable-atomic-util" "portable_atomic_crate" ]; - "portable-atomic-util" = [ "dep:portable-atomic-util" ]; - "portable_atomic_crate" = [ "dep:portable_atomic_crate" ]; - "std" = [ "concurrent-queue/std" "parking" ]; - }; - resolvedDefaultFeatures = [ "parking" "std" ]; - }; - "event-listener 5.0.0" = rec { - crateName = "event-listener"; - version = "5.0.0"; - edition = "2021"; - sha256 = "1h90kw1hy7yxn3rd992psh13gf9p9vr4ppa94jmbpyi40205f9dp"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "concurrent-queue"; - packageId = "concurrent-queue"; - usesDefaultFeatures = false; - } - { - name = "parking"; - packageId = "parking"; - optional = true; - target = { target, features }: (!(builtins.elem "wasm" target."family")); - } - { - name = "pin-project-lite"; - packageId = "pin-project-lite"; - } - ]; - features = { - "default" = [ "std" ]; - "parking" = [ "dep:parking" ]; - "portable-atomic" = [ "portable-atomic-util" "portable_atomic_crate" ]; - "portable-atomic-util" = [ "dep:portable-atomic-util" ]; - "portable_atomic_crate" = [ "dep:portable_atomic_crate" ]; - "std" = [ "concurrent-queue/std" "parking" ]; - }; - resolvedDefaultFeatures = [ "parking" "std" ]; - }; - "event-listener-strategy 0.4.0" = rec { - crateName = "event-listener-strategy"; - version = "0.4.0"; - edition = "2018"; - sha256 = "1lwprdjqp2ibbxhgm9khw7s7y7k4xiqj5i5yprqiks6mnrq4v3lm"; - authors = [ - "John Nunley " - ]; - dependencies = [ - { - name = "event-listener"; - packageId = "event-listener 4.0.3"; - usesDefaultFeatures = false; - } - { - name = "pin-project-lite"; - packageId = "pin-project-lite"; - } - ]; - features = { - "default" = [ "std" ]; - "std" = [ "event-listener/std" ]; - }; - resolvedDefaultFeatures = [ "std" ]; - }; - "event-listener-strategy 0.5.0" = rec { - crateName = "event-listener-strategy"; - version = "0.5.0"; - edition = "2021"; - sha256 = "148jflvjrq0zrr3dx3srv88jksj1klm4amy3b9fifjdpm75azvgy"; - authors = [ - "John Nunley " - ]; - dependencies = [ - { - name = "event-listener"; - packageId = "event-listener 5.0.0"; - usesDefaultFeatures = false; - } - { - name = "pin-project-lite"; - packageId = "pin-project-lite"; - } - ]; - features = { - "default" = [ "std" ]; - "std" = [ "event-listener/std" ]; - }; - resolvedDefaultFeatures = [ "std" ]; - }; - "fastrand 1.9.0" = rec { - crateName = "fastrand"; - version = "1.9.0"; - edition = "2018"; - sha256 = "1gh12m56265ihdbzh46bhh0jf74i197wm51jg1cw75q7ggi96475"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "instant"; - packageId = "instant"; - target = { target, features }: (("wasm32" == target."arch" or null) && (!("wasi" == target."os" or null))); - } - ]; - devDependencies = [ - { - name = "instant"; - packageId = "instant"; - target = {target, features}: (("wasm32" == target."arch" or null) && (!("wasi" == target."os" or null))); - features = [ "wasm-bindgen" ]; - } - ]; - - }; - "fastrand 2.0.1" = rec { - crateName = "fastrand"; - version = "2.0.1"; - edition = "2018"; - sha256 = "19flpv5zbzpf0rk4x77z4zf25in0brg8l7m304d3yrf47qvwxjr5"; - authors = [ - "Stjepan Glavina " - ]; - features = { - "default" = [ "std" ]; - "getrandom" = [ "dep:getrandom" ]; - "js" = [ "std" "getrandom" ]; - "std" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "std" ]; - }; - "fdeflate" = rec { - crateName = "fdeflate"; - version = "0.3.4"; - edition = "2021"; - sha256 = "0ig65nz4wcqaa3y109sh7yv155ldfyph6bs2ifmz1vad1vizx6sg"; - authors = [ - "The image-rs Developers" - ]; - dependencies = [ - { - name = "simd-adler32"; - packageId = "simd-adler32"; - } - ]; - - }; - "flate2" = rec { - crateName = "flate2"; - version = "1.0.28"; - edition = "2018"; - sha256 = "03llhsh4gqdirnfxxb9g2w9n0721dyn4yjir3pz7z4vjaxb3yc26"; - authors = [ - "Alex Crichton " - "Josh Triplett " - ]; - dependencies = [ - { - name = "crc32fast"; - packageId = "crc32fast"; - } - { - name = "miniz_oxide"; - packageId = "miniz_oxide"; - optional = true; - usesDefaultFeatures = false; - features = [ "with-alloc" ]; - } - { - name = "miniz_oxide"; - packageId = "miniz_oxide"; - usesDefaultFeatures = false; - target = { target, features }: (("wasm32" == target."arch" or null) && (!("emscripten" == target."os" or null))); - features = [ "with-alloc" ]; - } - ]; - features = { - "any_zlib" = [ "any_impl" ]; - "cloudflare-zlib-sys" = [ "dep:cloudflare-zlib-sys" ]; - "cloudflare_zlib" = [ "any_zlib" "cloudflare-zlib-sys" ]; - "default" = [ "rust_backend" ]; - "libz-ng-sys" = [ "dep:libz-ng-sys" ]; - "libz-sys" = [ "dep:libz-sys" ]; - "miniz-sys" = [ "rust_backend" ]; - "miniz_oxide" = [ "dep:miniz_oxide" ]; - "rust_backend" = [ "miniz_oxide" "any_impl" ]; - "zlib" = [ "any_zlib" "libz-sys" ]; - "zlib-default" = [ "any_zlib" "libz-sys/default" ]; - "zlib-ng" = [ "any_zlib" "libz-ng-sys" ]; - "zlib-ng-compat" = [ "zlib" "libz-sys/zlib-ng" ]; - }; - resolvedDefaultFeatures = [ "any_impl" "default" "miniz_oxide" "rust_backend" ]; - }; - "foreign-types" = rec { - crateName = "foreign-types"; - version = "0.5.0"; - edition = "2018"; - sha256 = "0rfr2zfxnx9rz3292z5nyk8qs2iirznn5ff3rd4vgdwza6mdjdyp"; - authors = [ - "Steven Fackler " - ]; - dependencies = [ - { - name = "foreign-types-macros"; - packageId = "foreign-types-macros"; - } - { - name = "foreign-types-shared"; - packageId = "foreign-types-shared"; - } - ]; - features = { - "default" = [ "std" ]; - "std" = [ "foreign-types-macros/std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "foreign-types-macros" = rec { - crateName = "foreign-types-macros"; - version = "0.2.3"; - edition = "2018"; - sha256 = "0hjpii8ny6l7h7jpns2cp9589016l8mlrpaigcnayjn9bdc6qp0s"; - procMacro = true; - authors = [ - "Steven Fackler " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - features = [ "full" ]; - } - ]; - features = { - }; - resolvedDefaultFeatures = [ "std" ]; - }; - "foreign-types-shared" = rec { - crateName = "foreign-types-shared"; - version = "0.3.1"; - edition = "2018"; - sha256 = "0nykdvv41a3d4py61bylmlwjhhvdm0b3bcj9vxhqgxaxnp5ik6ma"; - authors = [ - "Steven Fackler " - ]; - - }; - "form_urlencoded" = rec { - crateName = "form_urlencoded"; - version = "1.2.1"; - edition = "2018"; - sha256 = "0milh8x7nl4f450s3ddhg57a3flcv6yq8hlkyk6fyr3mcb128dp1"; - authors = [ - "The rust-url developers" - ]; - dependencies = [ - { - name = "percent-encoding"; - packageId = "percent-encoding"; - usesDefaultFeatures = false; - } - ]; - features = { - "alloc" = [ "percent-encoding/alloc" ]; - "default" = [ "std" ]; - "std" = [ "alloc" "percent-encoding/std" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "std" ]; - }; - "futures-channel" = rec { - crateName = "futures-channel"; - version = "0.3.30"; - edition = "2018"; - sha256 = "0y6b7xxqdjm9hlcjpakcg41qfl7lihf6gavk8fyqijsxhvbzgj7a"; - dependencies = [ - { - name = "futures-core"; - packageId = "futures-core"; - usesDefaultFeatures = false; - } - ]; - features = { - "alloc" = [ "futures-core/alloc" ]; - "default" = [ "std" ]; - "futures-sink" = [ "dep:futures-sink" ]; - "sink" = [ "futures-sink" ]; - "std" = [ "alloc" "futures-core/std" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "std" ]; - }; - "futures-core" = rec { - crateName = "futures-core"; - version = "0.3.30"; - edition = "2018"; - sha256 = "07aslayrn3lbggj54kci0ishmd1pr367fp7iks7adia1p05miinz"; - features = { - "default" = [ "std" ]; - "portable-atomic" = [ "dep:portable-atomic" ]; - "std" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "std" ]; - }; - "futures-io" = rec { - crateName = "futures-io"; - version = "0.3.30"; - edition = "2018"; - sha256 = "1hgh25isvsr4ybibywhr4dpys8mjnscw4wfxxwca70cn1gi26im4"; - features = { - "default" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "futures-lite 1.13.0" = rec { - crateName = "futures-lite"; - version = "1.13.0"; - edition = "2018"; - sha256 = "1kkbqhaib68nzmys2dc8j9fl2bwzf2s91jfk13lb2q3nwhfdbaa9"; - authors = [ - "Stjepan Glavina " - "Contributors to futures-rs" - ]; - dependencies = [ - { - name = "fastrand"; - packageId = "fastrand 1.9.0"; - optional = true; - } - { - name = "futures-core"; - packageId = "futures-core"; - usesDefaultFeatures = false; - } - { - name = "futures-io"; - packageId = "futures-io"; - optional = true; - } - { - name = "memchr"; - packageId = "memchr"; - optional = true; - } - { - name = "parking"; - packageId = "parking"; - optional = true; - } - { - name = "pin-project-lite"; - packageId = "pin-project-lite"; - } - { - name = "waker-fn"; - packageId = "waker-fn"; - optional = true; - } - ]; - features = { - "default" = [ "std" ]; - "fastrand" = [ "dep:fastrand" ]; - "futures-io" = [ "dep:futures-io" ]; - "memchr" = [ "dep:memchr" ]; - "parking" = [ "dep:parking" ]; - "std" = [ "alloc" "fastrand" "futures-io" "parking" "memchr" "waker-fn" ]; - "waker-fn" = [ "dep:waker-fn" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "fastrand" "futures-io" "memchr" "parking" "std" "waker-fn" ]; - }; - "futures-lite 2.2.0" = rec { - crateName = "futures-lite"; - version = "2.2.0"; - edition = "2021"; - sha256 = "1flj85i6xm0rjicxixmajrp6rhq8i4bnbzffmrd6h23ln8jshns4"; - authors = [ - "Stjepan Glavina " - "Contributors to futures-rs" - ]; - dependencies = [ - { - name = "fastrand"; - packageId = "fastrand 2.0.1"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "futures-core"; - packageId = "futures-core"; - usesDefaultFeatures = false; - } - { - name = "futures-io"; - packageId = "futures-io"; - optional = true; - } - { - name = "parking"; - packageId = "parking"; - optional = true; - } - { - name = "pin-project-lite"; - packageId = "pin-project-lite"; - } - ]; - features = { - "default" = [ "race" "std" ]; - "fastrand" = [ "dep:fastrand" ]; - "futures-io" = [ "dep:futures-io" ]; - "memchr" = [ "dep:memchr" ]; - "parking" = [ "dep:parking" ]; - "race" = [ "fastrand" ]; - "std" = [ "alloc" "fastrand/std" "futures-io" "parking" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "fastrand" "futures-io" "parking" "race" "std" ]; - }; - "futures-macro" = rec { - crateName = "futures-macro"; - version = "0.3.30"; - edition = "2018"; - sha256 = "1b49qh9d402y8nka4q6wvvj0c88qq91wbr192mdn5h54nzs0qxc7"; - procMacro = true; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - features = [ "full" ]; - } - ]; - - }; - "futures-sink" = rec { - crateName = "futures-sink"; - version = "0.3.30"; - edition = "2018"; - sha256 = "1dag8xyyaya8n8mh8smx7x6w2dpmafg2din145v973a3hw7f1f4z"; - features = { - "default" = [ "std" ]; - "std" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "std" ]; - }; - "futures-task" = rec { - crateName = "futures-task"; - version = "0.3.30"; - edition = "2018"; - sha256 = "013h1724454hj8qczp8vvs10qfiqrxr937qsrv6rhii68ahlzn1q"; - features = { - "default" = [ "std" ]; - "std" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "std" ]; - }; - "futures-util" = rec { - crateName = "futures-util"; - version = "0.3.30"; - edition = "2018"; - sha256 = "0j0xqhcir1zf2dcbpd421kgw6wvsk0rpxflylcysn1rlp3g02r1x"; - dependencies = [ - { - name = "futures-core"; - packageId = "futures-core"; - usesDefaultFeatures = false; - } - { - name = "futures-io"; - packageId = "futures-io"; - optional = true; - usesDefaultFeatures = false; - features = [ "std" ]; - } - { - name = "futures-macro"; - packageId = "futures-macro"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "futures-sink"; - packageId = "futures-sink"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "futures-task"; - packageId = "futures-task"; - usesDefaultFeatures = false; - } - { - name = "memchr"; - packageId = "memchr"; - optional = true; - } - { - name = "pin-project-lite"; - packageId = "pin-project-lite"; - } - { - name = "pin-utils"; - packageId = "pin-utils"; - } - { - name = "slab"; - packageId = "slab"; - optional = true; - } - ]; - features = { - "alloc" = [ "futures-core/alloc" "futures-task/alloc" ]; - "async-await-macro" = [ "async-await" "futures-macro" ]; - "channel" = [ "std" "futures-channel" ]; - "compat" = [ "std" "futures_01" ]; - "default" = [ "std" "async-await" "async-await-macro" ]; - "futures-channel" = [ "dep:futures-channel" ]; - "futures-io" = [ "dep:futures-io" ]; - "futures-macro" = [ "dep:futures-macro" ]; - "futures-sink" = [ "dep:futures-sink" ]; - "futures_01" = [ "dep:futures_01" ]; - "io" = [ "std" "futures-io" "memchr" ]; - "io-compat" = [ "io" "compat" "tokio-io" ]; - "memchr" = [ "dep:memchr" ]; - "portable-atomic" = [ "futures-core/portable-atomic" ]; - "sink" = [ "futures-sink" ]; - "slab" = [ "dep:slab" ]; - "std" = [ "alloc" "futures-core/std" "futures-task/std" "slab" ]; - "tokio-io" = [ "dep:tokio-io" ]; - "unstable" = [ "futures-core/unstable" "futures-task/unstable" ]; - "write-all-vectored" = [ "io" ]; - }; - resolvedDefaultFeatures = [ "alloc" "async-await" "async-await-macro" "default" "futures-io" "futures-macro" "futures-sink" "io" "memchr" "sink" "slab" "std" ]; - }; - "generic-array" = rec { - crateName = "generic-array"; - version = "0.14.7"; - edition = "2015"; - sha256 = "16lyyrzrljfq424c3n8kfwkqihlimmsg5nhshbbp48np3yjrqr45"; - libName = "generic_array"; - authors = [ - "Bartłomiej Kamiński " - "Aaron Trent " - ]; - dependencies = [ - { - name = "typenum"; - packageId = "typenum"; - } - ]; - buildDependencies = [ - { - name = "version_check"; - packageId = "version_check"; - } - ]; - features = { - "serde" = [ "dep:serde" ]; - "zeroize" = [ "dep:zeroize" ]; - }; - resolvedDefaultFeatures = [ "more_lengths" ]; - }; - "gethostname 0.3.0" = rec { - crateName = "gethostname"; - version = "0.3.0"; - edition = "2021"; - sha256 = "0xy1wbx5k2bzi4cbaqj9wqgqsbn4f8pm6nsm1d86mibk66xd8rdv"; - authors = [ - "Sebastian Wiesner " - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (!(target."windows" or false)); - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "sysinfoapi" ]; - } - ]; - - }; - "gethostname 0.4.3" = rec { - crateName = "gethostname"; - version = "0.4.3"; - edition = "2021"; - sha256 = "063qqhznyckwx9n4z4xrmdv10s0fi6kbr17r6bi1yjifki2y0xh1"; - authors = [ - "Sebastian Wiesner " - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (!(target."windows" or false)); - } - { - name = "windows-targets"; - packageId = "windows-targets 0.48.5"; - target = { target, features }: (target."windows" or false); - } - ]; - - }; - "getrandom" = rec { - crateName = "getrandom"; - version = "0.2.12"; - edition = "2018"; - sha256 = "1d8jb9bv38nkwlqqdjcav6gxckgwc9g30pm3qq506rvncpm9400r"; - authors = [ - "The Rand Project Developers" - ]; - dependencies = [ - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "libc"; - packageId = "libc"; - usesDefaultFeatures = false; - target = { target, features }: (target."unix" or false); - } - { - name = "wasi"; - packageId = "wasi"; - usesDefaultFeatures = false; - target = { target, features }: ("wasi" == target."os" or null); - } - ]; - features = { - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "js" = [ "wasm-bindgen" "js-sys" ]; - "js-sys" = [ "dep:js-sys" ]; - "rustc-dep-of-std" = [ "compiler_builtins" "core" "libc/rustc-dep-of-std" "wasi/rustc-dep-of-std" ]; - "wasm-bindgen" = [ "dep:wasm-bindgen" ]; - }; - resolvedDefaultFeatures = [ "std" ]; - }; - "gl_generator" = rec { - crateName = "gl_generator"; - version = "0.14.0"; - edition = "2015"; - sha256 = "0k8j1hmfnff312gy7x1aqjzcm8zxid7ij7dlb8prljib7b1dz58s"; - libPath = "lib.rs"; - authors = [ - "Brendan Zabarauskas " - "Corey Richardson" - "Arseny Kapoulkine" - ]; - dependencies = [ - { - name = "khronos_api"; - packageId = "khronos_api"; - } - { - name = "log"; - packageId = "log"; - } - { - name = "xml-rs"; - packageId = "xml-rs"; - } - ]; - features = { - }; - }; - "glob" = rec { - crateName = "glob"; - version = "0.3.1"; - edition = "2015"; - sha256 = "16zca52nglanv23q5qrwd5jinw3d3as5ylya6y1pbx47vkxvrynj"; - authors = [ - "The Rust Project Developers" - ]; - - }; - "glow" = rec { - crateName = "glow"; - version = "0.13.1"; - edition = "2021"; - sha256 = "1c91n554dp4bdp5d86rpl77ryv6rjyrqn7735m7mfcivqh28wd5x"; - authors = [ - "Joshua Groves " - "Dzmitry Malyshau " - ]; - dependencies = [ - { - name = "js-sys"; - packageId = "js-sys"; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "slotmap"; - packageId = "slotmap"; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "wasm-bindgen"; - packageId = "wasm-bindgen"; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "web-sys"; - packageId = "web-sys"; - rename = "web_sys"; - target = { target, features }: ("wasm32" == target."arch" or null); - features = [ "Document" "Element" "HtmlCanvasElement" "HtmlImageElement" "HtmlVideoElement" "ImageBitmap" "VideoFrame" "WebGlActiveInfo" "WebGlBuffer" "WebGlFramebuffer" "WebGlProgram" "WebGlQuery" "WebGlRenderbuffer" "WebGlRenderingContext" "WebGl2RenderingContext" "WebGlSampler" "WebGlShader" "WebGlSync" "WebGlTexture" "WebGlTransformFeedback" "WebGlUniformLocation" "WebGlVertexArrayObject" "Window" "AngleInstancedArrays" "ExtBlendMinmax" "ExtColorBufferFloat" "ExtColorBufferHalfFloat" "ExtDisjointTimerQuery" "ExtFragDepth" "ExtShaderTextureLod" "ExtSRgb" "ExtTextureFilterAnisotropic" "OesElementIndexUint" "OesStandardDerivatives" "OesTextureFloat" "OesTextureFloatLinear" "OesTextureHalfFloat" "OesTextureHalfFloatLinear" "OesVertexArrayObject" "WebglColorBufferFloat" "WebglCompressedTextureAstc" "WebglCompressedTextureEtc" "WebglCompressedTextureEtc1" "WebglCompressedTexturePvrtc" "WebglCompressedTextureS3tc" "WebglCompressedTextureS3tcSrgb" "WebglDebugRendererInfo" "WebglDebugShaders" "WebglDepthTexture" "WebglDrawBuffers" "WebglLoseContext" "OvrMultiview2" ]; - } - ]; - features = { - "log" = [ "dep:log" ]; - }; - }; - "glutin" = rec { - crateName = "glutin"; - version = "0.31.2"; - edition = "2021"; - sha256 = "04mjvgh2dipwa8wdy8gc70k8w48104v8vmr2cmqdqspq5ai5jm00"; - authors = [ - "Kirill Chibisov " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "cgl"; - packageId = "cgl"; - target = { target, features }: (("macos" == target."os" or null)); - } - { - name = "core-foundation"; - packageId = "core-foundation"; - target = { target, features }: (("macos" == target."os" or null)); - } - { - name = "dispatch"; - packageId = "dispatch"; - target = { target, features }: (("macos" == target."os" or null)); - } - { - name = "glutin_egl_sys"; - packageId = "glutin_egl_sys"; - optional = true; - target = { target, features }: (("linux" == target."os" or null) || ("freebsd" == target."os" or null) || ("dragonfly" == target."os" or null) || ("netbsd" == target."os" or null) || ("openbsd" == target."os" or null)); - } - { - name = "glutin_egl_sys"; - packageId = "glutin_egl_sys"; - target = { target, features }: ("android" == target."os" or null); - } - { - name = "glutin_egl_sys"; - packageId = "glutin_egl_sys"; - optional = true; - target = { target, features }: (target."windows" or false); - } - { - name = "glutin_glx_sys"; - packageId = "glutin_glx_sys"; - optional = true; - target = { target, features }: (("linux" == target."os" or null) || ("freebsd" == target."os" or null) || ("dragonfly" == target."os" or null) || ("netbsd" == target."os" or null) || ("openbsd" == target."os" or null)); - } - { - name = "glutin_wgl_sys"; - packageId = "glutin_wgl_sys"; - optional = true; - target = { target, features }: (target."windows" or false); - } - { - name = "icrate"; - packageId = "icrate"; - target = { target, features }: (("macos" == target."os" or null)); - features = [ "dispatch" "Foundation" "Foundation_NSArray" "Foundation_NSThread" "AppKit" "AppKit_NSView" "AppKit_NSWindow" ]; - } - { - name = "libloading"; - packageId = "libloading 0.8.1"; - optional = true; - } - { - name = "objc2"; - packageId = "objc2 0.4.1"; - target = { target, features }: (("macos" == target."os" or null)); - features = [ "relax-void-encoding" ]; - } - { - name = "once_cell"; - packageId = "once_cell"; - } - { - name = "raw-window-handle"; - packageId = "raw-window-handle 0.5.2"; - } - { - name = "wayland-sys"; - packageId = "wayland-sys"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: (("linux" == target."os" or null) || ("freebsd" == target."os" or null) || ("dragonfly" == target."os" or null) || ("netbsd" == target."os" or null) || ("openbsd" == target."os" or null)); - features = [ "egl" "client" "dlopen" ]; - } - { - name = "windows-sys"; - packageId = "windows-sys 0.48.0"; - optional = true; - target = { target, features }: (target."windows" or false); - features = [ "Win32_Foundation" "Win32_Graphics_Gdi" "Win32_Graphics_OpenGL" "Win32_System_LibraryLoader" "Win32_UI_WindowsAndMessaging" ]; - } - { - name = "x11-dl"; - packageId = "x11-dl"; - optional = true; - target = { target, features }: (("linux" == target."os" or null) || ("freebsd" == target."os" or null) || ("dragonfly" == target."os" or null) || ("netbsd" == target."os" or null) || ("openbsd" == target."os" or null)); - } - ]; - buildDependencies = [ - { - name = "cfg_aliases"; - packageId = "cfg_aliases"; - } - ]; - features = { - "default" = [ "egl" "glx" "x11" "wayland" "wgl" ]; - "egl" = [ "glutin_egl_sys" "libloading" ]; - "glutin_egl_sys" = [ "dep:glutin_egl_sys" ]; - "glutin_glx_sys" = [ "dep:glutin_glx_sys" ]; - "glutin_wgl_sys" = [ "dep:glutin_wgl_sys" ]; - "glx" = [ "x11" "glutin_glx_sys" "libloading" ]; - "libloading" = [ "dep:libloading" ]; - "wayland" = [ "wayland-sys" "egl" ]; - "wayland-sys" = [ "dep:wayland-sys" ]; - "wgl" = [ "glutin_wgl_sys" "windows-sys" ]; - "windows-sys" = [ "dep:windows-sys" ]; - "x11" = [ "x11-dl" ]; - "x11-dl" = [ "dep:x11-dl" ]; - }; - resolvedDefaultFeatures = [ "default" "egl" "glutin_egl_sys" "glutin_glx_sys" "glutin_wgl_sys" "glx" "libloading" "wayland" "wayland-sys" "wgl" "windows-sys" "x11" "x11-dl" ]; - }; - "glutin-winit" = rec { - crateName = "glutin-winit"; - version = "0.4.2"; - edition = "2021"; - sha256 = "0dbppmj0m2i5df4ww565f5kg3vxmjbq5c7hqql988fzp4jxdzg0y"; - authors = [ - "Kirill Chibisov " - ]; - dependencies = [ - { - name = "glutin"; - packageId = "glutin"; - usesDefaultFeatures = false; - } - { - name = "raw-window-handle"; - packageId = "raw-window-handle 0.5.2"; - } - { - name = "winit"; - packageId = "winit"; - usesDefaultFeatures = false; - features = [ "rwh_05" ]; - } - ]; - buildDependencies = [ - { - name = "cfg_aliases"; - packageId = "cfg_aliases"; - } - ]; - features = { - "default" = [ "egl" "glx" "x11" "wayland" "wgl" ]; - "egl" = [ "glutin/egl" ]; - "glx" = [ "glutin/glx" "glutin/x11" "winit/x11" "x11" ]; - "wayland" = [ "glutin/wayland" "winit/wayland" ]; - "wgl" = [ "glutin/wgl" ]; - "x11" = [ "glutin/x11" "winit/x11" ]; - }; - resolvedDefaultFeatures = [ "default" "egl" "glx" "wayland" "wgl" "x11" ]; - }; - "glutin_egl_sys" = rec { - crateName = "glutin_egl_sys"; - version = "0.6.0"; - edition = "2021"; - sha256 = "1kcv5pdpdsyhzpiahga15kk7yd4m64ia2k6xqcrz97ihylimdk3p"; - authors = [ - "Kirill Chibisov " - ]; - dependencies = [ - { - name = "windows-sys"; - packageId = "windows-sys 0.48.0"; - target = { target, features }: (target."windows" or false); - features = [ "Win32_Foundation" "Win32_Graphics_Gdi" ]; - } - ]; - buildDependencies = [ - { - name = "gl_generator"; - packageId = "gl_generator"; - } - ]; - - }; - "glutin_glx_sys" = rec { - crateName = "glutin_glx_sys"; - version = "0.5.0"; - edition = "2021"; - sha256 = "0krv3chf5sy83rsfwq267paczskpwnb5gcw0agac5p0hdilgsrd1"; - authors = [ - "Kirill Chibisov " - ]; - dependencies = [ - { - name = "x11-dl"; - packageId = "x11-dl"; - target = { target, features }: (("linux" == target."os" or null) || ("freebsd" == target."os" or null) || ("dragonfly" == target."os" or null) || ("netbsd" == target."os" or null) || ("openbsd" == target."os" or null)); - } - ]; - buildDependencies = [ - { - name = "gl_generator"; - packageId = "gl_generator"; - } - ]; - - }; - "glutin_wgl_sys" = rec { - crateName = "glutin_wgl_sys"; - version = "0.5.0"; - edition = "2021"; - sha256 = "1b9f6qjc8gwhfxac4fpxkvv524l493f6b6q764nslpwmmjnri03c"; - authors = [ - "Kirill Chibisov " - ]; - buildDependencies = [ - { - name = "gl_generator"; - packageId = "gl_generator"; - } - ]; - - }; - "gpu-alloc" = rec { - crateName = "gpu-alloc"; - version = "0.6.0"; - edition = "2018"; - sha256 = "0wd1wq7qs8ja0cp37ajm9p1r526sp6w0kvjp3xx24jsrjfx2vkgv"; - authors = [ - "Zakarum " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - usesDefaultFeatures = false; - } - { - name = "gpu-alloc-types"; - packageId = "gpu-alloc-types"; - } - ]; - features = { - "default" = [ "std" ]; - "serde" = [ "dep:serde" "bitflags/serde" ]; - "tracing" = [ "dep:tracing" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "gpu-alloc-types" = rec { - crateName = "gpu-alloc-types"; - version = "0.3.0"; - edition = "2018"; - sha256 = "190wxsp9q8c59xybkfrlzqqyrxj6z39zamadk1q7v0xad2s07zwq"; - authors = [ - "Zakarum " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - usesDefaultFeatures = false; - } - ]; - - }; - "gpu-allocator" = rec { - crateName = "gpu-allocator"; - version = "0.25.0"; - edition = "2021"; - sha256 = "11484bhn0p8555gprr58kmz1aqccz1zqbx5ww4c3rl38i4qzcmkg"; - authors = [ - "Traverse Research " - ]; - dependencies = [ - { - name = "log"; - packageId = "log"; - } - { - name = "presser"; - packageId = "presser"; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - { - name = "winapi"; - packageId = "winapi"; - optional = true; - target = { target, features }: (target."windows" or false); - features = [ "d3d12" "winerror" "impl-default" "impl-debug" ]; - } - { - name = "windows"; - packageId = "windows 0.52.0"; - optional = true; - target = { target, features }: (target."windows" or false); - features = [ "Win32_Foundation" "Win32_Graphics" "Win32_Graphics_Direct3D" "Win32_Graphics_Direct3D12" "Win32_Graphics_Dxgi" "Win32_Graphics_Dxgi_Common" ]; - } - ]; - devDependencies = [ - { - name = "winapi"; - packageId = "winapi"; - target = {target, features}: (target."windows" or false); - features = [ "d3d12" "d3d12sdklayers" "dxgi1_6" "winerror" "impl-default" "impl-debug" "winuser" "windowsx" "libloaderapi" ]; - } - { - name = "windows"; - packageId = "windows 0.52.0"; - target = {target, features}: (target."windows" or false); - features = [ "Win32_Foundation" "Win32_Graphics" "Win32_Graphics_Direct3D" "Win32_Graphics_Direct3D12" "Win32_Graphics_Dxgi" "Win32_Graphics_Dxgi_Common" ]; - } - ]; - features = { - "ash" = [ "dep:ash" ]; - "d3d12" = [ "windows" ]; - "default" = [ "d3d12" "vulkan" ]; - "egui" = [ "dep:egui" ]; - "egui_extras" = [ "dep:egui_extras" ]; - "public-winapi" = [ "dep:winapi" ]; - "visualizer" = [ "egui" "egui_extras" ]; - "vulkan" = [ "ash" ]; - "windows" = [ "dep:windows" ]; - }; - resolvedDefaultFeatures = [ "d3d12" "public-winapi" "windows" ]; - }; - "gpu-descriptor" = rec { - crateName = "gpu-descriptor"; - version = "0.2.4"; - edition = "2018"; - sha256 = "0b38pi460ajx8ksb61zxardwkpa27qgz8fpm252mczlfrqddy4fc"; - authors = [ - "Zakarum " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - usesDefaultFeatures = false; - } - { - name = "gpu-descriptor-types"; - packageId = "gpu-descriptor-types"; - } - { - name = "hashbrown"; - packageId = "hashbrown"; - } - ]; - features = { - "default" = [ "std" ]; - "serde" = [ "dep:serde" ]; - "tracing" = [ "dep:tracing" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "gpu-descriptor-types" = rec { - crateName = "gpu-descriptor-types"; - version = "0.1.2"; - edition = "2018"; - sha256 = "135pp1b3bzyr7bfnb30rf9pkgy61h75w0jabi8fpw2q9dxpb7w3b"; - authors = [ - "Zakarum " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - usesDefaultFeatures = false; - } - ]; - - }; - "hashbrown" = rec { - crateName = "hashbrown"; - version = "0.14.3"; - edition = "2021"; - sha256 = "012nywlg0lj9kwanh69my5x67vjlfmzfi9a0rq4qvis2j8fil3r9"; - authors = [ - "Amanieu d'Antras " - ]; - dependencies = [ - { - name = "ahash"; - packageId = "ahash"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "allocator-api2"; - packageId = "allocator-api2"; - optional = true; - usesDefaultFeatures = false; - features = [ "alloc" ]; - } - ]; - features = { - "ahash" = [ "dep:ahash" ]; - "alloc" = [ "dep:alloc" ]; - "allocator-api2" = [ "dep:allocator-api2" ]; - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "default" = [ "ahash" "inline-more" "allocator-api2" ]; - "equivalent" = [ "dep:equivalent" ]; - "nightly" = [ "allocator-api2?/nightly" "bumpalo/allocator_api" ]; - "rayon" = [ "dep:rayon" ]; - "rkyv" = [ "dep:rkyv" ]; - "rustc-dep-of-std" = [ "nightly" "core" "compiler_builtins" "alloc" "rustc-internal-api" ]; - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "ahash" "allocator-api2" "default" "inline-more" "raw" ]; - }; - "hassle-rs" = rec { - crateName = "hassle-rs"; - version = "0.11.0"; - edition = "2018"; - sha256 = "147886vviw14zm2a3yh8gs1r81r5gy88lrpv67d4hk7kw5rpwamg"; - authors = [ - "Traverse-Research " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "com"; - packageId = "com"; - features = [ "production" ]; - } - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (!(target."windows" or false)); - } - { - name = "libloading"; - packageId = "libloading 0.8.1"; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - { - name = "widestring"; - packageId = "widestring"; - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "wtypes" "oleauto" "combaseapi" ]; - } - ]; - - }; - "heck" = rec { - crateName = "heck"; - version = "0.4.1"; - edition = "2018"; - sha256 = "1a7mqsnycv5z4z5vnv1k34548jzmc0ajic7c1j8jsaspnhw5ql4m"; - authors = [ - "Without Boats " - ]; - features = { - "unicode" = [ "unicode-segmentation" ]; - "unicode-segmentation" = [ "dep:unicode-segmentation" ]; - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "hermit-abi" = rec { - crateName = "hermit-abi"; - version = "0.3.5"; - edition = "2021"; - sha256 = "1hw2bxkzyvr0rbnpj0lkasi8h8qf3lyb63hp760cn22fjqaj3inh"; - authors = [ - "Stefan Lankes" - ]; - features = { - "alloc" = [ "dep:alloc" ]; - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "rustc-dep-of-std" = [ "core" "alloc" "compiler_builtins/rustc-dep-of-std" ]; - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "hex" = rec { - crateName = "hex"; - version = "0.4.3"; - edition = "2018"; - sha256 = "0w1a4davm1lgzpamwnba907aysmlrnygbqmfis2mqjx5m552a93z"; - authors = [ - "KokaKiwi " - ]; - features = { - "default" = [ "std" ]; - "serde" = [ "dep:serde" ]; - "std" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "std" ]; - }; - "hexf-parse" = rec { - crateName = "hexf-parse"; - version = "0.2.1"; - edition = "2018"; - sha256 = "1pr3a3sk66ddxdyxdxac7q6qaqjcn28v0njy22ghdpfn78l8d9nz"; - authors = [ - "Kang Seonghoon " - ]; - - }; - "home" = rec { - crateName = "home"; - version = "0.5.9"; - edition = "2021"; - sha256 = "19grxyg35rqfd802pcc9ys1q3lafzlcjcv2pl2s5q8xpyr5kblg3"; - authors = [ - "Brian Anderson " - ]; - dependencies = [ - { - name = "windows-sys"; - packageId = "windows-sys 0.52.0"; - target = { target, features }: (target."windows" or false); - features = [ "Win32_Foundation" "Win32_UI_Shell" "Win32_System_Com" ]; - } - ]; - - }; - "icrate" = rec { - crateName = "icrate"; - version = "0.0.4"; - edition = "2021"; - sha256 = "06d3g8n6xw3f0ai84mya0dlknp2n33zqdxpxp8272mslibzsmlwr"; - authors = [ - "Mads Marquart " - ]; - dependencies = [ - { - name = "block2"; - packageId = "block2 0.3.0"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "dispatch"; - packageId = "dispatch"; - optional = true; - } - { - name = "objc2"; - packageId = "objc2 0.4.1"; - optional = true; - usesDefaultFeatures = false; - } - ]; - features = { - "Accessibility" = [ "Foundation" ]; - "Accessibility_all" = [ "Accessibility" "Accessibility_AXBrailleMap" "Accessibility_AXCategoricalDataAxisDescriptor" "Accessibility_AXChartDescriptor" "Accessibility_AXCustomContent" "Accessibility_AXDataPoint" "Accessibility_AXDataPointValue" "Accessibility_AXDataSeriesDescriptor" "Accessibility_AXLiveAudioGraph" "Accessibility_AXNumericDataAxisDescriptor" ]; - "AdServices" = [ "Foundation" ]; - "AdServices_all" = [ "AdServices" "AdServices_AAAttribution" ]; - "AdSupport" = [ "Foundation" ]; - "AdSupport_all" = [ "AdSupport" "AdSupport_ASIdentifierManager" ]; - "AppKit" = [ "CoreData" "Foundation" "AppKit_NSApplication" "AppKit_NSCollectionLayoutSection" "AppKit_NSCollectionLayoutGroupCustomItem" "AppKit_NSCollectionView" "AppKit_NSView" "AppKit_NSTableView" "AppKit_NSTableColumn" "AppKit_NSTableRowView" "Foundation_NSIndexPath" "Foundation_NSArray" "Foundation_NSCoder" ]; - "AppKit_NSATSTypesetter" = [ "AppKit_NSTypesetter" ]; - "AppKit_NSActionCell" = [ "AppKit_NSCell" ]; - "AppKit_NSApplication" = [ "AppKit_NSResponder" ]; - "AppKit_NSArrayController" = [ "AppKit_NSObjectController" ]; - "AppKit_NSBitmapImageRep" = [ "AppKit_NSImageRep" ]; - "AppKit_NSBox" = [ "AppKit_NSView" ]; - "AppKit_NSBrowser" = [ "AppKit_NSControl" ]; - "AppKit_NSBrowserCell" = [ "AppKit_NSCell" ]; - "AppKit_NSButton" = [ "AppKit_NSControl" ]; - "AppKit_NSButtonCell" = [ "AppKit_NSActionCell" ]; - "AppKit_NSButtonTouchBarItem" = [ "AppKit_NSTouchBarItem" ]; - "AppKit_NSCachedImageRep" = [ "AppKit_NSImageRep" ]; - "AppKit_NSCandidateListTouchBarItem" = [ "AppKit_NSTouchBarItem" ]; - "AppKit_NSClickGestureRecognizer" = [ "AppKit_NSGestureRecognizer" ]; - "AppKit_NSClipView" = [ "AppKit_NSView" ]; - "AppKit_NSCollectionLayoutBoundarySupplementaryItem" = [ "AppKit_NSCollectionLayoutSupplementaryItem" ]; - "AppKit_NSCollectionLayoutDecorationItem" = [ "AppKit_NSCollectionLayoutItem" ]; - "AppKit_NSCollectionLayoutGroup" = [ "AppKit_NSCollectionLayoutItem" ]; - "AppKit_NSCollectionLayoutSupplementaryItem" = [ "AppKit_NSCollectionLayoutItem" ]; - "AppKit_NSCollectionView" = [ "AppKit_NSView" ]; - "AppKit_NSCollectionViewCompositionalLayout" = [ "AppKit_NSCollectionViewLayout" ]; - "AppKit_NSCollectionViewFlowLayout" = [ "AppKit_NSCollectionViewLayout" ]; - "AppKit_NSCollectionViewFlowLayoutInvalidationContext" = [ "AppKit_NSCollectionViewLayoutInvalidationContext" ]; - "AppKit_NSCollectionViewGridLayout" = [ "AppKit_NSCollectionViewLayout" ]; - "AppKit_NSCollectionViewItem" = [ "AppKit_NSViewController" ]; - "AppKit_NSCollectionViewTransitionLayout" = [ "AppKit_NSCollectionViewLayout" ]; - "AppKit_NSColorPanel" = [ "AppKit_NSPanel" ]; - "AppKit_NSColorPickerTouchBarItem" = [ "AppKit_NSTouchBarItem" ]; - "AppKit_NSColorWell" = [ "AppKit_NSControl" ]; - "AppKit_NSComboBox" = [ "AppKit_NSTextField" ]; - "AppKit_NSComboBoxCell" = [ "AppKit_NSTextFieldCell" ]; - "AppKit_NSComboButton" = [ "AppKit_NSControl" ]; - "AppKit_NSControl" = [ "AppKit_NSView" ]; - "AppKit_NSCustomImageRep" = [ "AppKit_NSImageRep" ]; - "AppKit_NSCustomTouchBarItem" = [ "AppKit_NSTouchBarItem" ]; - "AppKit_NSDatePicker" = [ "AppKit_NSControl" ]; - "AppKit_NSDatePickerCell" = [ "AppKit_NSActionCell" ]; - "AppKit_NSDictionaryController" = [ "AppKit_NSArrayController" ]; - "AppKit_NSDrawer" = [ "AppKit_NSResponder" ]; - "AppKit_NSEPSImageRep" = [ "AppKit_NSImageRep" ]; - "AppKit_NSFontPanel" = [ "AppKit_NSPanel" ]; - "AppKit_NSForm" = [ "AppKit_NSMatrix" ]; - "AppKit_NSFormCell" = [ "AppKit_NSActionCell" ]; - "AppKit_NSGridView" = [ "AppKit_NSView" ]; - "AppKit_NSGroupTouchBarItem" = [ "AppKit_NSTouchBarItem" ]; - "AppKit_NSImageCell" = [ "AppKit_NSCell" ]; - "AppKit_NSImageView" = [ "AppKit_NSControl" ]; - "AppKit_NSLayoutDimension" = [ "AppKit_NSLayoutAnchor" ]; - "AppKit_NSLayoutXAxisAnchor" = [ "AppKit_NSLayoutAnchor" ]; - "AppKit_NSLayoutYAxisAnchor" = [ "AppKit_NSLayoutAnchor" ]; - "AppKit_NSLevelIndicator" = [ "AppKit_NSControl" ]; - "AppKit_NSLevelIndicatorCell" = [ "AppKit_NSActionCell" ]; - "AppKit_NSMagnificationGestureRecognizer" = [ "AppKit_NSGestureRecognizer" ]; - "AppKit_NSMatrix" = [ "AppKit_NSControl" ]; - "AppKit_NSMenuItemCell" = [ "AppKit_NSButtonCell" ]; - "AppKit_NSMenuToolbarItem" = [ "AppKit_NSToolbarItem" ]; - "AppKit_NSMutableFontCollection" = [ "AppKit_NSFontCollection" ]; - "AppKit_NSMutableParagraphStyle" = [ "AppKit_NSParagraphStyle" ]; - "AppKit_NSObjectController" = [ "AppKit_NSController" ]; - "AppKit_NSOpenPanel" = [ "AppKit_NSSavePanel" ]; - "AppKit_NSOutlineView" = [ "AppKit_NSTableView" ]; - "AppKit_NSPDFImageRep" = [ "AppKit_NSImageRep" ]; - "AppKit_NSPICTImageRep" = [ "AppKit_NSImageRep" ]; - "AppKit_NSPageController" = [ "AppKit_NSViewController" ]; - "AppKit_NSPanGestureRecognizer" = [ "AppKit_NSGestureRecognizer" ]; - "AppKit_NSPanel" = [ "AppKit_NSWindow" ]; - "AppKit_NSPathCell" = [ "AppKit_NSActionCell" ]; - "AppKit_NSPathComponentCell" = [ "AppKit_NSTextFieldCell" ]; - "AppKit_NSPathControl" = [ "AppKit_NSControl" ]; - "AppKit_NSPersistentDocument" = [ "AppKit_NSDocument" ]; - "AppKit_NSPickerTouchBarItem" = [ "AppKit_NSTouchBarItem" ]; - "AppKit_NSPopUpButton" = [ "AppKit_NSButton" ]; - "AppKit_NSPopUpButtonCell" = [ "AppKit_NSMenuItemCell" ]; - "AppKit_NSPopover" = [ "AppKit_NSResponder" ]; - "AppKit_NSPopoverTouchBarItem" = [ "AppKit_NSTouchBarItem" ]; - "AppKit_NSPredicateEditor" = [ "AppKit_NSRuleEditor" ]; - "AppKit_NSPressGestureRecognizer" = [ "AppKit_NSGestureRecognizer" ]; - "AppKit_NSProgressIndicator" = [ "AppKit_NSView" ]; - "AppKit_NSRotationGestureRecognizer" = [ "AppKit_NSGestureRecognizer" ]; - "AppKit_NSRuleEditor" = [ "AppKit_NSControl" ]; - "AppKit_NSRulerView" = [ "AppKit_NSView" ]; - "AppKit_NSSavePanel" = [ "AppKit_NSPanel" ]; - "AppKit_NSScrollView" = [ "AppKit_NSView" ]; - "AppKit_NSScroller" = [ "AppKit_NSControl" ]; - "AppKit_NSScrubber" = [ "AppKit_NSView" ]; - "AppKit_NSScrubberArrangedView" = [ "AppKit_NSView" ]; - "AppKit_NSScrubberFlowLayout" = [ "AppKit_NSScrubberLayout" ]; - "AppKit_NSScrubberImageItemView" = [ "AppKit_NSScrubberItemView" ]; - "AppKit_NSScrubberItemView" = [ "AppKit_NSScrubberArrangedView" ]; - "AppKit_NSScrubberProportionalLayout" = [ "AppKit_NSScrubberLayout" ]; - "AppKit_NSScrubberSelectionView" = [ "AppKit_NSScrubberArrangedView" ]; - "AppKit_NSScrubberTextItemView" = [ "AppKit_NSScrubberItemView" ]; - "AppKit_NSSearchField" = [ "AppKit_NSTextField" ]; - "AppKit_NSSearchFieldCell" = [ "AppKit_NSTextFieldCell" ]; - "AppKit_NSSearchToolbarItem" = [ "AppKit_NSToolbarItem" ]; - "AppKit_NSSecureTextField" = [ "AppKit_NSTextField" ]; - "AppKit_NSSecureTextFieldCell" = [ "AppKit_NSTextFieldCell" ]; - "AppKit_NSSegmentedCell" = [ "AppKit_NSActionCell" ]; - "AppKit_NSSegmentedControl" = [ "AppKit_NSControl" ]; - "AppKit_NSSharingServicePickerToolbarItem" = [ "AppKit_NSToolbarItem" ]; - "AppKit_NSSharingServicePickerTouchBarItem" = [ "AppKit_NSTouchBarItem" ]; - "AppKit_NSSlider" = [ "AppKit_NSControl" ]; - "AppKit_NSSliderCell" = [ "AppKit_NSActionCell" ]; - "AppKit_NSSliderTouchBarItem" = [ "AppKit_NSTouchBarItem" ]; - "AppKit_NSSplitView" = [ "AppKit_NSView" ]; - "AppKit_NSSplitViewController" = [ "AppKit_NSViewController" ]; - "AppKit_NSStackView" = [ "AppKit_NSView" ]; - "AppKit_NSStatusBarButton" = [ "AppKit_NSButton" ]; - "AppKit_NSStepper" = [ "AppKit_NSControl" ]; - "AppKit_NSStepperCell" = [ "AppKit_NSActionCell" ]; - "AppKit_NSStepperTouchBarItem" = [ "AppKit_NSTouchBarItem" ]; - "AppKit_NSSwitch" = [ "AppKit_NSControl" ]; - "AppKit_NSTabView" = [ "AppKit_NSView" ]; - "AppKit_NSTabViewController" = [ "AppKit_NSViewController" ]; - "AppKit_NSTableCellView" = [ "AppKit_NSView" ]; - "AppKit_NSTableHeaderCell" = [ "AppKit_NSTextFieldCell" ]; - "AppKit_NSTableHeaderView" = [ "AppKit_NSView" ]; - "AppKit_NSTableRowView" = [ "AppKit_NSView" ]; - "AppKit_NSTableView" = [ "AppKit_NSControl" ]; - "AppKit_NSText" = [ "AppKit_NSView" ]; - "AppKit_NSTextAttachmentCell" = [ "AppKit_NSCell" ]; - "AppKit_NSTextContentStorage" = [ "AppKit_NSTextContentManager" ]; - "AppKit_NSTextField" = [ "AppKit_NSControl" ]; - "AppKit_NSTextFieldCell" = [ "AppKit_NSActionCell" ]; - "AppKit_NSTextListElement" = [ "AppKit_NSTextParagraph" ]; - "AppKit_NSTextParagraph" = [ "AppKit_NSTextElement" ]; - "AppKit_NSTextStorage" = [ "Foundation_NSMutableAttributedString" ]; - "AppKit_NSTextTable" = [ "AppKit_NSTextBlock" ]; - "AppKit_NSTextTableBlock" = [ "AppKit_NSTextBlock" ]; - "AppKit_NSTextView" = [ "AppKit_NSText" ]; - "AppKit_NSTitlebarAccessoryViewController" = [ "AppKit_NSViewController" ]; - "AppKit_NSTokenField" = [ "AppKit_NSTextField" ]; - "AppKit_NSTokenFieldCell" = [ "AppKit_NSTextFieldCell" ]; - "AppKit_NSToolbarItemGroup" = [ "AppKit_NSToolbarItem" ]; - "AppKit_NSTrackingSeparatorToolbarItem" = [ "AppKit_NSToolbarItem" ]; - "AppKit_NSTreeController" = [ "AppKit_NSObjectController" ]; - "AppKit_NSUserDefaultsController" = [ "AppKit_NSController" ]; - "AppKit_NSView" = [ "AppKit_NSResponder" ]; - "AppKit_NSViewAnimation" = [ "AppKit_NSAnimation" ]; - "AppKit_NSViewController" = [ "AppKit_NSResponder" ]; - "AppKit_NSVisualEffectView" = [ "AppKit_NSView" ]; - "AppKit_NSWindow" = [ "AppKit_NSResponder" ]; - "AppKit_NSWindowController" = [ "AppKit_NSResponder" ]; - "AppKit_all" = [ "AppKit" "AppKit_NSATSTypesetter" "AppKit_NSAccessibilityCustomAction" "AppKit_NSAccessibilityCustomRotor" "AppKit_NSAccessibilityCustomRotorItemResult" "AppKit_NSAccessibilityCustomRotorSearchParameters" "AppKit_NSAccessibilityElement" "AppKit_NSActionCell" "AppKit_NSAlert" "AppKit_NSAlignmentFeedbackFilter" "AppKit_NSAnimation" "AppKit_NSAnimationContext" "AppKit_NSAppearance" "AppKit_NSApplication" "AppKit_NSArrayController" "AppKit_NSBezierPath" "AppKit_NSBindingSelectionMarker" "AppKit_NSBitmapImageRep" "AppKit_NSBox" "AppKit_NSBrowser" "AppKit_NSBrowserCell" "AppKit_NSButton" "AppKit_NSButtonCell" "AppKit_NSButtonTouchBarItem" "AppKit_NSCachedImageRep" "AppKit_NSCandidateListTouchBarItem" "AppKit_NSCell" "AppKit_NSClickGestureRecognizer" "AppKit_NSClipView" "AppKit_NSCollectionLayoutAnchor" "AppKit_NSCollectionLayoutBoundarySupplementaryItem" "AppKit_NSCollectionLayoutDecorationItem" "AppKit_NSCollectionLayoutDimension" "AppKit_NSCollectionLayoutEdgeSpacing" "AppKit_NSCollectionLayoutGroup" "AppKit_NSCollectionLayoutGroupCustomItem" "AppKit_NSCollectionLayoutItem" "AppKit_NSCollectionLayoutSection" "AppKit_NSCollectionLayoutSize" "AppKit_NSCollectionLayoutSpacing" "AppKit_NSCollectionLayoutSupplementaryItem" "AppKit_NSCollectionView" "AppKit_NSCollectionViewCompositionalLayout" "AppKit_NSCollectionViewCompositionalLayoutConfiguration" "AppKit_NSCollectionViewDiffableDataSource" "AppKit_NSCollectionViewFlowLayout" "AppKit_NSCollectionViewFlowLayoutInvalidationContext" "AppKit_NSCollectionViewGridLayout" "AppKit_NSCollectionViewItem" "AppKit_NSCollectionViewLayout" "AppKit_NSCollectionViewLayoutAttributes" "AppKit_NSCollectionViewLayoutInvalidationContext" "AppKit_NSCollectionViewTransitionLayout" "AppKit_NSCollectionViewUpdateItem" "AppKit_NSColor" "AppKit_NSColorList" "AppKit_NSColorPanel" "AppKit_NSColorPicker" "AppKit_NSColorPickerTouchBarItem" "AppKit_NSColorSampler" "AppKit_NSColorSpace" "AppKit_NSColorWell" "AppKit_NSComboBox" "AppKit_NSComboBoxCell" "AppKit_NSComboButton" "AppKit_NSControl" "AppKit_NSController" "AppKit_NSCursor" "AppKit_NSCustomImageRep" "AppKit_NSCustomTouchBarItem" "AppKit_NSDataAsset" "AppKit_NSDatePicker" "AppKit_NSDatePickerCell" "AppKit_NSDictionaryController" "AppKit_NSDictionaryControllerKeyValuePair" "AppKit_NSDiffableDataSourceSnapshot" "AppKit_NSDockTile" "AppKit_NSDocument" "AppKit_NSDocumentController" "AppKit_NSDraggingImageComponent" "AppKit_NSDraggingItem" "AppKit_NSDraggingSession" "AppKit_NSDrawer" "AppKit_NSEPSImageRep" "AppKit_NSEvent" "AppKit_NSFilePromiseProvider" "AppKit_NSFilePromiseReceiver" "AppKit_NSFont" "AppKit_NSFontAssetRequest" "AppKit_NSFontCollection" "AppKit_NSFontDescriptor" "AppKit_NSFontManager" "AppKit_NSFontPanel" "AppKit_NSForm" "AppKit_NSFormCell" "AppKit_NSGestureRecognizer" "AppKit_NSGlyphGenerator" "AppKit_NSGlyphInfo" "AppKit_NSGradient" "AppKit_NSGraphicsContext" "AppKit_NSGridCell" "AppKit_NSGridColumn" "AppKit_NSGridRow" "AppKit_NSGridView" "AppKit_NSGroupTouchBarItem" "AppKit_NSHapticFeedbackManager" "AppKit_NSHelpManager" "AppKit_NSImage" "AppKit_NSImageCell" "AppKit_NSImageRep" "AppKit_NSImageSymbolConfiguration" "AppKit_NSImageView" "AppKit_NSInputManager" "AppKit_NSInputServer" "AppKit_NSLayoutAnchor" "AppKit_NSLayoutConstraint" "AppKit_NSLayoutDimension" "AppKit_NSLayoutGuide" "AppKit_NSLayoutManager" "AppKit_NSLayoutXAxisAnchor" "AppKit_NSLayoutYAxisAnchor" "AppKit_NSLevelIndicator" "AppKit_NSLevelIndicatorCell" "AppKit_NSMagnificationGestureRecognizer" "AppKit_NSMatrix" "AppKit_NSMediaLibraryBrowserController" "AppKit_NSMenu" "AppKit_NSMenuItem" "AppKit_NSMenuItemCell" "AppKit_NSMenuToolbarItem" "AppKit_NSMovie" "AppKit_NSMutableFontCollection" "AppKit_NSMutableParagraphStyle" "AppKit_NSNib" "AppKit_NSObjectController" "AppKit_NSOpenPanel" "AppKit_NSOutlineView" "AppKit_NSPDFImageRep" "AppKit_NSPDFInfo" "AppKit_NSPDFPanel" "AppKit_NSPICTImageRep" "AppKit_NSPageController" "AppKit_NSPageLayout" "AppKit_NSPanGestureRecognizer" "AppKit_NSPanel" "AppKit_NSParagraphStyle" "AppKit_NSPasteboard" "AppKit_NSPasteboardItem" "AppKit_NSPathCell" "AppKit_NSPathComponentCell" "AppKit_NSPathControl" "AppKit_NSPathControlItem" "AppKit_NSPersistentDocument" "AppKit_NSPickerTouchBarItem" "AppKit_NSPopUpButton" "AppKit_NSPopUpButtonCell" "AppKit_NSPopover" "AppKit_NSPopoverTouchBarItem" "AppKit_NSPredicateEditor" "AppKit_NSPredicateEditorRowTemplate" "AppKit_NSPressGestureRecognizer" "AppKit_NSPressureConfiguration" "AppKit_NSPreviewRepresentingActivityItem" "AppKit_NSPrintInfo" "AppKit_NSPrintOperation" "AppKit_NSPrintPanel" "AppKit_NSPrinter" "AppKit_NSProgressIndicator" "AppKit_NSResponder" "AppKit_NSRotationGestureRecognizer" "AppKit_NSRuleEditor" "AppKit_NSRulerMarker" "AppKit_NSRulerView" "AppKit_NSRunningApplication" "AppKit_NSSavePanel" "AppKit_NSScreen" "AppKit_NSScrollView" "AppKit_NSScroller" "AppKit_NSScrubber" "AppKit_NSScrubberArrangedView" "AppKit_NSScrubberFlowLayout" "AppKit_NSScrubberImageItemView" "AppKit_NSScrubberItemView" "AppKit_NSScrubberLayout" "AppKit_NSScrubberLayoutAttributes" "AppKit_NSScrubberProportionalLayout" "AppKit_NSScrubberSelectionStyle" "AppKit_NSScrubberSelectionView" "AppKit_NSScrubberTextItemView" "AppKit_NSSearchField" "AppKit_NSSearchFieldCell" "AppKit_NSSearchToolbarItem" "AppKit_NSSecureTextField" "AppKit_NSSecureTextFieldCell" "AppKit_NSSegmentedCell" "AppKit_NSSegmentedControl" "AppKit_NSShadow" "AppKit_NSSharingService" "AppKit_NSSharingServicePicker" "AppKit_NSSharingServicePickerToolbarItem" "AppKit_NSSharingServicePickerTouchBarItem" "AppKit_NSSlider" "AppKit_NSSliderAccessory" "AppKit_NSSliderAccessoryBehavior" "AppKit_NSSliderCell" "AppKit_NSSliderTouchBarItem" "AppKit_NSSound" "AppKit_NSSpeechRecognizer" "AppKit_NSSpeechSynthesizer" "AppKit_NSSpellChecker" "AppKit_NSSplitView" "AppKit_NSSplitViewController" "AppKit_NSSplitViewItem" "AppKit_NSStackView" "AppKit_NSStatusBar" "AppKit_NSStatusBarButton" "AppKit_NSStatusItem" "AppKit_NSStepper" "AppKit_NSStepperCell" "AppKit_NSStepperTouchBarItem" "AppKit_NSStoryboard" "AppKit_NSStoryboardSegue" "AppKit_NSStringDrawingContext" "AppKit_NSSwitch" "AppKit_NSTabView" "AppKit_NSTabViewController" "AppKit_NSTabViewItem" "AppKit_NSTableCellView" "AppKit_NSTableColumn" "AppKit_NSTableHeaderCell" "AppKit_NSTableHeaderView" "AppKit_NSTableRowView" "AppKit_NSTableView" "AppKit_NSTableViewDiffableDataSource" "AppKit_NSTableViewRowAction" "AppKit_NSText" "AppKit_NSTextAlternatives" "AppKit_NSTextAttachment" "AppKit_NSTextAttachmentCell" "AppKit_NSTextAttachmentViewProvider" "AppKit_NSTextBlock" "AppKit_NSTextCheckingController" "AppKit_NSTextContainer" "AppKit_NSTextContentManager" "AppKit_NSTextContentStorage" "AppKit_NSTextElement" "AppKit_NSTextField" "AppKit_NSTextFieldCell" "AppKit_NSTextFinder" "AppKit_NSTextInputContext" "AppKit_NSTextLayoutFragment" "AppKit_NSTextLayoutManager" "AppKit_NSTextLineFragment" "AppKit_NSTextList" "AppKit_NSTextListElement" "AppKit_NSTextParagraph" "AppKit_NSTextRange" "AppKit_NSTextSelection" "AppKit_NSTextSelectionNavigation" "AppKit_NSTextStorage" "AppKit_NSTextTab" "AppKit_NSTextTable" "AppKit_NSTextTableBlock" "AppKit_NSTextView" "AppKit_NSTextViewportLayoutController" "AppKit_NSTintConfiguration" "AppKit_NSTitlebarAccessoryViewController" "AppKit_NSTokenField" "AppKit_NSTokenFieldCell" "AppKit_NSToolbar" "AppKit_NSToolbarItem" "AppKit_NSToolbarItemGroup" "AppKit_NSTouch" "AppKit_NSTouchBar" "AppKit_NSTouchBarItem" "AppKit_NSTrackingArea" "AppKit_NSTrackingSeparatorToolbarItem" "AppKit_NSTreeController" "AppKit_NSTreeNode" "AppKit_NSTypesetter" "AppKit_NSUserDefaultsController" "AppKit_NSUserInterfaceCompressionOptions" "AppKit_NSView" "AppKit_NSViewAnimation" "AppKit_NSViewController" "AppKit_NSVisualEffectView" "AppKit_NSWindow" "AppKit_NSWindowController" "AppKit_NSWindowTab" "AppKit_NSWindowTabGroup" "AppKit_NSWorkspace" "AppKit_NSWorkspaceAuthorization" "AppKit_NSWorkspaceOpenConfiguration" ]; - "AuthenticationServices" = [ "AppKit" "Foundation" "Foundation_NSURL" ]; - "AuthenticationServices_ASAccountAuthenticationModificationExtensionContext" = [ "Foundation_NSExtensionContext" ]; - "AuthenticationServices_ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest" = [ "AuthenticationServices_ASAccountAuthenticationModificationRequest" ]; - "AuthenticationServices_ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest" = [ "AuthenticationServices_ASAccountAuthenticationModificationRequest" ]; - "AuthenticationServices_ASAccountAuthenticationModificationViewController" = [ "AppKit_NSViewController" ]; - "AuthenticationServices_ASAuthorizationAppleIDButton" = [ "AppKit_NSControl" ]; - "AuthenticationServices_ASAuthorizationAppleIDRequest" = [ "AuthenticationServices_ASAuthorizationOpenIDRequest" ]; - "AuthenticationServices_ASAuthorizationOpenIDRequest" = [ "AuthenticationServices_ASAuthorizationRequest" ]; - "AuthenticationServices_ASAuthorizationPasswordRequest" = [ "AuthenticationServices_ASAuthorizationRequest" ]; - "AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialAssertionRequest" = [ "AuthenticationServices_ASAuthorizationRequest" ]; - "AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest" = [ "AuthenticationServices_ASAuthorizationRequest" ]; - "AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialAssertionRequest" = [ "AuthenticationServices_ASAuthorizationRequest" ]; - "AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest" = [ "AuthenticationServices_ASAuthorizationRequest" ]; - "AuthenticationServices_ASAuthorizationSingleSignOnRequest" = [ "AuthenticationServices_ASAuthorizationOpenIDRequest" ]; - "AuthenticationServices_ASCredentialProviderExtensionContext" = [ "Foundation_NSExtensionContext" ]; - "AuthenticationServices_ASCredentialProviderViewController" = [ "AppKit_NSViewController" ]; - "AuthenticationServices_all" = [ "AuthenticationServices" "AuthenticationServices_ASAccountAuthenticationModificationController" "AuthenticationServices_ASAccountAuthenticationModificationExtensionContext" "AuthenticationServices_ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest" "AuthenticationServices_ASAccountAuthenticationModificationRequest" "AuthenticationServices_ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest" "AuthenticationServices_ASAccountAuthenticationModificationViewController" "AuthenticationServices_ASAuthorization" "AuthenticationServices_ASAuthorizationAppleIDButton" "AuthenticationServices_ASAuthorizationAppleIDCredential" "AuthenticationServices_ASAuthorizationAppleIDProvider" "AuthenticationServices_ASAuthorizationAppleIDRequest" "AuthenticationServices_ASAuthorizationController" "AuthenticationServices_ASAuthorizationOpenIDRequest" "AuthenticationServices_ASAuthorizationPasswordProvider" "AuthenticationServices_ASAuthorizationPasswordRequest" "AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialAssertion" "AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialAssertionRequest" "AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialDescriptor" "AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialProvider" "AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialRegistration" "AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest" "AuthenticationServices_ASAuthorizationProviderExtensionAuthorizationRequest" "AuthenticationServices_ASAuthorizationProviderExtensionAuthorizationResult" "AuthenticationServices_ASAuthorizationProviderExtensionKerberosMapping" "AuthenticationServices_ASAuthorizationProviderExtensionLoginConfiguration" "AuthenticationServices_ASAuthorizationProviderExtensionLoginManager" "AuthenticationServices_ASAuthorizationPublicKeyCredentialParameters" "AuthenticationServices_ASAuthorizationRequest" "AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialAssertion" "AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialAssertionRequest" "AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor" "AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialProvider" "AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialRegistration" "AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest" "AuthenticationServices_ASAuthorizationSingleSignOnCredential" "AuthenticationServices_ASAuthorizationSingleSignOnProvider" "AuthenticationServices_ASAuthorizationSingleSignOnRequest" "AuthenticationServices_ASCredentialIdentityStore" "AuthenticationServices_ASCredentialIdentityStoreState" "AuthenticationServices_ASCredentialProviderExtensionContext" "AuthenticationServices_ASCredentialProviderViewController" "AuthenticationServices_ASCredentialServiceIdentifier" "AuthenticationServices_ASPasswordCredential" "AuthenticationServices_ASPasswordCredentialIdentity" "AuthenticationServices_ASWebAuthenticationSession" "AuthenticationServices_ASWebAuthenticationSessionRequest" "AuthenticationServices_ASWebAuthenticationSessionWebBrowserSessionManager" ]; - "AutomaticAssessmentConfiguration" = [ "Foundation" ]; - "AutomaticAssessmentConfiguration_all" = [ "AutomaticAssessmentConfiguration" "AutomaticAssessmentConfiguration_AEAssessmentApplication" "AutomaticAssessmentConfiguration_AEAssessmentConfiguration" "AutomaticAssessmentConfiguration_AEAssessmentParticipantConfiguration" "AutomaticAssessmentConfiguration_AEAssessmentSession" ]; - "Automator" = [ "AppKit" "Foundation" "OSAKit" ]; - "Automator_AMAppleScriptAction" = [ "Automator_AMBundleAction" ]; - "Automator_AMBundleAction" = [ "Automator_AMAction" ]; - "Automator_AMShellScriptAction" = [ "Automator_AMBundleAction" ]; - "Automator_AMWorkflowController" = [ "AppKit_NSController" ]; - "Automator_AMWorkflowView" = [ "AppKit_NSView" ]; - "Automator_all" = [ "Automator" "Automator_AMAction" "Automator_AMAppleScriptAction" "Automator_AMBundleAction" "Automator_AMShellScriptAction" "Automator_AMWorkflow" "Automator_AMWorkflowController" "Automator_AMWorkflowView" "Automator_AMWorkspace" ]; - "BackgroundAssets" = [ "Foundation" ]; - "BackgroundAssets_BAURLDownload" = [ "BackgroundAssets_BADownload" ]; - "BackgroundAssets_all" = [ "BackgroundAssets" "BackgroundAssets_BAAppExtensionInfo" "BackgroundAssets_BADownload" "BackgroundAssets_BADownloadManager" "BackgroundAssets_BAURLDownload" ]; - "BackgroundTasks" = [ "Foundation" ]; - "BackgroundTasks_BGAppRefreshTask" = [ "BackgroundTasks_BGTask" ]; - "BackgroundTasks_BGAppRefreshTaskRequest" = [ "BackgroundTasks_BGTaskRequest" ]; - "BackgroundTasks_BGProcessingTask" = [ "BackgroundTasks_BGTask" ]; - "BackgroundTasks_BGProcessingTaskRequest" = [ "BackgroundTasks_BGTaskRequest" ]; - "BackgroundTasks_all" = [ "BackgroundTasks" "BackgroundTasks_BGAppRefreshTask" "BackgroundTasks_BGAppRefreshTaskRequest" "BackgroundTasks_BGProcessingTask" "BackgroundTasks_BGProcessingTaskRequest" "BackgroundTasks_BGTask" "BackgroundTasks_BGTaskRequest" "BackgroundTasks_BGTaskScheduler" ]; - "BusinessChat" = [ "AppKit" "Foundation" ]; - "BusinessChat_BCChatButton" = [ "AppKit_NSControl" ]; - "BusinessChat_all" = [ "BusinessChat" "BusinessChat_BCChatAction" "BusinessChat_BCChatButton" ]; - "CallKit" = [ "Foundation" ]; - "CallKit_CXAnswerCallAction" = [ "CallKit_CXCallAction" ]; - "CallKit_CXCallAction" = [ "CallKit_CXAction" ]; - "CallKit_CXCallDirectoryExtensionContext" = [ "Foundation_NSExtensionContext" ]; - "CallKit_CXEndCallAction" = [ "CallKit_CXCallAction" ]; - "CallKit_CXPlayDTMFCallAction" = [ "CallKit_CXCallAction" ]; - "CallKit_CXSetGroupCallAction" = [ "CallKit_CXCallAction" ]; - "CallKit_CXSetHeldCallAction" = [ "CallKit_CXCallAction" ]; - "CallKit_CXSetMutedCallAction" = [ "CallKit_CXCallAction" ]; - "CallKit_CXStartCallAction" = [ "CallKit_CXCallAction" ]; - "CallKit_all" = [ "CallKit" "CallKit_CXAction" "CallKit_CXAnswerCallAction" "CallKit_CXCall" "CallKit_CXCallAction" "CallKit_CXCallController" "CallKit_CXCallDirectoryExtensionContext" "CallKit_CXCallDirectoryManager" "CallKit_CXCallDirectoryProvider" "CallKit_CXCallObserver" "CallKit_CXCallUpdate" "CallKit_CXEndCallAction" "CallKit_CXHandle" "CallKit_CXPlayDTMFCallAction" "CallKit_CXProvider" "CallKit_CXProviderConfiguration" "CallKit_CXSetGroupCallAction" "CallKit_CXSetHeldCallAction" "CallKit_CXSetMutedCallAction" "CallKit_CXStartCallAction" "CallKit_CXTransaction" ]; - "ClassKit" = [ "Foundation" ]; - "ClassKit_CLSActivity" = [ "ClassKit_CLSObject" ]; - "ClassKit_CLSActivityItem" = [ "ClassKit_CLSObject" ]; - "ClassKit_CLSBinaryItem" = [ "ClassKit_CLSActivityItem" ]; - "ClassKit_CLSContext" = [ "ClassKit_CLSObject" ]; - "ClassKit_CLSProgressReportingCapability" = [ "ClassKit_CLSObject" ]; - "ClassKit_CLSQuantityItem" = [ "ClassKit_CLSActivityItem" ]; - "ClassKit_CLSScoreItem" = [ "ClassKit_CLSActivityItem" ]; - "ClassKit_all" = [ "ClassKit" "ClassKit_CLSActivity" "ClassKit_CLSActivityItem" "ClassKit_CLSBinaryItem" "ClassKit_CLSContext" "ClassKit_CLSDataStore" "ClassKit_CLSObject" "ClassKit_CLSProgressReportingCapability" "ClassKit_CLSQuantityItem" "ClassKit_CLSScoreItem" ]; - "CloudKit" = [ "CoreLocation" "Foundation" "CloudKit_CKShare" ]; - "CloudKit_CKAcceptSharesOperation" = [ "CloudKit_CKOperation" ]; - "CloudKit_CKDatabaseNotification" = [ "CloudKit_CKNotification" ]; - "CloudKit_CKDatabaseOperation" = [ "CloudKit_CKOperation" ]; - "CloudKit_CKDatabaseSubscription" = [ "CloudKit_CKSubscription" ]; - "CloudKit_CKDiscoverAllUserIdentitiesOperation" = [ "CloudKit_CKOperation" ]; - "CloudKit_CKDiscoverUserIdentitiesOperation" = [ "CloudKit_CKOperation" ]; - "CloudKit_CKFetchDatabaseChangesOperation" = [ "CloudKit_CKDatabaseOperation" ]; - "CloudKit_CKFetchNotificationChangesOperation" = [ "CloudKit_CKOperation" ]; - "CloudKit_CKFetchRecordChangesOperation" = [ "CloudKit_CKDatabaseOperation" ]; - "CloudKit_CKFetchRecordZoneChangesOperation" = [ "CloudKit_CKDatabaseOperation" ]; - "CloudKit_CKFetchRecordZonesOperation" = [ "CloudKit_CKDatabaseOperation" ]; - "CloudKit_CKFetchRecordsOperation" = [ "CloudKit_CKDatabaseOperation" ]; - "CloudKit_CKFetchShareMetadataOperation" = [ "CloudKit_CKOperation" ]; - "CloudKit_CKFetchShareParticipantsOperation" = [ "CloudKit_CKOperation" ]; - "CloudKit_CKFetchSubscriptionsOperation" = [ "CloudKit_CKDatabaseOperation" ]; - "CloudKit_CKFetchWebAuthTokenOperation" = [ "CloudKit_CKDatabaseOperation" ]; - "CloudKit_CKLocationSortDescriptor" = [ "Foundation_NSSortDescriptor" ]; - "CloudKit_CKMarkNotificationsReadOperation" = [ "CloudKit_CKOperation" ]; - "CloudKit_CKModifyBadgeOperation" = [ "CloudKit_CKOperation" ]; - "CloudKit_CKModifyRecordZonesOperation" = [ "CloudKit_CKDatabaseOperation" ]; - "CloudKit_CKModifyRecordsOperation" = [ "CloudKit_CKDatabaseOperation" ]; - "CloudKit_CKModifySubscriptionsOperation" = [ "CloudKit_CKDatabaseOperation" ]; - "CloudKit_CKOperation" = [ "Foundation_NSOperation" ]; - "CloudKit_CKQueryNotification" = [ "CloudKit_CKNotification" ]; - "CloudKit_CKQueryOperation" = [ "CloudKit_CKDatabaseOperation" ]; - "CloudKit_CKQuerySubscription" = [ "CloudKit_CKSubscription" ]; - "CloudKit_CKRecordZoneNotification" = [ "CloudKit_CKNotification" ]; - "CloudKit_CKRecordZoneSubscription" = [ "CloudKit_CKSubscription" ]; - "CloudKit_CKShare" = [ "CloudKit_CKRecord" ]; - "CloudKit_all" = [ "CloudKit" "CloudKit_CKAcceptSharesOperation" "CloudKit_CKAllowedSharingOptions" "CloudKit_CKAsset" "CloudKit_CKContainer" "CloudKit_CKDatabase" "CloudKit_CKDatabaseNotification" "CloudKit_CKDatabaseOperation" "CloudKit_CKDatabaseSubscription" "CloudKit_CKDiscoverAllUserIdentitiesOperation" "CloudKit_CKDiscoverUserIdentitiesOperation" "CloudKit_CKFetchDatabaseChangesOperation" "CloudKit_CKFetchNotificationChangesOperation" "CloudKit_CKFetchRecordChangesOperation" "CloudKit_CKFetchRecordZoneChangesConfiguration" "CloudKit_CKFetchRecordZoneChangesOperation" "CloudKit_CKFetchRecordZoneChangesOptions" "CloudKit_CKFetchRecordZonesOperation" "CloudKit_CKFetchRecordsOperation" "CloudKit_CKFetchShareMetadataOperation" "CloudKit_CKFetchShareParticipantsOperation" "CloudKit_CKFetchSubscriptionsOperation" "CloudKit_CKFetchWebAuthTokenOperation" "CloudKit_CKLocationSortDescriptor" "CloudKit_CKMarkNotificationsReadOperation" "CloudKit_CKModifyBadgeOperation" "CloudKit_CKModifyRecordZonesOperation" "CloudKit_CKModifyRecordsOperation" "CloudKit_CKModifySubscriptionsOperation" "CloudKit_CKNotification" "CloudKit_CKNotificationID" "CloudKit_CKNotificationInfo" "CloudKit_CKOperation" "CloudKit_CKOperationConfiguration" "CloudKit_CKOperationGroup" "CloudKit_CKQuery" "CloudKit_CKQueryCursor" "CloudKit_CKQueryNotification" "CloudKit_CKQueryOperation" "CloudKit_CKQuerySubscription" "CloudKit_CKRecord" "CloudKit_CKRecordID" "CloudKit_CKRecordZone" "CloudKit_CKRecordZoneID" "CloudKit_CKRecordZoneNotification" "CloudKit_CKRecordZoneSubscription" "CloudKit_CKReference" "CloudKit_CKServerChangeToken" "CloudKit_CKShare" "CloudKit_CKShareMetadata" "CloudKit_CKShareParticipant" "CloudKit_CKSubscription" "CloudKit_CKSystemSharingUIObserver" "CloudKit_CKUserIdentity" "CloudKit_CKUserIdentityLookupInfo" ]; - "Contacts" = [ "Foundation" ]; - "Contacts_CNChangeHistoryAddContactEvent" = [ "Contacts_CNChangeHistoryEvent" ]; - "Contacts_CNChangeHistoryAddGroupEvent" = [ "Contacts_CNChangeHistoryEvent" ]; - "Contacts_CNChangeHistoryAddMemberToGroupEvent" = [ "Contacts_CNChangeHistoryEvent" ]; - "Contacts_CNChangeHistoryAddSubgroupToGroupEvent" = [ "Contacts_CNChangeHistoryEvent" ]; - "Contacts_CNChangeHistoryDeleteContactEvent" = [ "Contacts_CNChangeHistoryEvent" ]; - "Contacts_CNChangeHistoryDeleteGroupEvent" = [ "Contacts_CNChangeHistoryEvent" ]; - "Contacts_CNChangeHistoryDropEverythingEvent" = [ "Contacts_CNChangeHistoryEvent" ]; - "Contacts_CNChangeHistoryFetchRequest" = [ "Contacts_CNFetchRequest" ]; - "Contacts_CNChangeHistoryRemoveMemberFromGroupEvent" = [ "Contacts_CNChangeHistoryEvent" ]; - "Contacts_CNChangeHistoryRemoveSubgroupFromGroupEvent" = [ "Contacts_CNChangeHistoryEvent" ]; - "Contacts_CNChangeHistoryUpdateContactEvent" = [ "Contacts_CNChangeHistoryEvent" ]; - "Contacts_CNChangeHistoryUpdateGroupEvent" = [ "Contacts_CNChangeHistoryEvent" ]; - "Contacts_CNContactFetchRequest" = [ "Contacts_CNFetchRequest" ]; - "Contacts_CNContactFormatter" = [ "Foundation_NSFormatter" ]; - "Contacts_CNMutableContact" = [ "Contacts_CNContact" ]; - "Contacts_CNMutableGroup" = [ "Contacts_CNGroup" ]; - "Contacts_CNMutablePostalAddress" = [ "Contacts_CNPostalAddress" ]; - "Contacts_CNPostalAddressFormatter" = [ "Foundation_NSFormatter" ]; - "Contacts_all" = [ "Contacts" "Contacts_CNChangeHistoryAddContactEvent" "Contacts_CNChangeHistoryAddGroupEvent" "Contacts_CNChangeHistoryAddMemberToGroupEvent" "Contacts_CNChangeHistoryAddSubgroupToGroupEvent" "Contacts_CNChangeHistoryDeleteContactEvent" "Contacts_CNChangeHistoryDeleteGroupEvent" "Contacts_CNChangeHistoryDropEverythingEvent" "Contacts_CNChangeHistoryEvent" "Contacts_CNChangeHistoryFetchRequest" "Contacts_CNChangeHistoryRemoveMemberFromGroupEvent" "Contacts_CNChangeHistoryRemoveSubgroupFromGroupEvent" "Contacts_CNChangeHistoryUpdateContactEvent" "Contacts_CNChangeHistoryUpdateGroupEvent" "Contacts_CNContact" "Contacts_CNContactFetchRequest" "Contacts_CNContactFormatter" "Contacts_CNContactProperty" "Contacts_CNContactRelation" "Contacts_CNContactStore" "Contacts_CNContactVCardSerialization" "Contacts_CNContactsUserDefaults" "Contacts_CNContainer" "Contacts_CNFetchRequest" "Contacts_CNFetchResult" "Contacts_CNGroup" "Contacts_CNInstantMessageAddress" "Contacts_CNLabeledValue" "Contacts_CNMutableContact" "Contacts_CNMutableGroup" "Contacts_CNMutablePostalAddress" "Contacts_CNPhoneNumber" "Contacts_CNPostalAddress" "Contacts_CNPostalAddressFormatter" "Contacts_CNSaveRequest" "Contacts_CNSocialProfile" ]; - "CoreAnimation" = [ "Foundation" ]; - "CoreAnimation_CAAnimationGroup" = [ "CoreAnimation_CAAnimation" ]; - "CoreAnimation_CABasicAnimation" = [ "CoreAnimation_CAPropertyAnimation" ]; - "CoreAnimation_CAEmitterLayer" = [ "CoreAnimation_CALayer" ]; - "CoreAnimation_CAGradientLayer" = [ "CoreAnimation_CALayer" ]; - "CoreAnimation_CAKeyframeAnimation" = [ "CoreAnimation_CAPropertyAnimation" ]; - "CoreAnimation_CAPropertyAnimation" = [ "CoreAnimation_CAAnimation" ]; - "CoreAnimation_CAReplicatorLayer" = [ "CoreAnimation_CALayer" ]; - "CoreAnimation_CAScrollLayer" = [ "CoreAnimation_CALayer" ]; - "CoreAnimation_CAShapeLayer" = [ "CoreAnimation_CALayer" ]; - "CoreAnimation_CASpringAnimation" = [ "CoreAnimation_CABasicAnimation" ]; - "CoreAnimation_CATextLayer" = [ "CoreAnimation_CALayer" ]; - "CoreAnimation_CATiledLayer" = [ "CoreAnimation_CALayer" ]; - "CoreAnimation_CATransformLayer" = [ "CoreAnimation_CALayer" ]; - "CoreAnimation_CATransition" = [ "CoreAnimation_CAAnimation" ]; - "CoreAnimation_all" = [ "CoreAnimation" "CoreAnimation_CAAnimation" "CoreAnimation_CAAnimationGroup" "CoreAnimation_CABasicAnimation" "CoreAnimation_CAConstraint" "CoreAnimation_CAConstraintLayoutManager" "CoreAnimation_CADisplayLink" "CoreAnimation_CAEDRMetadata" "CoreAnimation_CAEmitterCell" "CoreAnimation_CAEmitterLayer" "CoreAnimation_CAGradientLayer" "CoreAnimation_CAKeyframeAnimation" "CoreAnimation_CALayer" "CoreAnimation_CAMediaTimingFunction" "CoreAnimation_CAPropertyAnimation" "CoreAnimation_CARemoteLayerClient" "CoreAnimation_CARemoteLayerServer" "CoreAnimation_CARenderer" "CoreAnimation_CAReplicatorLayer" "CoreAnimation_CAScrollLayer" "CoreAnimation_CAShapeLayer" "CoreAnimation_CASpringAnimation" "CoreAnimation_CATextLayer" "CoreAnimation_CATiledLayer" "CoreAnimation_CATransaction" "CoreAnimation_CATransformLayer" "CoreAnimation_CATransition" "CoreAnimation_CAValueFunction" ]; - "CoreData" = [ "Foundation" "CoreData_NSAsynchronousFetchResult" ]; - "CoreData_NSAsynchronousFetchRequest" = [ "CoreData_NSPersistentStoreRequest" ]; - "CoreData_NSAsynchronousFetchResult" = [ "CoreData_NSPersistentStoreAsynchronousResult" ]; - "CoreData_NSAtomicStore" = [ "CoreData_NSPersistentStore" ]; - "CoreData_NSAttributeDescription" = [ "CoreData_NSPropertyDescription" ]; - "CoreData_NSBatchDeleteRequest" = [ "CoreData_NSPersistentStoreRequest" ]; - "CoreData_NSBatchDeleteResult" = [ "CoreData_NSPersistentStoreResult" ]; - "CoreData_NSBatchInsertRequest" = [ "CoreData_NSPersistentStoreRequest" ]; - "CoreData_NSBatchInsertResult" = [ "CoreData_NSPersistentStoreResult" ]; - "CoreData_NSBatchUpdateRequest" = [ "CoreData_NSPersistentStoreRequest" ]; - "CoreData_NSBatchUpdateResult" = [ "CoreData_NSPersistentStoreResult" ]; - "CoreData_NSDerivedAttributeDescription" = [ "CoreData_NSAttributeDescription" ]; - "CoreData_NSExpressionDescription" = [ "CoreData_NSPropertyDescription" ]; - "CoreData_NSFetchRequest" = [ "CoreData_NSPersistentStoreRequest" ]; - "CoreData_NSFetchRequestExpression" = [ "Foundation_NSExpression" ]; - "CoreData_NSFetchedPropertyDescription" = [ "CoreData_NSPropertyDescription" ]; - "CoreData_NSIncrementalStore" = [ "CoreData_NSPersistentStore" ]; - "CoreData_NSPersistentCloudKitContainer" = [ "CoreData_NSPersistentContainer" ]; - "CoreData_NSPersistentCloudKitContainerEventRequest" = [ "CoreData_NSPersistentStoreRequest" ]; - "CoreData_NSPersistentCloudKitContainerEventResult" = [ "CoreData_NSPersistentStoreResult" ]; - "CoreData_NSPersistentHistoryChangeRequest" = [ "CoreData_NSPersistentStoreRequest" ]; - "CoreData_NSPersistentHistoryResult" = [ "CoreData_NSPersistentStoreResult" ]; - "CoreData_NSPersistentStoreAsynchronousResult" = [ "CoreData_NSPersistentStoreResult" ]; - "CoreData_NSRelationshipDescription" = [ "CoreData_NSPropertyDescription" ]; - "CoreData_NSSaveChangesRequest" = [ "CoreData_NSPersistentStoreRequest" ]; - "CoreData_all" = [ "CoreData" "CoreData_NSAsynchronousFetchRequest" "CoreData_NSAsynchronousFetchResult" "CoreData_NSAtomicStore" "CoreData_NSAtomicStoreCacheNode" "CoreData_NSAttributeDescription" "CoreData_NSBatchDeleteRequest" "CoreData_NSBatchDeleteResult" "CoreData_NSBatchInsertRequest" "CoreData_NSBatchInsertResult" "CoreData_NSBatchUpdateRequest" "CoreData_NSBatchUpdateResult" "CoreData_NSConstraintConflict" "CoreData_NSCoreDataCoreSpotlightDelegate" "CoreData_NSDerivedAttributeDescription" "CoreData_NSEntityDescription" "CoreData_NSEntityMapping" "CoreData_NSEntityMigrationPolicy" "CoreData_NSExpressionDescription" "CoreData_NSFetchIndexDescription" "CoreData_NSFetchIndexElementDescription" "CoreData_NSFetchRequest" "CoreData_NSFetchRequestExpression" "CoreData_NSFetchedPropertyDescription" "CoreData_NSFetchedResultsController" "CoreData_NSIncrementalStore" "CoreData_NSIncrementalStoreNode" "CoreData_NSManagedObject" "CoreData_NSManagedObjectContext" "CoreData_NSManagedObjectID" "CoreData_NSManagedObjectModel" "CoreData_NSMappingModel" "CoreData_NSMergeConflict" "CoreData_NSMergePolicy" "CoreData_NSMigrationManager" "CoreData_NSPersistentCloudKitContainer" "CoreData_NSPersistentCloudKitContainerEvent" "CoreData_NSPersistentCloudKitContainerEventRequest" "CoreData_NSPersistentCloudKitContainerEventResult" "CoreData_NSPersistentCloudKitContainerOptions" "CoreData_NSPersistentContainer" "CoreData_NSPersistentHistoryChange" "CoreData_NSPersistentHistoryChangeRequest" "CoreData_NSPersistentHistoryResult" "CoreData_NSPersistentHistoryToken" "CoreData_NSPersistentHistoryTransaction" "CoreData_NSPersistentStore" "CoreData_NSPersistentStoreAsynchronousResult" "CoreData_NSPersistentStoreCoordinator" "CoreData_NSPersistentStoreDescription" "CoreData_NSPersistentStoreRequest" "CoreData_NSPersistentStoreResult" "CoreData_NSPropertyDescription" "CoreData_NSPropertyMapping" "CoreData_NSQueryGenerationToken" "CoreData_NSRelationshipDescription" "CoreData_NSSaveChangesRequest" ]; - "CoreLocation" = [ "Contacts" "Foundation" "CoreLocation_CLPlacemark" ]; - "CoreLocation_CLBeaconRegion" = [ "CoreLocation_CLRegion" ]; - "CoreLocation_CLCircularRegion" = [ "CoreLocation_CLRegion" ]; - "CoreLocation_all" = [ "CoreLocation" "CoreLocation_CLBeacon" "CoreLocation_CLBeaconIdentityConstraint" "CoreLocation_CLBeaconRegion" "CoreLocation_CLCircularRegion" "CoreLocation_CLFloor" "CoreLocation_CLGeocoder" "CoreLocation_CLHeading" "CoreLocation_CLLocation" "CoreLocation_CLLocationManager" "CoreLocation_CLLocationSourceInformation" "CoreLocation_CLPlacemark" "CoreLocation_CLRegion" "CoreLocation_CLVisit" ]; - "DataDetection" = [ "Foundation" ]; - "DataDetection_DDMatchCalendarEvent" = [ "DataDetection_DDMatch" ]; - "DataDetection_DDMatchEmailAddress" = [ "DataDetection_DDMatch" ]; - "DataDetection_DDMatchFlightNumber" = [ "DataDetection_DDMatch" ]; - "DataDetection_DDMatchLink" = [ "DataDetection_DDMatch" ]; - "DataDetection_DDMatchMoneyAmount" = [ "DataDetection_DDMatch" ]; - "DataDetection_DDMatchPhoneNumber" = [ "DataDetection_DDMatch" ]; - "DataDetection_DDMatchPostalAddress" = [ "DataDetection_DDMatch" ]; - "DataDetection_DDMatchShipmentTrackingNumber" = [ "DataDetection_DDMatch" ]; - "DataDetection_all" = [ "DataDetection" "DataDetection_DDMatch" "DataDetection_DDMatchCalendarEvent" "DataDetection_DDMatchEmailAddress" "DataDetection_DDMatchFlightNumber" "DataDetection_DDMatchLink" "DataDetection_DDMatchMoneyAmount" "DataDetection_DDMatchPhoneNumber" "DataDetection_DDMatchPostalAddress" "DataDetection_DDMatchShipmentTrackingNumber" ]; - "DeviceCheck" = [ "Foundation" ]; - "DeviceCheck_all" = [ "DeviceCheck" "DeviceCheck_DCAppAttestService" "DeviceCheck_DCDevice" ]; - "EventKit" = [ "AppKit" "CoreLocation" "Foundation" "MapKit" "EventKit_EKEvent" ]; - "EventKit_EKAlarm" = [ "EventKit_EKObject" ]; - "EventKit_EKCalendar" = [ "EventKit_EKObject" ]; - "EventKit_EKCalendarItem" = [ "EventKit_EKObject" ]; - "EventKit_EKEvent" = [ "EventKit_EKCalendarItem" ]; - "EventKit_EKParticipant" = [ "EventKit_EKObject" ]; - "EventKit_EKRecurrenceRule" = [ "EventKit_EKObject" ]; - "EventKit_EKReminder" = [ "EventKit_EKCalendarItem" ]; - "EventKit_EKSource" = [ "EventKit_EKObject" ]; - "EventKit_EKStructuredLocation" = [ "EventKit_EKObject" ]; - "EventKit_all" = [ "EventKit" "EventKit_EKAlarm" "EventKit_EKCalendar" "EventKit_EKCalendarItem" "EventKit_EKEvent" "EventKit_EKEventStore" "EventKit_EKObject" "EventKit_EKParticipant" "EventKit_EKRecurrenceDayOfWeek" "EventKit_EKRecurrenceEnd" "EventKit_EKRecurrenceRule" "EventKit_EKReminder" "EventKit_EKSource" "EventKit_EKStructuredLocation" "EventKit_EKVirtualConferenceDescriptor" "EventKit_EKVirtualConferenceProvider" "EventKit_EKVirtualConferenceRoomTypeDescriptor" "EventKit_EKVirtualConferenceURLDescriptor" ]; - "ExceptionHandling" = [ "Foundation" ]; - "ExceptionHandling_all" = [ "ExceptionHandling" "ExceptionHandling_NSExceptionHandler" ]; - "ExtensionKit" = [ "AppKit" "Foundation" ]; - "ExtensionKit_EXAppExtensionBrowserViewController" = [ "AppKit_NSViewController" ]; - "ExtensionKit_EXHostViewController" = [ "AppKit_NSViewController" ]; - "ExtensionKit_all" = [ "ExtensionKit" "ExtensionKit_EXAppExtensionBrowserViewController" "ExtensionKit_EXHostViewController" ]; - "ExternalAccessory" = [ "Foundation" ]; - "ExternalAccessory_all" = [ "ExternalAccessory" "ExternalAccessory_EAAccessory" "ExternalAccessory_EAAccessoryManager" "ExternalAccessory_EASession" "ExternalAccessory_EAWiFiUnconfiguredAccessory" "ExternalAccessory_EAWiFiUnconfiguredAccessoryBrowser" ]; - "FileProvider" = [ "AppKit" "Foundation" "UniformTypeIdentifiers" ]; - "FileProviderUI" = [ "AppKit" "FileProvider" "Foundation" ]; - "FileProviderUI_FPUIActionExtensionContext" = [ "Foundation_NSExtensionContext" ]; - "FileProviderUI_FPUIActionExtensionViewController" = [ "AppKit_NSViewController" ]; - "FileProviderUI_all" = [ "FileProviderUI" "FileProviderUI_FPUIActionExtensionContext" "FileProviderUI_FPUIActionExtensionViewController" ]; - "FileProvider_all" = [ "FileProvider" "FileProvider_NSFileProviderDomain" "FileProvider_NSFileProviderDomainVersion" "FileProvider_NSFileProviderExtension" "FileProvider_NSFileProviderItemVersion" "FileProvider_NSFileProviderManager" "FileProvider_NSFileProviderRequest" ]; - "Foundation" = [ "objective-c" "block" "Foundation_NSError" "Foundation_NSAppleEventDescriptor" "Foundation_NSHashTable" "Foundation_NSMapTable" "Foundation_NSProgress" "Foundation_NSString" "Foundation_NSDictionary" "Foundation_NSEnumerator" ]; - "Foundation_NSArchiver" = [ "Foundation_NSCoder" ]; - "Foundation_NSBlockOperation" = [ "Foundation_NSOperation" ]; - "Foundation_NSByteCountFormatter" = [ "Foundation_NSFormatter" ]; - "Foundation_NSCalendarDate" = [ "Foundation_NSDate" ]; - "Foundation_NSCloneCommand" = [ "Foundation_NSScriptCommand" ]; - "Foundation_NSCloseCommand" = [ "Foundation_NSScriptCommand" ]; - "Foundation_NSComparisonPredicate" = [ "Foundation_NSPredicate" ]; - "Foundation_NSCompoundPredicate" = [ "Foundation_NSPredicate" ]; - "Foundation_NSConstantString" = [ "Foundation_NSSimpleCString" ]; - "Foundation_NSCountCommand" = [ "Foundation_NSScriptCommand" ]; - "Foundation_NSCountedSet" = [ "Foundation_NSMutableSet" ]; - "Foundation_NSCreateCommand" = [ "Foundation_NSScriptCommand" ]; - "Foundation_NSDataDetector" = [ "Foundation_NSRegularExpression" ]; - "Foundation_NSDateComponentsFormatter" = [ "Foundation_NSFormatter" ]; - "Foundation_NSDateFormatter" = [ "Foundation_NSFormatter" ]; - "Foundation_NSDateIntervalFormatter" = [ "Foundation_NSFormatter" ]; - "Foundation_NSDecimalNumber" = [ "Foundation_NSNumber" ]; - "Foundation_NSDeleteCommand" = [ "Foundation_NSScriptCommand" ]; - "Foundation_NSDimension" = [ "Foundation_NSUnit" ]; - "Foundation_NSDirectoryEnumerator" = [ "Foundation_NSEnumerator" ]; - "Foundation_NSDistantObject" = [ "Foundation_NSProxy" ]; - "Foundation_NSDistributedNotificationCenter" = [ "Foundation_NSNotificationCenter" ]; - "Foundation_NSEnergyFormatter" = [ "Foundation_NSFormatter" ]; - "Foundation_NSExistsCommand" = [ "Foundation_NSScriptCommand" ]; - "Foundation_NSGetCommand" = [ "Foundation_NSScriptCommand" ]; - "Foundation_NSHTTPURLResponse" = [ "Foundation_NSURLResponse" ]; - "Foundation_NSISO8601DateFormatter" = [ "Foundation_NSFormatter" ]; - "Foundation_NSIndexSpecifier" = [ "Foundation_NSScriptObjectSpecifier" ]; - "Foundation_NSInflectionRuleExplicit" = [ "Foundation_NSInflectionRule" ]; - "Foundation_NSInputStream" = [ "Foundation_NSStream" ]; - "Foundation_NSInvocationOperation" = [ "Foundation_NSOperation" ]; - "Foundation_NSKeyedArchiver" = [ "Foundation_NSCoder" ]; - "Foundation_NSKeyedUnarchiver" = [ "Foundation_NSCoder" ]; - "Foundation_NSLengthFormatter" = [ "Foundation_NSFormatter" ]; - "Foundation_NSListFormatter" = [ "Foundation_NSFormatter" ]; - "Foundation_NSLogicalTest" = [ "Foundation_NSScriptWhoseTest" ]; - "Foundation_NSMachBootstrapServer" = [ "Foundation_NSPortNameServer" ]; - "Foundation_NSMachPort" = [ "Foundation_NSPort" ]; - "Foundation_NSMassFormatter" = [ "Foundation_NSFormatter" ]; - "Foundation_NSMeasurementFormatter" = [ "Foundation_NSFormatter" ]; - "Foundation_NSMessagePort" = [ "Foundation_NSPort" ]; - "Foundation_NSMessagePortNameServer" = [ "Foundation_NSPortNameServer" ]; - "Foundation_NSMiddleSpecifier" = [ "Foundation_NSScriptObjectSpecifier" ]; - "Foundation_NSMoveCommand" = [ "Foundation_NSScriptCommand" ]; - "Foundation_NSMutableArray" = [ "Foundation_NSArray" ]; - "Foundation_NSMutableAttributedString" = [ "Foundation_NSAttributedString" ]; - "Foundation_NSMutableCharacterSet" = [ "Foundation_NSCharacterSet" ]; - "Foundation_NSMutableData" = [ "Foundation_NSData" ]; - "Foundation_NSMutableDictionary" = [ "Foundation_NSDictionary" ]; - "Foundation_NSMutableIndexSet" = [ "Foundation_NSIndexSet" ]; - "Foundation_NSMutableOrderedSet" = [ "Foundation_NSOrderedSet" ]; - "Foundation_NSMutableSet" = [ "Foundation_NSSet" ]; - "Foundation_NSMutableString" = [ "Foundation_NSString" ]; - "Foundation_NSMutableURLRequest" = [ "Foundation_NSURLRequest" ]; - "Foundation_NSNameSpecifier" = [ "Foundation_NSScriptObjectSpecifier" ]; - "Foundation_NSNumber" = [ "Foundation_NSValue" ]; - "Foundation_NSNumberFormatter" = [ "Foundation_NSFormatter" ]; - "Foundation_NSOutputStream" = [ "Foundation_NSStream" ]; - "Foundation_NSPersonNameComponentsFormatter" = [ "Foundation_NSFormatter" ]; - "Foundation_NSPortCoder" = [ "Foundation_NSCoder" ]; - "Foundation_NSPropertySpecifier" = [ "Foundation_NSScriptObjectSpecifier" ]; - "Foundation_NSProtocolChecker" = [ "Foundation_NSProxy" ]; - "Foundation_NSPurgeableData" = [ "Foundation_NSMutableData" ]; - "Foundation_NSQuitCommand" = [ "Foundation_NSScriptCommand" ]; - "Foundation_NSRandomSpecifier" = [ "Foundation_NSScriptObjectSpecifier" ]; - "Foundation_NSRangeSpecifier" = [ "Foundation_NSScriptObjectSpecifier" ]; - "Foundation_NSRelativeDateTimeFormatter" = [ "Foundation_NSFormatter" ]; - "Foundation_NSRelativeSpecifier" = [ "Foundation_NSScriptObjectSpecifier" ]; - "Foundation_NSScriptClassDescription" = [ "Foundation_NSClassDescription" ]; - "Foundation_NSSecureUnarchiveFromDataTransformer" = [ "Foundation_NSValueTransformer" ]; - "Foundation_NSSetCommand" = [ "Foundation_NSScriptCommand" ]; - "Foundation_NSSimpleCString" = [ "Foundation_NSString" ]; - "Foundation_NSSocketPort" = [ "Foundation_NSPort" ]; - "Foundation_NSSocketPortNameServer" = [ "Foundation_NSPortNameServer" ]; - "Foundation_NSSpecifierTest" = [ "Foundation_NSScriptWhoseTest" ]; - "Foundation_NSURLSessionDataTask" = [ "Foundation_NSURLSessionTask" ]; - "Foundation_NSURLSessionDownloadTask" = [ "Foundation_NSURLSessionTask" ]; - "Foundation_NSURLSessionStreamTask" = [ "Foundation_NSURLSessionTask" ]; - "Foundation_NSURLSessionUploadTask" = [ "Foundation_NSURLSessionDataTask" ]; - "Foundation_NSURLSessionWebSocketTask" = [ "Foundation_NSURLSessionTask" ]; - "Foundation_NSUnarchiver" = [ "Foundation_NSCoder" ]; - "Foundation_NSUniqueIDSpecifier" = [ "Foundation_NSScriptObjectSpecifier" ]; - "Foundation_NSUnitAcceleration" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitAngle" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitArea" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitConcentrationMass" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitConverterLinear" = [ "Foundation_NSUnitConverter" ]; - "Foundation_NSUnitDispersion" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitDuration" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitElectricCharge" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitElectricCurrent" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitElectricPotentialDifference" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitElectricResistance" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitEnergy" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitFrequency" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitFuelEfficiency" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitIlluminance" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitInformationStorage" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitLength" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitMass" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitPower" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitPressure" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitSpeed" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitTemperature" = [ "Foundation_NSDimension" ]; - "Foundation_NSUnitVolume" = [ "Foundation_NSDimension" ]; - "Foundation_NSUserAppleScriptTask" = [ "Foundation_NSUserScriptTask" ]; - "Foundation_NSUserAutomatorTask" = [ "Foundation_NSUserScriptTask" ]; - "Foundation_NSUserUnixTask" = [ "Foundation_NSUserScriptTask" ]; - "Foundation_NSWhoseSpecifier" = [ "Foundation_NSScriptObjectSpecifier" ]; - "Foundation_NSXMLDTD" = [ "Foundation_NSXMLNode" ]; - "Foundation_NSXMLDTDNode" = [ "Foundation_NSXMLNode" ]; - "Foundation_NSXMLDocument" = [ "Foundation_NSXMLNode" ]; - "Foundation_NSXMLElement" = [ "Foundation_NSXMLNode" ]; - "Foundation_NSXPCCoder" = [ "Foundation_NSCoder" ]; - "Foundation_all" = [ "Foundation" "Foundation_NSAffineTransform" "Foundation_NSAppleEventDescriptor" "Foundation_NSAppleEventManager" "Foundation_NSAppleScript" "Foundation_NSArchiver" "Foundation_NSArray" "Foundation_NSAssertionHandler" "Foundation_NSAttributedString" "Foundation_NSAttributedStringMarkdownParsingOptions" "Foundation_NSAttributedStringMarkdownSourcePosition" "Foundation_NSAutoreleasePool" "Foundation_NSBackgroundActivityScheduler" "Foundation_NSBlockOperation" "Foundation_NSBundle" "Foundation_NSBundleResourceRequest" "Foundation_NSByteCountFormatter" "Foundation_NSCache" "Foundation_NSCachedURLResponse" "Foundation_NSCalendar" "Foundation_NSCalendarDate" "Foundation_NSCharacterSet" "Foundation_NSClassDescription" "Foundation_NSCloneCommand" "Foundation_NSCloseCommand" "Foundation_NSCoder" "Foundation_NSComparisonPredicate" "Foundation_NSCompoundPredicate" "Foundation_NSCondition" "Foundation_NSConditionLock" "Foundation_NSConnection" "Foundation_NSConstantString" "Foundation_NSCountCommand" "Foundation_NSCountedSet" "Foundation_NSCreateCommand" "Foundation_NSData" "Foundation_NSDataDetector" "Foundation_NSDate" "Foundation_NSDateComponents" "Foundation_NSDateComponentsFormatter" "Foundation_NSDateFormatter" "Foundation_NSDateInterval" "Foundation_NSDateIntervalFormatter" "Foundation_NSDecimalNumber" "Foundation_NSDecimalNumberHandler" "Foundation_NSDeleteCommand" "Foundation_NSDictionary" "Foundation_NSDimension" "Foundation_NSDirectoryEnumerator" "Foundation_NSDistantObject" "Foundation_NSDistantObjectRequest" "Foundation_NSDistributedLock" "Foundation_NSDistributedNotificationCenter" "Foundation_NSEnergyFormatter" "Foundation_NSEnumerator" "Foundation_NSError" "Foundation_NSException" "Foundation_NSExistsCommand" "Foundation_NSExpression" "Foundation_NSExtensionContext" "Foundation_NSExtensionItem" "Foundation_NSFileAccessIntent" "Foundation_NSFileCoordinator" "Foundation_NSFileHandle" "Foundation_NSFileManager" "Foundation_NSFileProviderService" "Foundation_NSFileSecurity" "Foundation_NSFileVersion" "Foundation_NSFileWrapper" "Foundation_NSFormatter" "Foundation_NSGarbageCollector" "Foundation_NSGetCommand" "Foundation_NSHTTPCookie" "Foundation_NSHTTPCookieStorage" "Foundation_NSHTTPURLResponse" "Foundation_NSHashTable" "Foundation_NSHost" "Foundation_NSISO8601DateFormatter" "Foundation_NSIndexPath" "Foundation_NSIndexSet" "Foundation_NSIndexSpecifier" "Foundation_NSInflectionRule" "Foundation_NSInflectionRuleExplicit" "Foundation_NSInputStream" "Foundation_NSInvocation" "Foundation_NSInvocationOperation" "Foundation_NSItemProvider" "Foundation_NSJSONSerialization" "Foundation_NSKeyedArchiver" "Foundation_NSKeyedUnarchiver" "Foundation_NSLengthFormatter" "Foundation_NSLinguisticTagger" "Foundation_NSListFormatter" "Foundation_NSLocale" "Foundation_NSLock" "Foundation_NSLogicalTest" "Foundation_NSMachBootstrapServer" "Foundation_NSMachPort" "Foundation_NSMapTable" "Foundation_NSMassFormatter" "Foundation_NSMeasurement" "Foundation_NSMeasurementFormatter" "Foundation_NSMessagePort" "Foundation_NSMessagePortNameServer" "Foundation_NSMetadataItem" "Foundation_NSMetadataQuery" "Foundation_NSMetadataQueryAttributeValueTuple" "Foundation_NSMetadataQueryResultGroup" "Foundation_NSMethodSignature" "Foundation_NSMiddleSpecifier" "Foundation_NSMorphology" "Foundation_NSMorphologyCustomPronoun" "Foundation_NSMoveCommand" "Foundation_NSMutableArray" "Foundation_NSMutableAttributedString" "Foundation_NSMutableCharacterSet" "Foundation_NSMutableData" "Foundation_NSMutableDictionary" "Foundation_NSMutableIndexSet" "Foundation_NSMutableOrderedSet" "Foundation_NSMutableSet" "Foundation_NSMutableString" "Foundation_NSMutableURLRequest" "Foundation_NSNameSpecifier" "Foundation_NSNetService" "Foundation_NSNetServiceBrowser" "Foundation_NSNotification" "Foundation_NSNotificationCenter" "Foundation_NSNotificationQueue" "Foundation_NSNull" "Foundation_NSNumber" "Foundation_NSNumberFormatter" "Foundation_NSOperation" "Foundation_NSOperationQueue" "Foundation_NSOrderedCollectionChange" "Foundation_NSOrderedCollectionDifference" "Foundation_NSOrderedSet" "Foundation_NSOrthography" "Foundation_NSOutputStream" "Foundation_NSPersonNameComponents" "Foundation_NSPersonNameComponentsFormatter" "Foundation_NSPipe" "Foundation_NSPointerArray" "Foundation_NSPointerFunctions" "Foundation_NSPort" "Foundation_NSPortCoder" "Foundation_NSPortMessage" "Foundation_NSPortNameServer" "Foundation_NSPositionalSpecifier" "Foundation_NSPredicate" "Foundation_NSPresentationIntent" "Foundation_NSProcessInfo" "Foundation_NSProgress" "Foundation_NSPropertyListSerialization" "Foundation_NSPropertySpecifier" "Foundation_NSProtocolChecker" "Foundation_NSPurgeableData" "Foundation_NSQuitCommand" "Foundation_NSRandomSpecifier" "Foundation_NSRangeSpecifier" "Foundation_NSRecursiveLock" "Foundation_NSRegularExpression" "Foundation_NSRelativeDateTimeFormatter" "Foundation_NSRelativeSpecifier" "Foundation_NSRunLoop" "Foundation_NSScanner" "Foundation_NSScriptClassDescription" "Foundation_NSScriptCoercionHandler" "Foundation_NSScriptCommand" "Foundation_NSScriptCommandDescription" "Foundation_NSScriptExecutionContext" "Foundation_NSScriptObjectSpecifier" "Foundation_NSScriptSuiteRegistry" "Foundation_NSScriptWhoseTest" "Foundation_NSSecureUnarchiveFromDataTransformer" "Foundation_NSSet" "Foundation_NSSetCommand" "Foundation_NSSimpleCString" "Foundation_NSSocketPort" "Foundation_NSSocketPortNameServer" "Foundation_NSSortDescriptor" "Foundation_NSSpecifierTest" "Foundation_NSSpellServer" "Foundation_NSStream" "Foundation_NSString" "Foundation_NSTask" "Foundation_NSTextCheckingResult" "Foundation_NSThread" "Foundation_NSTimeZone" "Foundation_NSTimer" "Foundation_NSURL" "Foundation_NSURLAuthenticationChallenge" "Foundation_NSURLCache" "Foundation_NSURLComponents" "Foundation_NSURLConnection" "Foundation_NSURLCredential" "Foundation_NSURLCredentialStorage" "Foundation_NSURLDownload" "Foundation_NSURLHandle" "Foundation_NSURLProtectionSpace" "Foundation_NSURLProtocol" "Foundation_NSURLQueryItem" "Foundation_NSURLRequest" "Foundation_NSURLResponse" "Foundation_NSURLSession" "Foundation_NSURLSessionConfiguration" "Foundation_NSURLSessionDataTask" "Foundation_NSURLSessionDownloadTask" "Foundation_NSURLSessionStreamTask" "Foundation_NSURLSessionTask" "Foundation_NSURLSessionTaskMetrics" "Foundation_NSURLSessionTaskTransactionMetrics" "Foundation_NSURLSessionUploadTask" "Foundation_NSURLSessionWebSocketMessage" "Foundation_NSURLSessionWebSocketTask" "Foundation_NSUUID" "Foundation_NSUbiquitousKeyValueStore" "Foundation_NSUnarchiver" "Foundation_NSUndoManager" "Foundation_NSUniqueIDSpecifier" "Foundation_NSUnit" "Foundation_NSUnitAcceleration" "Foundation_NSUnitAngle" "Foundation_NSUnitArea" "Foundation_NSUnitConcentrationMass" "Foundation_NSUnitConverter" "Foundation_NSUnitConverterLinear" "Foundation_NSUnitDispersion" "Foundation_NSUnitDuration" "Foundation_NSUnitElectricCharge" "Foundation_NSUnitElectricCurrent" "Foundation_NSUnitElectricPotentialDifference" "Foundation_NSUnitElectricResistance" "Foundation_NSUnitEnergy" "Foundation_NSUnitFrequency" "Foundation_NSUnitFuelEfficiency" "Foundation_NSUnitIlluminance" "Foundation_NSUnitInformationStorage" "Foundation_NSUnitLength" "Foundation_NSUnitMass" "Foundation_NSUnitPower" "Foundation_NSUnitPressure" "Foundation_NSUnitSpeed" "Foundation_NSUnitTemperature" "Foundation_NSUnitVolume" "Foundation_NSUserActivity" "Foundation_NSUserAppleScriptTask" "Foundation_NSUserAutomatorTask" "Foundation_NSUserDefaults" "Foundation_NSUserNotification" "Foundation_NSUserNotificationAction" "Foundation_NSUserNotificationCenter" "Foundation_NSUserScriptTask" "Foundation_NSUserUnixTask" "Foundation_NSValue" "Foundation_NSValueTransformer" "Foundation_NSWhoseSpecifier" "Foundation_NSXMLDTD" "Foundation_NSXMLDTDNode" "Foundation_NSXMLDocument" "Foundation_NSXMLElement" "Foundation_NSXMLNode" "Foundation_NSXMLParser" "Foundation_NSXPCCoder" "Foundation_NSXPCConnection" "Foundation_NSXPCInterface" "Foundation_NSXPCListener" "Foundation_NSXPCListenerEndpoint" ]; - "GameController" = [ "AppKit" "Foundation" "GameController_GCControllerAxisInput" "GameController_GCControllerButtonInput" "GameController_GCControllerDirectionPad" "GameController_GCControllerTouchpad" "GameController_GCExtendedGamepad" "GameController_GCControllerElement" "GameController_GCGamepad" "GameController_GCKeyboardInput" "GameController_GCMicroGamepad" "GameController_GCMotion" "GameController_GCMouseInput" ]; - "GameController_GCControllerAxisInput" = [ "GameController_GCControllerElement" ]; - "GameController_GCControllerButtonInput" = [ "GameController_GCControllerElement" ]; - "GameController_GCControllerDirectionPad" = [ "GameController_GCControllerElement" ]; - "GameController_GCControllerTouchpad" = [ "GameController_GCControllerElement" ]; - "GameController_GCDeviceCursor" = [ "GameController_GCControllerDirectionPad" ]; - "GameController_GCDirectionalGamepad" = [ "GameController_GCMicroGamepad" ]; - "GameController_GCDualSenseAdaptiveTrigger" = [ "GameController_GCControllerButtonInput" ]; - "GameController_GCDualSenseGamepad" = [ "GameController_GCExtendedGamepad" ]; - "GameController_GCDualShockGamepad" = [ "GameController_GCExtendedGamepad" ]; - "GameController_GCEventViewController" = [ "AppKit_NSViewController" ]; - "GameController_GCExtendedGamepad" = [ "GameController_GCPhysicalInputProfile" ]; - "GameController_GCExtendedGamepadSnapshot" = [ "GameController_GCExtendedGamepad" ]; - "GameController_GCGamepad" = [ "GameController_GCPhysicalInputProfile" ]; - "GameController_GCGamepadSnapshot" = [ "GameController_GCGamepad" ]; - "GameController_GCKeyboardInput" = [ "GameController_GCPhysicalInputProfile" ]; - "GameController_GCMicroGamepad" = [ "GameController_GCPhysicalInputProfile" ]; - "GameController_GCMicroGamepadSnapshot" = [ "GameController_GCMicroGamepad" ]; - "GameController_GCMouseInput" = [ "GameController_GCPhysicalInputProfile" ]; - "GameController_GCRacingWheelInput" = [ "GameController_GCRacingWheelInputState" ]; - "GameController_GCXboxGamepad" = [ "GameController_GCExtendedGamepad" ]; - "GameController_all" = [ "GameController" "GameController_GCColor" "GameController_GCController" "GameController_GCControllerAxisInput" "GameController_GCControllerButtonInput" "GameController_GCControllerDirectionPad" "GameController_GCControllerElement" "GameController_GCControllerTouchpad" "GameController_GCDeviceBattery" "GameController_GCDeviceCursor" "GameController_GCDeviceHaptics" "GameController_GCDeviceLight" "GameController_GCDirectionalGamepad" "GameController_GCDualSenseAdaptiveTrigger" "GameController_GCDualSenseGamepad" "GameController_GCDualShockGamepad" "GameController_GCEventViewController" "GameController_GCExtendedGamepad" "GameController_GCExtendedGamepadSnapshot" "GameController_GCGamepad" "GameController_GCGamepadSnapshot" "GameController_GCGearShifterElement" "GameController_GCKeyboard" "GameController_GCKeyboardInput" "GameController_GCMicroGamepad" "GameController_GCMicroGamepadSnapshot" "GameController_GCMotion" "GameController_GCMouse" "GameController_GCMouseInput" "GameController_GCPhysicalInputElementCollection" "GameController_GCPhysicalInputProfile" "GameController_GCRacingWheel" "GameController_GCRacingWheelInput" "GameController_GCRacingWheelInputState" "GameController_GCSteeringWheelElement" "GameController_GCXboxGamepad" ]; - "GameKit" = [ "AppKit" "Foundation" "AppKit_NSViewController" ]; - "GameKit_GKAchievementChallenge" = [ "GameKit_GKChallenge" ]; - "GameKit_GKAchievementViewController" = [ "GameKit_GKGameCenterViewController" ]; - "GameKit_GKChallengesViewController" = [ "AppKit_NSViewController" ]; - "GameKit_GKCloudPlayer" = [ "GameKit_GKBasePlayer" ]; - "GameKit_GKDialogController" = [ "AppKit_NSResponder" ]; - "GameKit_GKFriendRequestComposeViewController" = [ "AppKit_NSViewController" ]; - "GameKit_GKGameCenterViewController" = [ "AppKit_NSViewController" ]; - "GameKit_GKLeaderboardViewController" = [ "GameKit_GKGameCenterViewController" ]; - "GameKit_GKLocalPlayer" = [ "GameKit_GKPlayer" ]; - "GameKit_GKMatchmakerViewController" = [ "AppKit_NSViewController" ]; - "GameKit_GKPlayer" = [ "GameKit_GKBasePlayer" ]; - "GameKit_GKScoreChallenge" = [ "GameKit_GKChallenge" ]; - "GameKit_GKTurnBasedMatchmakerViewController" = [ "AppKit_NSViewController" ]; - "GameKit_all" = [ "GameKit" "GameKit_GKAccessPoint" "GameKit_GKAchievement" "GameKit_GKAchievementChallenge" "GameKit_GKAchievementDescription" "GameKit_GKAchievementViewController" "GameKit_GKBasePlayer" "GameKit_GKChallenge" "GameKit_GKChallengeEventHandler" "GameKit_GKChallengesViewController" "GameKit_GKCloudPlayer" "GameKit_GKDialogController" "GameKit_GKFriendRequestComposeViewController" "GameKit_GKGameCenterViewController" "GameKit_GKGameSession" "GameKit_GKInvite" "GameKit_GKLeaderboard" "GameKit_GKLeaderboardEntry" "GameKit_GKLeaderboardScore" "GameKit_GKLeaderboardSet" "GameKit_GKLeaderboardViewController" "GameKit_GKLocalPlayer" "GameKit_GKMatch" "GameKit_GKMatchRequest" "GameKit_GKMatchmaker" "GameKit_GKMatchmakerViewController" "GameKit_GKNotificationBanner" "GameKit_GKPlayer" "GameKit_GKSavedGame" "GameKit_GKScore" "GameKit_GKScoreChallenge" "GameKit_GKSession" "GameKit_GKTurnBasedEventHandler" "GameKit_GKTurnBasedExchange" "GameKit_GKTurnBasedExchangeReply" "GameKit_GKTurnBasedMatch" "GameKit_GKTurnBasedMatchmakerViewController" "GameKit_GKTurnBasedParticipant" "GameKit_GKVoiceChat" "GameKit_GKVoiceChatService" ]; - "HealthKit" = [ "CoreLocation" "Foundation" "UniformTypeIdentifiers" ]; - "HealthKit_HKActivitySummaryQuery" = [ "HealthKit_HKQuery" ]; - "HealthKit_HKActivitySummaryType" = [ "HealthKit_HKObjectType" ]; - "HealthKit_HKAnchoredObjectQuery" = [ "HealthKit_HKQuery" ]; - "HealthKit_HKAudiogramSample" = [ "HealthKit_HKSample" ]; - "HealthKit_HKAudiogramSampleType" = [ "HealthKit_HKSampleType" ]; - "HealthKit_HKCDADocumentSample" = [ "HealthKit_HKDocumentSample" ]; - "HealthKit_HKCategorySample" = [ "HealthKit_HKSample" ]; - "HealthKit_HKCategoryType" = [ "HealthKit_HKSampleType" ]; - "HealthKit_HKCharacteristicType" = [ "HealthKit_HKObjectType" ]; - "HealthKit_HKClinicalRecord" = [ "HealthKit_HKSample" ]; - "HealthKit_HKClinicalType" = [ "HealthKit_HKSampleType" ]; - "HealthKit_HKContactsLensSpecification" = [ "HealthKit_HKLensSpecification" ]; - "HealthKit_HKContactsPrescription" = [ "HealthKit_HKVisionPrescription" ]; - "HealthKit_HKCorrelation" = [ "HealthKit_HKSample" ]; - "HealthKit_HKCorrelationQuery" = [ "HealthKit_HKQuery" ]; - "HealthKit_HKCorrelationType" = [ "HealthKit_HKSampleType" ]; - "HealthKit_HKCumulativeQuantitySample" = [ "HealthKit_HKQuantitySample" ]; - "HealthKit_HKCumulativeQuantitySeriesSample" = [ "HealthKit_HKCumulativeQuantitySample" ]; - "HealthKit_HKDiscreteQuantitySample" = [ "HealthKit_HKQuantitySample" ]; - "HealthKit_HKDocumentQuery" = [ "HealthKit_HKQuery" ]; - "HealthKit_HKDocumentSample" = [ "HealthKit_HKSample" ]; - "HealthKit_HKDocumentType" = [ "HealthKit_HKSampleType" ]; - "HealthKit_HKElectrocardiogram" = [ "HealthKit_HKSample" ]; - "HealthKit_HKElectrocardiogramQuery" = [ "HealthKit_HKQuery" ]; - "HealthKit_HKElectrocardiogramType" = [ "HealthKit_HKSampleType" ]; - "HealthKit_HKGlassesLensSpecification" = [ "HealthKit_HKLensSpecification" ]; - "HealthKit_HKGlassesPrescription" = [ "HealthKit_HKVisionPrescription" ]; - "HealthKit_HKHeartbeatSeriesBuilder" = [ "HealthKit_HKSeriesBuilder" ]; - "HealthKit_HKHeartbeatSeriesQuery" = [ "HealthKit_HKQuery" ]; - "HealthKit_HKHeartbeatSeriesSample" = [ "HealthKit_HKSeriesSample" ]; - "HealthKit_HKLiveWorkoutBuilder" = [ "HealthKit_HKWorkoutBuilder" ]; - "HealthKit_HKObserverQuery" = [ "HealthKit_HKQuery" ]; - "HealthKit_HKPrescriptionType" = [ "HealthKit_HKSampleType" ]; - "HealthKit_HKQuantitySample" = [ "HealthKit_HKSample" ]; - "HealthKit_HKQuantitySeriesSampleQuery" = [ "HealthKit_HKQuery" ]; - "HealthKit_HKQuantityType" = [ "HealthKit_HKSampleType" ]; - "HealthKit_HKSample" = [ "HealthKit_HKObject" ]; - "HealthKit_HKSampleQuery" = [ "HealthKit_HKQuery" ]; - "HealthKit_HKSampleType" = [ "HealthKit_HKObjectType" ]; - "HealthKit_HKSeriesSample" = [ "HealthKit_HKSample" ]; - "HealthKit_HKSeriesType" = [ "HealthKit_HKSampleType" ]; - "HealthKit_HKSourceQuery" = [ "HealthKit_HKQuery" ]; - "HealthKit_HKStatisticsCollectionQuery" = [ "HealthKit_HKQuery" ]; - "HealthKit_HKStatisticsQuery" = [ "HealthKit_HKQuery" ]; - "HealthKit_HKVerifiableClinicalRecord" = [ "HealthKit_HKSample" ]; - "HealthKit_HKVerifiableClinicalRecordQuery" = [ "HealthKit_HKQuery" ]; - "HealthKit_HKVisionPrescription" = [ "HealthKit_HKSample" ]; - "HealthKit_HKWorkout" = [ "HealthKit_HKSample" ]; - "HealthKit_HKWorkoutRoute" = [ "HealthKit_HKSeriesSample" ]; - "HealthKit_HKWorkoutRouteBuilder" = [ "HealthKit_HKSeriesBuilder" ]; - "HealthKit_HKWorkoutRouteQuery" = [ "HealthKit_HKQuery" ]; - "HealthKit_HKWorkoutType" = [ "HealthKit_HKSampleType" ]; - "HealthKit_all" = [ "HealthKit" "HealthKit_HKActivityMoveModeObject" "HealthKit_HKActivitySummary" "HealthKit_HKActivitySummaryQuery" "HealthKit_HKActivitySummaryType" "HealthKit_HKAnchoredObjectQuery" "HealthKit_HKAttachment" "HealthKit_HKAttachmentStore" "HealthKit_HKAudiogramSample" "HealthKit_HKAudiogramSampleType" "HealthKit_HKAudiogramSensitivityPoint" "HealthKit_HKBiologicalSexObject" "HealthKit_HKBloodTypeObject" "HealthKit_HKCDADocument" "HealthKit_HKCDADocumentSample" "HealthKit_HKCategorySample" "HealthKit_HKCategoryType" "HealthKit_HKCharacteristicType" "HealthKit_HKClinicalRecord" "HealthKit_HKClinicalType" "HealthKit_HKContactsLensSpecification" "HealthKit_HKContactsPrescription" "HealthKit_HKCorrelation" "HealthKit_HKCorrelationQuery" "HealthKit_HKCorrelationType" "HealthKit_HKCumulativeQuantitySample" "HealthKit_HKCumulativeQuantitySeriesSample" "HealthKit_HKDeletedObject" "HealthKit_HKDevice" "HealthKit_HKDiscreteQuantitySample" "HealthKit_HKDocumentQuery" "HealthKit_HKDocumentSample" "HealthKit_HKDocumentType" "HealthKit_HKElectrocardiogram" "HealthKit_HKElectrocardiogramQuery" "HealthKit_HKElectrocardiogramType" "HealthKit_HKElectrocardiogramVoltageMeasurement" "HealthKit_HKFHIRResource" "HealthKit_HKFHIRVersion" "HealthKit_HKFitzpatrickSkinTypeObject" "HealthKit_HKGlassesLensSpecification" "HealthKit_HKGlassesPrescription" "HealthKit_HKHealthStore" "HealthKit_HKHeartbeatSeriesBuilder" "HealthKit_HKHeartbeatSeriesQuery" "HealthKit_HKHeartbeatSeriesSample" "HealthKit_HKLensSpecification" "HealthKit_HKLiveWorkoutBuilder" "HealthKit_HKLiveWorkoutDataSource" "HealthKit_HKObject" "HealthKit_HKObjectType" "HealthKit_HKObserverQuery" "HealthKit_HKPrescriptionType" "HealthKit_HKQuantity" "HealthKit_HKQuantitySample" "HealthKit_HKQuantitySeriesSampleBuilder" "HealthKit_HKQuantitySeriesSampleQuery" "HealthKit_HKQuantityType" "HealthKit_HKQuery" "HealthKit_HKQueryAnchor" "HealthKit_HKQueryDescriptor" "HealthKit_HKSample" "HealthKit_HKSampleQuery" "HealthKit_HKSampleType" "HealthKit_HKSeriesBuilder" "HealthKit_HKSeriesSample" "HealthKit_HKSeriesType" "HealthKit_HKSource" "HealthKit_HKSourceQuery" "HealthKit_HKSourceRevision" "HealthKit_HKStatistics" "HealthKit_HKStatisticsCollection" "HealthKit_HKStatisticsCollectionQuery" "HealthKit_HKStatisticsQuery" "HealthKit_HKUnit" "HealthKit_HKVerifiableClinicalRecord" "HealthKit_HKVerifiableClinicalRecordQuery" "HealthKit_HKVerifiableClinicalRecordSubject" "HealthKit_HKVisionPrescription" "HealthKit_HKVisionPrism" "HealthKit_HKWheelchairUseObject" "HealthKit_HKWorkout" "HealthKit_HKWorkoutActivity" "HealthKit_HKWorkoutBuilder" "HealthKit_HKWorkoutConfiguration" "HealthKit_HKWorkoutEvent" "HealthKit_HKWorkoutRoute" "HealthKit_HKWorkoutRouteBuilder" "HealthKit_HKWorkoutRouteQuery" "HealthKit_HKWorkoutSession" "HealthKit_HKWorkoutType" ]; - "IdentityLookup" = [ "Foundation" ]; - "IdentityLookup_ILCallClassificationRequest" = [ "IdentityLookup_ILClassificationRequest" ]; - "IdentityLookup_ILCallCommunication" = [ "IdentityLookup_ILCommunication" ]; - "IdentityLookup_ILMessageClassificationRequest" = [ "IdentityLookup_ILClassificationRequest" ]; - "IdentityLookup_ILMessageCommunication" = [ "IdentityLookup_ILCommunication" ]; - "IdentityLookup_ILMessageFilterExtensionContext" = [ "Foundation_NSExtensionContext" ]; - "IdentityLookup_all" = [ "IdentityLookup" "IdentityLookup_ILCallClassificationRequest" "IdentityLookup_ILCallCommunication" "IdentityLookup_ILClassificationRequest" "IdentityLookup_ILClassificationResponse" "IdentityLookup_ILCommunication" "IdentityLookup_ILMessageClassificationRequest" "IdentityLookup_ILMessageCommunication" "IdentityLookup_ILMessageFilterCapabilitiesQueryRequest" "IdentityLookup_ILMessageFilterCapabilitiesQueryResponse" "IdentityLookup_ILMessageFilterExtension" "IdentityLookup_ILMessageFilterExtensionContext" "IdentityLookup_ILMessageFilterQueryRequest" "IdentityLookup_ILMessageFilterQueryResponse" "IdentityLookup_ILNetworkResponse" ]; - "InputMethodKit" = [ "AppKit" "Foundation" ]; - "InputMethodKit_IMKCandidates" = [ "AppKit_NSResponder" ]; - "InputMethodKit_all" = [ "InputMethodKit" "InputMethodKit_IMKCandidates" "InputMethodKit_IMKInputController" "InputMethodKit_IMKServer" ]; - "LinkPresentation" = [ "AppKit" "Foundation" ]; - "LinkPresentation_LPLinkView" = [ "AppKit_NSView" ]; - "LinkPresentation_all" = [ "LinkPresentation" "LinkPresentation_LPLinkMetadata" "LinkPresentation_LPLinkView" "LinkPresentation_LPMetadataProvider" ]; - "LocalAuthentication" = [ "Foundation" ]; - "LocalAuthenticationEmbeddedUI" = [ "AppKit" "Foundation" "LocalAuthentication" "AppKit_NSWindow" ]; - "LocalAuthenticationEmbeddedUI_LAAuthenticationView" = [ "AppKit_NSView" ]; - "LocalAuthenticationEmbeddedUI_all" = [ "LocalAuthenticationEmbeddedUI" "LocalAuthenticationEmbeddedUI_LAAuthenticationView" ]; - "LocalAuthentication_LAPersistedRight" = [ "LocalAuthentication_LARight" ]; - "LocalAuthentication_all" = [ "LocalAuthentication" "LocalAuthentication_LAAuthenticationRequirement" "LocalAuthentication_LABiometryFallbackRequirement" "LocalAuthentication_LAContext" "LocalAuthentication_LAPersistedRight" "LocalAuthentication_LAPrivateKey" "LocalAuthentication_LAPublicKey" "LocalAuthentication_LARight" "LocalAuthentication_LARightStore" "LocalAuthentication_LASecret" ]; - "MailKit" = [ "AppKit" "Foundation" ]; - "MailKit_MEExtensionViewController" = [ "AppKit_NSViewController" ]; - "MailKit_all" = [ "MailKit" "MailKit_MEAddressAnnotation" "MailKit_MEComposeContext" "MailKit_MEComposeSession" "MailKit_MEDecodedMessage" "MailKit_MEDecodedMessageBanner" "MailKit_MEEmailAddress" "MailKit_MEEncodedOutgoingMessage" "MailKit_MEExtensionManager" "MailKit_MEExtensionViewController" "MailKit_MEMessage" "MailKit_MEMessageAction" "MailKit_MEMessageActionDecision" "MailKit_MEMessageEncodingResult" "MailKit_MEMessageSecurityInformation" "MailKit_MEMessageSigner" "MailKit_MEOutgoingMessageEncodingStatus" ]; - "MapKit" = [ "AppKit" "Contacts" "CoreLocation" "Foundation" "MapKit_MKDirectionsResponse" "MapKit_MKETAResponse" "MapKit_MKLocalSearchResponse" "MapKit_MKMapSnapshot" ]; - "MapKit_MKAnnotationView" = [ "AppKit_NSView" ]; - "MapKit_MKCircle" = [ "MapKit_MKShape" ]; - "MapKit_MKCircleRenderer" = [ "MapKit_MKOverlayPathRenderer" ]; - "MapKit_MKCompassButton" = [ "AppKit_NSView" ]; - "MapKit_MKDistanceFormatter" = [ "Foundation_NSFormatter" ]; - "MapKit_MKGeodesicPolyline" = [ "MapKit_MKPolyline" ]; - "MapKit_MKGradientPolylineRenderer" = [ "MapKit_MKPolylineRenderer" ]; - "MapKit_MKHybridMapConfiguration" = [ "MapKit_MKMapConfiguration" ]; - "MapKit_MKImageryMapConfiguration" = [ "MapKit_MKMapConfiguration" ]; - "MapKit_MKLookAroundViewController" = [ "AppKit_NSViewController" ]; - "MapKit_MKMapView" = [ "AppKit_NSView" ]; - "MapKit_MKMarkerAnnotationView" = [ "MapKit_MKAnnotationView" ]; - "MapKit_MKMultiPoint" = [ "MapKit_MKShape" ]; - "MapKit_MKMultiPolygon" = [ "MapKit_MKShape" ]; - "MapKit_MKMultiPolygonRenderer" = [ "MapKit_MKOverlayPathRenderer" ]; - "MapKit_MKMultiPolyline" = [ "MapKit_MKShape" ]; - "MapKit_MKMultiPolylineRenderer" = [ "MapKit_MKOverlayPathRenderer" ]; - "MapKit_MKOverlayPathRenderer" = [ "MapKit_MKOverlayRenderer" ]; - "MapKit_MKPinAnnotationView" = [ "MapKit_MKAnnotationView" ]; - "MapKit_MKPitchControl" = [ "AppKit_NSView" ]; - "MapKit_MKPlacemark" = [ "CoreLocation_CLPlacemark" ]; - "MapKit_MKPointAnnotation" = [ "MapKit_MKShape" ]; - "MapKit_MKPolygon" = [ "MapKit_MKMultiPoint" ]; - "MapKit_MKPolygonRenderer" = [ "MapKit_MKOverlayPathRenderer" ]; - "MapKit_MKPolyline" = [ "MapKit_MKMultiPoint" ]; - "MapKit_MKPolylineRenderer" = [ "MapKit_MKOverlayPathRenderer" ]; - "MapKit_MKStandardMapConfiguration" = [ "MapKit_MKMapConfiguration" ]; - "MapKit_MKTileOverlayRenderer" = [ "MapKit_MKOverlayRenderer" ]; - "MapKit_MKUserLocationView" = [ "MapKit_MKAnnotationView" ]; - "MapKit_MKZoomControl" = [ "AppKit_NSView" ]; - "MapKit_all" = [ "MapKit" "MapKit_MKAnnotationView" "MapKit_MKCircle" "MapKit_MKCircleRenderer" "MapKit_MKClusterAnnotation" "MapKit_MKCompassButton" "MapKit_MKDirections" "MapKit_MKDirectionsRequest" "MapKit_MKDirectionsResponse" "MapKit_MKDistanceFormatter" "MapKit_MKETAResponse" "MapKit_MKGeoJSONDecoder" "MapKit_MKGeoJSONFeature" "MapKit_MKGeodesicPolyline" "MapKit_MKGradientPolylineRenderer" "MapKit_MKHybridMapConfiguration" "MapKit_MKImageryMapConfiguration" "MapKit_MKLocalPointsOfInterestRequest" "MapKit_MKLocalSearch" "MapKit_MKLocalSearchCompleter" "MapKit_MKLocalSearchCompletion" "MapKit_MKLocalSearchRequest" "MapKit_MKLocalSearchResponse" "MapKit_MKLookAroundScene" "MapKit_MKLookAroundSceneRequest" "MapKit_MKLookAroundSnapshot" "MapKit_MKLookAroundSnapshotOptions" "MapKit_MKLookAroundSnapshotter" "MapKit_MKLookAroundViewController" "MapKit_MKMapCamera" "MapKit_MKMapCameraBoundary" "MapKit_MKMapCameraZoomRange" "MapKit_MKMapConfiguration" "MapKit_MKMapItem" "MapKit_MKMapSnapshot" "MapKit_MKMapSnapshotOptions" "MapKit_MKMapSnapshotter" "MapKit_MKMapView" "MapKit_MKMarkerAnnotationView" "MapKit_MKMultiPoint" "MapKit_MKMultiPolygon" "MapKit_MKMultiPolygonRenderer" "MapKit_MKMultiPolyline" "MapKit_MKMultiPolylineRenderer" "MapKit_MKOverlayPathRenderer" "MapKit_MKOverlayRenderer" "MapKit_MKPinAnnotationView" "MapKit_MKPitchControl" "MapKit_MKPlacemark" "MapKit_MKPointAnnotation" "MapKit_MKPointOfInterestFilter" "MapKit_MKPolygon" "MapKit_MKPolygonRenderer" "MapKit_MKPolyline" "MapKit_MKPolylineRenderer" "MapKit_MKRoute" "MapKit_MKRouteStep" "MapKit_MKShape" "MapKit_MKStandardMapConfiguration" "MapKit_MKTileOverlay" "MapKit_MKTileOverlayRenderer" "MapKit_MKUserLocation" "MapKit_MKUserLocationView" "MapKit_MKZoomControl" ]; - "MediaPlayer" = [ "AppKit" "Foundation" ]; - "MediaPlayer_MPChangeLanguageOptionCommandEvent" = [ "MediaPlayer_MPRemoteCommandEvent" ]; - "MediaPlayer_MPChangePlaybackPositionCommand" = [ "MediaPlayer_MPRemoteCommand" ]; - "MediaPlayer_MPChangePlaybackPositionCommandEvent" = [ "MediaPlayer_MPRemoteCommandEvent" ]; - "MediaPlayer_MPChangePlaybackRateCommand" = [ "MediaPlayer_MPRemoteCommand" ]; - "MediaPlayer_MPChangePlaybackRateCommandEvent" = [ "MediaPlayer_MPRemoteCommandEvent" ]; - "MediaPlayer_MPChangeRepeatModeCommand" = [ "MediaPlayer_MPRemoteCommand" ]; - "MediaPlayer_MPChangeRepeatModeCommandEvent" = [ "MediaPlayer_MPRemoteCommandEvent" ]; - "MediaPlayer_MPChangeShuffleModeCommand" = [ "MediaPlayer_MPRemoteCommand" ]; - "MediaPlayer_MPChangeShuffleModeCommandEvent" = [ "MediaPlayer_MPRemoteCommandEvent" ]; - "MediaPlayer_MPFeedbackCommand" = [ "MediaPlayer_MPRemoteCommand" ]; - "MediaPlayer_MPFeedbackCommandEvent" = [ "MediaPlayer_MPRemoteCommandEvent" ]; - "MediaPlayer_MPMediaItem" = [ "MediaPlayer_MPMediaEntity" ]; - "MediaPlayer_MPMediaItemCollection" = [ "MediaPlayer_MPMediaEntity" ]; - "MediaPlayer_MPMediaPlaylist" = [ "MediaPlayer_MPMediaItemCollection" ]; - "MediaPlayer_MPMediaPropertyPredicate" = [ "MediaPlayer_MPMediaPredicate" ]; - "MediaPlayer_MPMusicPlayerApplicationController" = [ "MediaPlayer_MPMusicPlayerController" ]; - "MediaPlayer_MPMusicPlayerControllerMutableQueue" = [ "MediaPlayer_MPMusicPlayerControllerQueue" ]; - "MediaPlayer_MPMusicPlayerMediaItemQueueDescriptor" = [ "MediaPlayer_MPMusicPlayerQueueDescriptor" ]; - "MediaPlayer_MPMusicPlayerPlayParametersQueueDescriptor" = [ "MediaPlayer_MPMusicPlayerQueueDescriptor" ]; - "MediaPlayer_MPMusicPlayerStoreQueueDescriptor" = [ "MediaPlayer_MPMusicPlayerQueueDescriptor" ]; - "MediaPlayer_MPRatingCommand" = [ "MediaPlayer_MPRemoteCommand" ]; - "MediaPlayer_MPRatingCommandEvent" = [ "MediaPlayer_MPRemoteCommandEvent" ]; - "MediaPlayer_MPSeekCommandEvent" = [ "MediaPlayer_MPRemoteCommandEvent" ]; - "MediaPlayer_MPSkipIntervalCommand" = [ "MediaPlayer_MPRemoteCommand" ]; - "MediaPlayer_MPSkipIntervalCommandEvent" = [ "MediaPlayer_MPRemoteCommandEvent" ]; - "MediaPlayer_all" = [ "MediaPlayer" "MediaPlayer_MPAdTimeRange" "MediaPlayer_MPChangeLanguageOptionCommandEvent" "MediaPlayer_MPChangePlaybackPositionCommand" "MediaPlayer_MPChangePlaybackPositionCommandEvent" "MediaPlayer_MPChangePlaybackRateCommand" "MediaPlayer_MPChangePlaybackRateCommandEvent" "MediaPlayer_MPChangeRepeatModeCommand" "MediaPlayer_MPChangeRepeatModeCommandEvent" "MediaPlayer_MPChangeShuffleModeCommand" "MediaPlayer_MPChangeShuffleModeCommandEvent" "MediaPlayer_MPContentItem" "MediaPlayer_MPFeedbackCommand" "MediaPlayer_MPFeedbackCommandEvent" "MediaPlayer_MPMediaEntity" "MediaPlayer_MPMediaItem" "MediaPlayer_MPMediaItemArtwork" "MediaPlayer_MPMediaItemCollection" "MediaPlayer_MPMediaLibrary" "MediaPlayer_MPMediaPlaylist" "MediaPlayer_MPMediaPlaylistCreationMetadata" "MediaPlayer_MPMediaPredicate" "MediaPlayer_MPMediaPropertyPredicate" "MediaPlayer_MPMediaQuery" "MediaPlayer_MPMediaQuerySection" "MediaPlayer_MPMusicPlayerApplicationController" "MediaPlayer_MPMusicPlayerController" "MediaPlayer_MPMusicPlayerControllerMutableQueue" "MediaPlayer_MPMusicPlayerControllerQueue" "MediaPlayer_MPMusicPlayerMediaItemQueueDescriptor" "MediaPlayer_MPMusicPlayerPlayParameters" "MediaPlayer_MPMusicPlayerPlayParametersQueueDescriptor" "MediaPlayer_MPMusicPlayerQueueDescriptor" "MediaPlayer_MPMusicPlayerStoreQueueDescriptor" "MediaPlayer_MPNowPlayingInfoCenter" "MediaPlayer_MPNowPlayingInfoLanguageOption" "MediaPlayer_MPNowPlayingInfoLanguageOptionGroup" "MediaPlayer_MPNowPlayingSession" "MediaPlayer_MPPlayableContentManager" "MediaPlayer_MPPlayableContentManagerContext" "MediaPlayer_MPRatingCommand" "MediaPlayer_MPRatingCommandEvent" "MediaPlayer_MPRemoteCommand" "MediaPlayer_MPRemoteCommandCenter" "MediaPlayer_MPRemoteCommandEvent" "MediaPlayer_MPSeekCommandEvent" "MediaPlayer_MPSkipIntervalCommand" "MediaPlayer_MPSkipIntervalCommandEvent" ]; - "Metal" = [ "Foundation" ]; - "MetalFX" = [ "Metal" ]; - "MetalFX_all" = [ "MetalFX" "MetalFX_MTLFXSpatialScalerDescriptor" "MetalFX_MTLFXTemporalScalerDescriptor" ]; - "MetalKit" = [ "AppKit" "Foundation" "Metal" "Metal_MTLRenderPipelineReflection" "Metal_MTLComputePipelineReflection" ]; - "MetalKit_MTKView" = [ "AppKit_NSView" ]; - "MetalKit_all" = [ "MetalKit" "MetalKit_MTKMesh" "MetalKit_MTKMeshBuffer" "MetalKit_MTKMeshBufferAllocator" "MetalKit_MTKSubmesh" "MetalKit_MTKTextureLoader" "MetalKit_MTKView" ]; - "Metal_MTLAccelerationStructureBoundingBoxGeometryDescriptor" = [ "Metal_MTLAccelerationStructureGeometryDescriptor" ]; - "Metal_MTLAccelerationStructureMotionBoundingBoxGeometryDescriptor" = [ "Metal_MTLAccelerationStructureGeometryDescriptor" ]; - "Metal_MTLAccelerationStructureMotionTriangleGeometryDescriptor" = [ "Metal_MTLAccelerationStructureGeometryDescriptor" ]; - "Metal_MTLAccelerationStructureTriangleGeometryDescriptor" = [ "Metal_MTLAccelerationStructureGeometryDescriptor" ]; - "Metal_MTLArrayType" = [ "Metal_MTLType" ]; - "Metal_MTLInstanceAccelerationStructureDescriptor" = [ "Metal_MTLAccelerationStructureDescriptor" ]; - "Metal_MTLIntersectionFunctionDescriptor" = [ "Metal_MTLFunctionDescriptor" ]; - "Metal_MTLPointerType" = [ "Metal_MTLType" ]; - "Metal_MTLPrimitiveAccelerationStructureDescriptor" = [ "Metal_MTLAccelerationStructureDescriptor" ]; - "Metal_MTLRenderPassColorAttachmentDescriptor" = [ "Metal_MTLRenderPassAttachmentDescriptor" ]; - "Metal_MTLRenderPassDepthAttachmentDescriptor" = [ "Metal_MTLRenderPassAttachmentDescriptor" ]; - "Metal_MTLRenderPassStencilAttachmentDescriptor" = [ "Metal_MTLRenderPassAttachmentDescriptor" ]; - "Metal_MTLStructType" = [ "Metal_MTLType" ]; - "Metal_MTLTextureReferenceType" = [ "Metal_MTLType" ]; - "Metal_all" = [ "Metal" "Metal_MTLAccelerationStructureBoundingBoxGeometryDescriptor" "Metal_MTLAccelerationStructureDescriptor" "Metal_MTLAccelerationStructureGeometryDescriptor" "Metal_MTLAccelerationStructureMotionBoundingBoxGeometryDescriptor" "Metal_MTLAccelerationStructureMotionTriangleGeometryDescriptor" "Metal_MTLAccelerationStructurePassDescriptor" "Metal_MTLAccelerationStructurePassSampleBufferAttachmentDescriptor" "Metal_MTLAccelerationStructurePassSampleBufferAttachmentDescriptorArray" "Metal_MTLAccelerationStructureTriangleGeometryDescriptor" "Metal_MTLArgument" "Metal_MTLArgumentDescriptor" "Metal_MTLArrayType" "Metal_MTLAttribute" "Metal_MTLAttributeDescriptor" "Metal_MTLAttributeDescriptorArray" "Metal_MTLBinaryArchiveDescriptor" "Metal_MTLBlitPassDescriptor" "Metal_MTLBlitPassSampleBufferAttachmentDescriptor" "Metal_MTLBlitPassSampleBufferAttachmentDescriptorArray" "Metal_MTLBufferLayoutDescriptor" "Metal_MTLBufferLayoutDescriptorArray" "Metal_MTLCaptureDescriptor" "Metal_MTLCaptureManager" "Metal_MTLCommandBufferDescriptor" "Metal_MTLCompileOptions" "Metal_MTLComputePassDescriptor" "Metal_MTLComputePassSampleBufferAttachmentDescriptor" "Metal_MTLComputePassSampleBufferAttachmentDescriptorArray" "Metal_MTLComputePipelineDescriptor" "Metal_MTLComputePipelineReflection" "Metal_MTLCounterSampleBufferDescriptor" "Metal_MTLDepthStencilDescriptor" "Metal_MTLFunctionConstant" "Metal_MTLFunctionConstantValues" "Metal_MTLFunctionDescriptor" "Metal_MTLFunctionStitchingAttributeAlwaysInline" "Metal_MTLFunctionStitchingFunctionNode" "Metal_MTLFunctionStitchingGraph" "Metal_MTLFunctionStitchingInputNode" "Metal_MTLHeapDescriptor" "Metal_MTLIOCommandQueueDescriptor" "Metal_MTLIndirectCommandBufferDescriptor" "Metal_MTLInstanceAccelerationStructureDescriptor" "Metal_MTLIntersectionFunctionDescriptor" "Metal_MTLIntersectionFunctionTableDescriptor" "Metal_MTLLinkedFunctions" "Metal_MTLMeshRenderPipelineDescriptor" "Metal_MTLMotionKeyframeData" "Metal_MTLPipelineBufferDescriptor" "Metal_MTLPipelineBufferDescriptorArray" "Metal_MTLPointerType" "Metal_MTLPrimitiveAccelerationStructureDescriptor" "Metal_MTLRasterizationRateLayerArray" "Metal_MTLRasterizationRateLayerDescriptor" "Metal_MTLRasterizationRateMapDescriptor" "Metal_MTLRasterizationRateSampleArray" "Metal_MTLRenderPassAttachmentDescriptor" "Metal_MTLRenderPassColorAttachmentDescriptor" "Metal_MTLRenderPassColorAttachmentDescriptorArray" "Metal_MTLRenderPassDepthAttachmentDescriptor" "Metal_MTLRenderPassDescriptor" "Metal_MTLRenderPassSampleBufferAttachmentDescriptor" "Metal_MTLRenderPassSampleBufferAttachmentDescriptorArray" "Metal_MTLRenderPassStencilAttachmentDescriptor" "Metal_MTLRenderPipelineColorAttachmentDescriptor" "Metal_MTLRenderPipelineColorAttachmentDescriptorArray" "Metal_MTLRenderPipelineDescriptor" "Metal_MTLRenderPipelineFunctionsDescriptor" "Metal_MTLRenderPipelineReflection" "Metal_MTLResourceStatePassDescriptor" "Metal_MTLResourceStatePassSampleBufferAttachmentDescriptor" "Metal_MTLResourceStatePassSampleBufferAttachmentDescriptorArray" "Metal_MTLSamplerDescriptor" "Metal_MTLSharedEventHandle" "Metal_MTLSharedEventListener" "Metal_MTLSharedTextureHandle" "Metal_MTLStageInputOutputDescriptor" "Metal_MTLStencilDescriptor" "Metal_MTLStitchedLibraryDescriptor" "Metal_MTLStructMember" "Metal_MTLStructType" "Metal_MTLTextureDescriptor" "Metal_MTLTextureReferenceType" "Metal_MTLTileRenderPipelineColorAttachmentDescriptor" "Metal_MTLTileRenderPipelineColorAttachmentDescriptorArray" "Metal_MTLTileRenderPipelineDescriptor" "Metal_MTLType" "Metal_MTLVertexAttribute" "Metal_MTLVertexAttributeDescriptor" "Metal_MTLVertexAttributeDescriptorArray" "Metal_MTLVertexBufferLayoutDescriptor" "Metal_MTLVertexBufferLayoutDescriptorArray" "Metal_MTLVertexDescriptor" "Metal_MTLVisibleFunctionTableDescriptor" ]; - "MetricKit" = [ "Foundation" ]; - "MetricKit_MXAnimationMetric" = [ "MetricKit_MXMetric" ]; - "MetricKit_MXAppExitMetric" = [ "MetricKit_MXMetric" ]; - "MetricKit_MXAppLaunchDiagnostic" = [ "MetricKit_MXDiagnostic" ]; - "MetricKit_MXAppLaunchMetric" = [ "MetricKit_MXMetric" ]; - "MetricKit_MXAppResponsivenessMetric" = [ "MetricKit_MXMetric" ]; - "MetricKit_MXAppRunTimeMetric" = [ "MetricKit_MXMetric" ]; - "MetricKit_MXCPUExceptionDiagnostic" = [ "MetricKit_MXDiagnostic" ]; - "MetricKit_MXCPUMetric" = [ "MetricKit_MXMetric" ]; - "MetricKit_MXCellularConditionMetric" = [ "MetricKit_MXMetric" ]; - "MetricKit_MXCrashDiagnostic" = [ "MetricKit_MXDiagnostic" ]; - "MetricKit_MXDiskIOMetric" = [ "MetricKit_MXMetric" ]; - "MetricKit_MXDiskWriteExceptionDiagnostic" = [ "MetricKit_MXDiagnostic" ]; - "MetricKit_MXDisplayMetric" = [ "MetricKit_MXMetric" ]; - "MetricKit_MXGPUMetric" = [ "MetricKit_MXMetric" ]; - "MetricKit_MXHangDiagnostic" = [ "MetricKit_MXDiagnostic" ]; - "MetricKit_MXLocationActivityMetric" = [ "MetricKit_MXMetric" ]; - "MetricKit_MXMemoryMetric" = [ "MetricKit_MXMetric" ]; - "MetricKit_MXNetworkTransferMetric" = [ "MetricKit_MXMetric" ]; - "MetricKit_MXSignpostMetric" = [ "MetricKit_MXMetric" ]; - "MetricKit_MXUnitAveragePixelLuminance" = [ "Foundation_NSDimension" ]; - "MetricKit_MXUnitSignalBars" = [ "Foundation_NSDimension" ]; - "MetricKit_all" = [ "MetricKit" "MetricKit_MXAnimationMetric" "MetricKit_MXAppExitMetric" "MetricKit_MXAppLaunchDiagnostic" "MetricKit_MXAppLaunchMetric" "MetricKit_MXAppResponsivenessMetric" "MetricKit_MXAppRunTimeMetric" "MetricKit_MXAverage" "MetricKit_MXBackgroundExitData" "MetricKit_MXCPUExceptionDiagnostic" "MetricKit_MXCPUMetric" "MetricKit_MXCallStackTree" "MetricKit_MXCellularConditionMetric" "MetricKit_MXCrashDiagnostic" "MetricKit_MXDiagnostic" "MetricKit_MXDiagnosticPayload" "MetricKit_MXDiskIOMetric" "MetricKit_MXDiskWriteExceptionDiagnostic" "MetricKit_MXDisplayMetric" "MetricKit_MXForegroundExitData" "MetricKit_MXGPUMetric" "MetricKit_MXHangDiagnostic" "MetricKit_MXHistogram" "MetricKit_MXHistogramBucket" "MetricKit_MXLocationActivityMetric" "MetricKit_MXMemoryMetric" "MetricKit_MXMetaData" "MetricKit_MXMetric" "MetricKit_MXMetricManager" "MetricKit_MXMetricPayload" "MetricKit_MXNetworkTransferMetric" "MetricKit_MXSignpostIntervalData" "MetricKit_MXSignpostMetric" "MetricKit_MXUnitAveragePixelLuminance" "MetricKit_MXUnitSignalBars" ]; - "OSAKit" = [ "AppKit" "Foundation" ]; - "OSAKit_OSAScriptController" = [ "AppKit_NSController" ]; - "OSAKit_OSAScriptView" = [ "AppKit_NSTextView" ]; - "OSAKit_all" = [ "OSAKit" "OSAKit_OSALanguage" "OSAKit_OSALanguageInstance" "OSAKit_OSAScript" "OSAKit_OSAScriptController" "OSAKit_OSAScriptView" ]; - "PhotoKit" = [ "AppKit" "CoreLocation" "Foundation" ]; - "PhotoKit_PHAsset" = [ "PhotoKit_PHObject" ]; - "PhotoKit_PHAssetChangeRequest" = [ "PhotoKit_PHChangeRequest" ]; - "PhotoKit_PHAssetCollection" = [ "PhotoKit_PHCollection" ]; - "PhotoKit_PHAssetCollectionChangeRequest" = [ "PhotoKit_PHChangeRequest" ]; - "PhotoKit_PHAssetCreationRequest" = [ "PhotoKit_PHAssetChangeRequest" ]; - "PhotoKit_PHCachingImageManager" = [ "PhotoKit_PHImageManager" ]; - "PhotoKit_PHCollection" = [ "PhotoKit_PHObject" ]; - "PhotoKit_PHCollectionList" = [ "PhotoKit_PHCollection" ]; - "PhotoKit_PHCollectionListChangeRequest" = [ "PhotoKit_PHChangeRequest" ]; - "PhotoKit_PHObjectPlaceholder" = [ "PhotoKit_PHObject" ]; - "PhotoKit_PHProject" = [ "PhotoKit_PHAssetCollection" ]; - "PhotoKit_PHProjectChangeRequest" = [ "PhotoKit_PHChangeRequest" ]; - "PhotoKit_all" = [ "PhotoKit" "PhotoKit_PHAdjustmentData" "PhotoKit_PHAsset" "PhotoKit_PHAssetChangeRequest" "PhotoKit_PHAssetCollection" "PhotoKit_PHAssetCollectionChangeRequest" "PhotoKit_PHAssetCreationRequest" "PhotoKit_PHAssetResource" "PhotoKit_PHAssetResourceCreationOptions" "PhotoKit_PHAssetResourceManager" "PhotoKit_PHAssetResourceRequestOptions" "PhotoKit_PHCachingImageManager" "PhotoKit_PHChange" "PhotoKit_PHChangeRequest" "PhotoKit_PHCloudIdentifier" "PhotoKit_PHCloudIdentifierMapping" "PhotoKit_PHCollection" "PhotoKit_PHCollectionList" "PhotoKit_PHCollectionListChangeRequest" "PhotoKit_PHContentEditingInput" "PhotoKit_PHContentEditingInputRequestOptions" "PhotoKit_PHContentEditingOutput" "PhotoKit_PHFetchOptions" "PhotoKit_PHFetchResult" "PhotoKit_PHFetchResultChangeDetails" "PhotoKit_PHImageManager" "PhotoKit_PHImageRequestOptions" "PhotoKit_PHLivePhoto" "PhotoKit_PHLivePhotoEditingContext" "PhotoKit_PHLivePhotoRequestOptions" "PhotoKit_PHLocalIdentifierMapping" "PhotoKit_PHObject" "PhotoKit_PHObjectChangeDetails" "PhotoKit_PHObjectPlaceholder" "PhotoKit_PHPersistentChange" "PhotoKit_PHPersistentChangeFetchResult" "PhotoKit_PHPersistentChangeToken" "PhotoKit_PHPersistentObjectChangeDetails" "PhotoKit_PHPhotoLibrary" "PhotoKit_PHProject" "PhotoKit_PHProjectChangeRequest" "PhotoKit_PHVideoRequestOptions" ]; - "SoundAnalysis" = [ "Foundation" ]; - "SoundAnalysis_all" = [ "SoundAnalysis" "SoundAnalysis_SNAudioFileAnalyzer" "SoundAnalysis_SNAudioStreamAnalyzer" "SoundAnalysis_SNClassification" "SoundAnalysis_SNClassificationResult" "SoundAnalysis_SNClassifySoundRequest" "SoundAnalysis_SNTimeDurationConstraint" ]; - "Speech" = [ "Foundation" ]; - "Speech_SFSpeechAudioBufferRecognitionRequest" = [ "Speech_SFSpeechRecognitionRequest" ]; - "Speech_SFSpeechURLRecognitionRequest" = [ "Speech_SFSpeechRecognitionRequest" ]; - "Speech_all" = [ "Speech" "Speech_SFAcousticFeature" "Speech_SFSpeechAudioBufferRecognitionRequest" "Speech_SFSpeechRecognitionMetadata" "Speech_SFSpeechRecognitionRequest" "Speech_SFSpeechRecognitionResult" "Speech_SFSpeechRecognitionTask" "Speech_SFSpeechRecognizer" "Speech_SFSpeechURLRecognitionRequest" "Speech_SFTranscription" "Speech_SFTranscriptionSegment" "Speech_SFVoiceAnalytics" ]; - "StoreKit" = [ "AppKit" "Foundation" ]; - "StoreKit_SKCloudServiceSetupViewController" = [ "AppKit_NSViewController" ]; - "StoreKit_SKMutablePayment" = [ "StoreKit_SKPayment" ]; - "StoreKit_SKOverlayAppClipConfiguration" = [ "StoreKit_SKOverlayConfiguration" ]; - "StoreKit_SKOverlayAppConfiguration" = [ "StoreKit_SKOverlayConfiguration" ]; - "StoreKit_SKProductsRequest" = [ "StoreKit_SKRequest" ]; - "StoreKit_SKReceiptRefreshRequest" = [ "StoreKit_SKRequest" ]; - "StoreKit_SKStoreProductViewController" = [ "AppKit_NSViewController" ]; - "StoreKit_all" = [ "StoreKit" "StoreKit_SKAdImpression" "StoreKit_SKAdNetwork" "StoreKit_SKArcadeService" "StoreKit_SKCloudServiceController" "StoreKit_SKCloudServiceSetupViewController" "StoreKit_SKDownload" "StoreKit_SKMutablePayment" "StoreKit_SKOverlay" "StoreKit_SKOverlayAppClipConfiguration" "StoreKit_SKOverlayAppConfiguration" "StoreKit_SKOverlayConfiguration" "StoreKit_SKOverlayTransitionContext" "StoreKit_SKPayment" "StoreKit_SKPaymentDiscount" "StoreKit_SKPaymentQueue" "StoreKit_SKPaymentTransaction" "StoreKit_SKProduct" "StoreKit_SKProductDiscount" "StoreKit_SKProductStorePromotionController" "StoreKit_SKProductSubscriptionPeriod" "StoreKit_SKProductsRequest" "StoreKit_SKProductsResponse" "StoreKit_SKReceiptRefreshRequest" "StoreKit_SKRequest" "StoreKit_SKStoreProductViewController" "StoreKit_SKStoreReviewController" "StoreKit_SKStorefront" ]; - "UniformTypeIdentifiers" = [ "Foundation" "UniformTypeIdentifiers_UTType" ]; - "UniformTypeIdentifiers_all" = [ "UniformTypeIdentifiers" "UniformTypeIdentifiers_UTType" ]; - "UserNotifications" = [ "CoreLocation" "Foundation" ]; - "UserNotifications_UNCalendarNotificationTrigger" = [ "UserNotifications_UNNotificationTrigger" ]; - "UserNotifications_UNLocationNotificationTrigger" = [ "UserNotifications_UNNotificationTrigger" ]; - "UserNotifications_UNMutableNotificationContent" = [ "UserNotifications_UNNotificationContent" ]; - "UserNotifications_UNPushNotificationTrigger" = [ "UserNotifications_UNNotificationTrigger" ]; - "UserNotifications_UNTextInputNotificationAction" = [ "UserNotifications_UNNotificationAction" ]; - "UserNotifications_UNTextInputNotificationResponse" = [ "UserNotifications_UNNotificationResponse" ]; - "UserNotifications_UNTimeIntervalNotificationTrigger" = [ "UserNotifications_UNNotificationTrigger" ]; - "UserNotifications_all" = [ "UserNotifications" "UserNotifications_UNCalendarNotificationTrigger" "UserNotifications_UNLocationNotificationTrigger" "UserNotifications_UNMutableNotificationContent" "UserNotifications_UNNotification" "UserNotifications_UNNotificationAction" "UserNotifications_UNNotificationActionIcon" "UserNotifications_UNNotificationAttachment" "UserNotifications_UNNotificationCategory" "UserNotifications_UNNotificationContent" "UserNotifications_UNNotificationRequest" "UserNotifications_UNNotificationResponse" "UserNotifications_UNNotificationServiceExtension" "UserNotifications_UNNotificationSettings" "UserNotifications_UNNotificationSound" "UserNotifications_UNNotificationTrigger" "UserNotifications_UNPushNotificationTrigger" "UserNotifications_UNTextInputNotificationAction" "UserNotifications_UNTextInputNotificationResponse" "UserNotifications_UNTimeIntervalNotificationTrigger" "UserNotifications_UNUserNotificationCenter" ]; - "WebKit" = [ "AppKit" "Foundation" "Foundation_NSAttributedString" ]; - "WebKit_DOMAbstractView" = [ "WebKit_DOMObject" ]; - "WebKit_DOMAttr" = [ "WebKit_DOMNode" ]; - "WebKit_DOMBlob" = [ "WebKit_DOMObject" ]; - "WebKit_DOMCDATASection" = [ "WebKit_DOMText" ]; - "WebKit_DOMCSSCharsetRule" = [ "WebKit_DOMCSSRule" ]; - "WebKit_DOMCSSFontFaceRule" = [ "WebKit_DOMCSSRule" ]; - "WebKit_DOMCSSImportRule" = [ "WebKit_DOMCSSRule" ]; - "WebKit_DOMCSSMediaRule" = [ "WebKit_DOMCSSRule" ]; - "WebKit_DOMCSSPageRule" = [ "WebKit_DOMCSSRule" ]; - "WebKit_DOMCSSPrimitiveValue" = [ "WebKit_DOMCSSValue" ]; - "WebKit_DOMCSSRule" = [ "WebKit_DOMObject" ]; - "WebKit_DOMCSSRuleList" = [ "WebKit_DOMObject" ]; - "WebKit_DOMCSSStyleDeclaration" = [ "WebKit_DOMObject" ]; - "WebKit_DOMCSSStyleRule" = [ "WebKit_DOMCSSRule" ]; - "WebKit_DOMCSSStyleSheet" = [ "WebKit_DOMStyleSheet" ]; - "WebKit_DOMCSSUnknownRule" = [ "WebKit_DOMCSSRule" ]; - "WebKit_DOMCSSValue" = [ "WebKit_DOMObject" ]; - "WebKit_DOMCSSValueList" = [ "WebKit_DOMCSSValue" ]; - "WebKit_DOMCharacterData" = [ "WebKit_DOMNode" ]; - "WebKit_DOMComment" = [ "WebKit_DOMCharacterData" ]; - "WebKit_DOMCounter" = [ "WebKit_DOMObject" ]; - "WebKit_DOMDocument" = [ "WebKit_DOMNode" ]; - "WebKit_DOMDocumentFragment" = [ "WebKit_DOMNode" ]; - "WebKit_DOMDocumentType" = [ "WebKit_DOMNode" ]; - "WebKit_DOMElement" = [ "WebKit_DOMNode" ]; - "WebKit_DOMEntity" = [ "WebKit_DOMNode" ]; - "WebKit_DOMEntityReference" = [ "WebKit_DOMNode" ]; - "WebKit_DOMEvent" = [ "WebKit_DOMObject" ]; - "WebKit_DOMFile" = [ "WebKit_DOMBlob" ]; - "WebKit_DOMFileList" = [ "WebKit_DOMObject" ]; - "WebKit_DOMHTMLAnchorElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLAppletElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLAreaElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLBRElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLBaseElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLBaseFontElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLBodyElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLButtonElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLCollection" = [ "WebKit_DOMObject" ]; - "WebKit_DOMHTMLDListElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLDirectoryElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLDivElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLDocument" = [ "WebKit_DOMDocument" ]; - "WebKit_DOMHTMLElement" = [ "WebKit_DOMElement" ]; - "WebKit_DOMHTMLEmbedElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLFieldSetElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLFontElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLFormElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLFrameElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLFrameSetElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLHRElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLHeadElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLHeadingElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLHtmlElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLIFrameElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLImageElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLInputElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLLIElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLLabelElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLLegendElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLLinkElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLMapElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLMarqueeElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLMenuElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLMetaElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLModElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLOListElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLObjectElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLOptGroupElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLOptionElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLOptionsCollection" = [ "WebKit_DOMObject" ]; - "WebKit_DOMHTMLParagraphElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLParamElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLPreElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLQuoteElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLScriptElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLSelectElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLStyleElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLTableCaptionElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLTableCellElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLTableColElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLTableElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLTableRowElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLTableSectionElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLTextAreaElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLTitleElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMHTMLUListElement" = [ "WebKit_DOMHTMLElement" ]; - "WebKit_DOMImplementation" = [ "WebKit_DOMObject" ]; - "WebKit_DOMKeyboardEvent" = [ "WebKit_DOMUIEvent" ]; - "WebKit_DOMMediaList" = [ "WebKit_DOMObject" ]; - "WebKit_DOMMouseEvent" = [ "WebKit_DOMUIEvent" ]; - "WebKit_DOMMutationEvent" = [ "WebKit_DOMEvent" ]; - "WebKit_DOMNamedNodeMap" = [ "WebKit_DOMObject" ]; - "WebKit_DOMNode" = [ "WebKit_DOMObject" ]; - "WebKit_DOMNodeIterator" = [ "WebKit_DOMObject" ]; - "WebKit_DOMNodeList" = [ "WebKit_DOMObject" ]; - "WebKit_DOMObject" = [ "WebKit_WebScriptObject" ]; - "WebKit_DOMOverflowEvent" = [ "WebKit_DOMEvent" ]; - "WebKit_DOMProcessingInstruction" = [ "WebKit_DOMCharacterData" ]; - "WebKit_DOMProgressEvent" = [ "WebKit_DOMEvent" ]; - "WebKit_DOMRGBColor" = [ "WebKit_DOMObject" ]; - "WebKit_DOMRange" = [ "WebKit_DOMObject" ]; - "WebKit_DOMRect" = [ "WebKit_DOMObject" ]; - "WebKit_DOMStyleSheet" = [ "WebKit_DOMObject" ]; - "WebKit_DOMStyleSheetList" = [ "WebKit_DOMObject" ]; - "WebKit_DOMText" = [ "WebKit_DOMCharacterData" ]; - "WebKit_DOMTreeWalker" = [ "WebKit_DOMObject" ]; - "WebKit_DOMUIEvent" = [ "WebKit_DOMEvent" ]; - "WebKit_DOMWheelEvent" = [ "WebKit_DOMMouseEvent" ]; - "WebKit_DOMXPathExpression" = [ "WebKit_DOMObject" ]; - "WebKit_DOMXPathResult" = [ "WebKit_DOMObject" ]; - "WebKit_WKWebView" = [ "AppKit_NSView" ]; - "WebKit_WebDownload" = [ "Foundation_NSURLDownload" ]; - "WebKit_WebFrameView" = [ "AppKit_NSView" ]; - "WebKit_WebView" = [ "AppKit_NSView" ]; - "WebKit_all" = [ "WebKit" "WebKit_DOMAbstractView" "WebKit_DOMAttr" "WebKit_DOMBlob" "WebKit_DOMCDATASection" "WebKit_DOMCSSCharsetRule" "WebKit_DOMCSSFontFaceRule" "WebKit_DOMCSSImportRule" "WebKit_DOMCSSMediaRule" "WebKit_DOMCSSPageRule" "WebKit_DOMCSSPrimitiveValue" "WebKit_DOMCSSRule" "WebKit_DOMCSSRuleList" "WebKit_DOMCSSStyleDeclaration" "WebKit_DOMCSSStyleRule" "WebKit_DOMCSSStyleSheet" "WebKit_DOMCSSUnknownRule" "WebKit_DOMCSSValue" "WebKit_DOMCSSValueList" "WebKit_DOMCharacterData" "WebKit_DOMComment" "WebKit_DOMCounter" "WebKit_DOMDocument" "WebKit_DOMDocumentFragment" "WebKit_DOMDocumentType" "WebKit_DOMElement" "WebKit_DOMEntity" "WebKit_DOMEntityReference" "WebKit_DOMEvent" "WebKit_DOMFile" "WebKit_DOMFileList" "WebKit_DOMHTMLAnchorElement" "WebKit_DOMHTMLAppletElement" "WebKit_DOMHTMLAreaElement" "WebKit_DOMHTMLBRElement" "WebKit_DOMHTMLBaseElement" "WebKit_DOMHTMLBaseFontElement" "WebKit_DOMHTMLBodyElement" "WebKit_DOMHTMLButtonElement" "WebKit_DOMHTMLCollection" "WebKit_DOMHTMLDListElement" "WebKit_DOMHTMLDirectoryElement" "WebKit_DOMHTMLDivElement" "WebKit_DOMHTMLDocument" "WebKit_DOMHTMLElement" "WebKit_DOMHTMLEmbedElement" "WebKit_DOMHTMLFieldSetElement" "WebKit_DOMHTMLFontElement" "WebKit_DOMHTMLFormElement" "WebKit_DOMHTMLFrameElement" "WebKit_DOMHTMLFrameSetElement" "WebKit_DOMHTMLHRElement" "WebKit_DOMHTMLHeadElement" "WebKit_DOMHTMLHeadingElement" "WebKit_DOMHTMLHtmlElement" "WebKit_DOMHTMLIFrameElement" "WebKit_DOMHTMLImageElement" "WebKit_DOMHTMLInputElement" "WebKit_DOMHTMLLIElement" "WebKit_DOMHTMLLabelElement" "WebKit_DOMHTMLLegendElement" "WebKit_DOMHTMLLinkElement" "WebKit_DOMHTMLMapElement" "WebKit_DOMHTMLMarqueeElement" "WebKit_DOMHTMLMenuElement" "WebKit_DOMHTMLMetaElement" "WebKit_DOMHTMLModElement" "WebKit_DOMHTMLOListElement" "WebKit_DOMHTMLObjectElement" "WebKit_DOMHTMLOptGroupElement" "WebKit_DOMHTMLOptionElement" "WebKit_DOMHTMLOptionsCollection" "WebKit_DOMHTMLParagraphElement" "WebKit_DOMHTMLParamElement" "WebKit_DOMHTMLPreElement" "WebKit_DOMHTMLQuoteElement" "WebKit_DOMHTMLScriptElement" "WebKit_DOMHTMLSelectElement" "WebKit_DOMHTMLStyleElement" "WebKit_DOMHTMLTableCaptionElement" "WebKit_DOMHTMLTableCellElement" "WebKit_DOMHTMLTableColElement" "WebKit_DOMHTMLTableElement" "WebKit_DOMHTMLTableRowElement" "WebKit_DOMHTMLTableSectionElement" "WebKit_DOMHTMLTextAreaElement" "WebKit_DOMHTMLTitleElement" "WebKit_DOMHTMLUListElement" "WebKit_DOMImplementation" "WebKit_DOMKeyboardEvent" "WebKit_DOMMediaList" "WebKit_DOMMouseEvent" "WebKit_DOMMutationEvent" "WebKit_DOMNamedNodeMap" "WebKit_DOMNode" "WebKit_DOMNodeIterator" "WebKit_DOMNodeList" "WebKit_DOMObject" "WebKit_DOMOverflowEvent" "WebKit_DOMProcessingInstruction" "WebKit_DOMProgressEvent" "WebKit_DOMRGBColor" "WebKit_DOMRange" "WebKit_DOMRect" "WebKit_DOMStyleSheet" "WebKit_DOMStyleSheetList" "WebKit_DOMText" "WebKit_DOMTreeWalker" "WebKit_DOMUIEvent" "WebKit_DOMWheelEvent" "WebKit_DOMXPathExpression" "WebKit_DOMXPathResult" "WebKit_WKBackForwardList" "WebKit_WKBackForwardListItem" "WebKit_WKContentRuleList" "WebKit_WKContentRuleListStore" "WebKit_WKContentWorld" "WebKit_WKDownload" "WebKit_WKFindConfiguration" "WebKit_WKFindResult" "WebKit_WKFrameInfo" "WebKit_WKHTTPCookieStore" "WebKit_WKNavigation" "WebKit_WKNavigationAction" "WebKit_WKNavigationResponse" "WebKit_WKOpenPanelParameters" "WebKit_WKPDFConfiguration" "WebKit_WKPreferences" "WebKit_WKProcessPool" "WebKit_WKScriptMessage" "WebKit_WKSecurityOrigin" "WebKit_WKSnapshotConfiguration" "WebKit_WKUserContentController" "WebKit_WKUserScript" "WebKit_WKWebView" "WebKit_WKWebViewConfiguration" "WebKit_WKWebpagePreferences" "WebKit_WKWebsiteDataRecord" "WebKit_WKWebsiteDataStore" "WebKit_WKWindowFeatures" "WebKit_WebArchive" "WebKit_WebBackForwardList" "WebKit_WebDataSource" "WebKit_WebDownload" "WebKit_WebFrame" "WebKit_WebFrameView" "WebKit_WebHistory" "WebKit_WebHistoryItem" "WebKit_WebPreferences" "WebKit_WebResource" "WebKit_WebScriptObject" "WebKit_WebUndefined" "WebKit_WebView" ]; - "alloc" = [ "objc2?/alloc" "block2?/alloc" ]; - "apple" = [ "objc2?/apple" "block2?/apple" ]; - "block" = [ "block2" ]; - "block2" = [ "dep:block2" ]; - "default" = [ "std" "apple" ]; - "dispatch" = [ "dep:dispatch" ]; - "gnustep-1-7" = [ "objc2?/gnustep-1-7" "block2?/gnustep-1-7" ]; - "gnustep-1-8" = [ "gnustep-1-7" "objc2?/gnustep-1-8" "block2?/gnustep-1-8" ]; - "gnustep-1-9" = [ "gnustep-1-8" "objc2?/gnustep-1-9" "block2?/gnustep-1-9" ]; - "gnustep-2-0" = [ "gnustep-1-9" "objc2?/gnustep-2-0" "block2?/gnustep-2-0" ]; - "gnustep-2-1" = [ "gnustep-2-0" "objc2?/gnustep-2-1" "block2?/gnustep-2-1" ]; - "objc2" = [ "dep:objc2" ]; - "objective-c" = [ "objc2" ]; - "std" = [ "alloc" "objc2?/std" "block2?/std" ]; - "unstable-example-basic_usage" = [ "Foundation" "Foundation_NSArray" "Foundation_NSDictionary" "Foundation_NSEnumerator" ]; - "unstable-example-browser" = [ "apple" "AppKit" "AppKit_NSButton" "AppKit_NSColor" "AppKit_NSMenu" "AppKit_NSMenuItem" "AppKit_NSStackView" "AppKit_NSTextAttachmentCell" "AppKit_NSTextField" "AppKit_NSTextView" "AppKit_NSWindow" "Foundation" "Foundation_NSString" "Foundation_NSURL" "Foundation_NSURLRequest" "WebKit" "WebKit_WKNavigation" "WebKit_WKWebView" ]; - "unstable-example-delegate" = [ "apple" "Foundation" "Foundation_NSString" "AppKit" "AppKit_NSResponder" ]; - "unstable-example-nspasteboard" = [ "apple" "Foundation" "Foundation_NSArray" "Foundation_NSDictionary" "Foundation_NSString" "AppKit" "AppKit_NSPasteboard" ]; - "unstable-example-speech_synthesis" = [ "apple" "Foundation" "Foundation_NSString" ]; - "unstable-frameworks-all" = [ "unstable-frameworks-ios" "unstable-frameworks-macos-13" ]; - "unstable-frameworks-gnustep" = [ "AppKit_all" "Foundation_all" ]; - "unstable-frameworks-gnustep-32bit" = [ "Foundation_all" ]; - "unstable-frameworks-ios" = [ "Foundation_all" "unstable-example-basic_usage" "unstable-example-speech_synthesis" ]; - "unstable-frameworks-macos-10-13" = [ "CloudKit_all" "Contacts_all" "CoreLocation_all" "EventKit_all" "ExternalAccessory_all" "GameController_all" "GameKit_all" "LocalAuthentication_all" "MapKit_all" "MediaPlayer_all" "MetalKit_all" "Metal_all" "PhotoKit_all" "unstable-example-delegate" "unstable-example-nspasteboard" "unstable-example-speech_synthesis" "unstable-frameworks-macos-10-7" ]; - "unstable-frameworks-macos-10-7" = [ "AppKit_all" "Automator_all" "CoreAnimation_all" "CoreData_all" "ExceptionHandling_all" "Foundation_all" "InputMethodKit_all" "OSAKit_all" "StoreKit_all" "WebKit_all" "unstable-example-basic_usage" ]; - "unstable-frameworks-macos-11" = [ "Accessibility_all" "ClassKit_all" "UniformTypeIdentifiers_all" "unstable-frameworks-macos-10-13" ]; - "unstable-frameworks-macos-12" = [ "DataDetection_all" "LocalAuthenticationEmbeddedUI_all" "MailKit_all" "MetricKit_all" "unstable-frameworks-macos-11" ]; - "unstable-frameworks-macos-13" = [ "AdServices_all" "AdSupport_all" "AuthenticationServices_all" "AutomaticAssessmentConfiguration_all" "BackgroundAssets_all" "BusinessChat_all" "CallKit_all" "DeviceCheck_all" "ExtensionKit_all" "FileProviderUI_all" "FileProvider_all" "HealthKit_all" "IdentityLookup_all" "LinkPresentation_all" "MetalFX_all" "SoundAnalysis_all" "Speech_all" "UserNotifications_all" "unstable-example-browser" "unstable-frameworks-macos-12" ]; - }; - resolvedDefaultFeatures = [ "AppKit" "AppKit_NSApplication" "AppKit_NSCollectionLayoutGroupCustomItem" "AppKit_NSCollectionLayoutSection" "AppKit_NSCollectionView" "AppKit_NSControl" "AppKit_NSResponder" "AppKit_NSTableColumn" "AppKit_NSTableRowView" "AppKit_NSTableView" "AppKit_NSView" "AppKit_NSWindow" "CoreData" "CoreData_NSAsynchronousFetchResult" "CoreData_NSPersistentStoreAsynchronousResult" "CoreData_NSPersistentStoreResult" "Foundation" "Foundation_NSAppleEventDescriptor" "Foundation_NSArray" "Foundation_NSAttributedString" "Foundation_NSCoder" "Foundation_NSData" "Foundation_NSDictionary" "Foundation_NSEnumerator" "Foundation_NSError" "Foundation_NSHashTable" "Foundation_NSIndexPath" "Foundation_NSMapTable" "Foundation_NSMutableAttributedString" "Foundation_NSNumber" "Foundation_NSProcessInfo" "Foundation_NSProgress" "Foundation_NSSet" "Foundation_NSString" "Foundation_NSThread" "Foundation_NSValue" "alloc" "apple" "block" "block2" "default" "dispatch" "objc2" "objective-c" "std" ]; - }; - "idna" = rec { - crateName = "idna"; - version = "0.5.0"; - edition = "2018"; - sha256 = "1xhjrcjqq0l5bpzvdgylvpkgk94panxgsirzhjnnqfdgc4a9nkb3"; - authors = [ - "The rust-url developers" - ]; - dependencies = [ - { - name = "unicode-bidi"; - packageId = "unicode-bidi"; - usesDefaultFeatures = false; - features = [ "hardcoded-data" ]; - } - { - name = "unicode-normalization"; - packageId = "unicode-normalization"; - usesDefaultFeatures = false; - } - ]; - features = { - "default" = [ "std" ]; - "std" = [ "alloc" "unicode-bidi/std" "unicode-normalization/std" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "std" ]; - }; - "image" = rec { - crateName = "image"; - version = "0.24.8"; - edition = "2021"; - sha256 = "08sf1adn0ix9par6rwqg0i098xj706jkl6fifhm6428rkmwvwjq3"; - authors = [ - "The image-rs Developers" - ]; - dependencies = [ - { - name = "bytemuck"; - packageId = "bytemuck"; - features = [ "extern_crate_alloc" ]; - } - { - name = "byteorder"; - packageId = "byteorder"; - } - { - name = "color_quant"; - packageId = "color_quant"; - } - { - name = "num-traits"; - packageId = "num-traits"; - } - { - name = "png"; - packageId = "png"; - optional = true; - } - ]; - features = { - "avif" = [ "avif-encoder" ]; - "avif-decoder" = [ "mp4parse" "dcv-color-primitives" "dav1d" ]; - "avif-encoder" = [ "ravif" "rgb" ]; - "dav1d" = [ "dep:dav1d" ]; - "dcv-color-primitives" = [ "dep:dcv-color-primitives" ]; - "dds" = [ "dxt" ]; - "default" = [ "gif" "jpeg" "ico" "png" "pnm" "tga" "tiff" "webp" "bmp" "hdr" "dxt" "dds" "farbfeld" "jpeg_rayon" "openexr" "qoi" ]; - "exr" = [ "dep:exr" ]; - "gif" = [ "dep:gif" ]; - "ico" = [ "bmp" "png" ]; - "jpeg" = [ "dep:jpeg" ]; - "jpeg_rayon" = [ "jpeg/rayon" ]; - "libwebp" = [ "dep:libwebp" ]; - "mp4parse" = [ "dep:mp4parse" ]; - "openexr" = [ "exr" ]; - "png" = [ "dep:png" ]; - "qoi" = [ "dep:qoi" ]; - "ravif" = [ "dep:ravif" ]; - "rayon" = [ "dep:rayon" ]; - "rgb" = [ "dep:rgb" ]; - "tiff" = [ "dep:tiff" ]; - "webp-encoder" = [ "libwebp" "webp" ]; - }; - resolvedDefaultFeatures = [ "png" ]; - }; - "indexmap" = rec { - crateName = "indexmap"; - version = "2.2.2"; - edition = "2021"; - sha256 = "087mafd9f98rp1xk2jc1rsp5yyqz63yi30cy8yx6c8s14bj2ljw2"; - dependencies = [ - { - name = "equivalent"; - packageId = "equivalent"; - usesDefaultFeatures = false; - } - { - name = "hashbrown"; - packageId = "hashbrown"; - usesDefaultFeatures = false; - features = [ "raw" ]; - } - ]; - features = { - "arbitrary" = [ "dep:arbitrary" ]; - "default" = [ "std" ]; - "quickcheck" = [ "dep:quickcheck" ]; - "rayon" = [ "dep:rayon" ]; - "rustc-rayon" = [ "dep:rustc-rayon" ]; - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "instant" = rec { - crateName = "instant"; - version = "0.1.12"; - edition = "2018"; - sha256 = "0b2bx5qdlwayriidhrag8vhy10kdfimfhmb3jnjmsz2h9j1bwnvs"; - authors = [ - "sebcrozet " - ]; - dependencies = [ - { - name = "cfg-if"; - packageId = "cfg-if"; - } - ]; - features = { - "js-sys" = [ "dep:js-sys" ]; - "stdweb" = [ "dep:stdweb" ]; - "wasm-bindgen" = [ "js-sys" "wasm-bindgen_rs" "web-sys" ]; - "wasm-bindgen_rs" = [ "dep:wasm-bindgen_rs" ]; - "web-sys" = [ "dep:web-sys" ]; - }; - }; - "io-lifetimes" = rec { - crateName = "io-lifetimes"; - version = "1.0.11"; - edition = "2018"; - sha256 = "1hph5lz4wd3drnn6saakwxr497liznpfnv70via6s0v8x6pbkrza"; - authors = [ - "Dan Gohman " - ]; - dependencies = [ - { - name = "hermit-abi"; - packageId = "hermit-abi"; - optional = true; - target = { target, features }: ("hermit" == target."os" or null); - } - { - name = "libc"; - packageId = "libc"; - optional = true; - target = { target, features }: (!(target."windows" or false)); - } - { - name = "windows-sys"; - packageId = "windows-sys 0.48.0"; - optional = true; - target = { target, features }: (target."windows" or false); - features = [ "Win32_Foundation" "Win32_Storage_FileSystem" "Win32_Networking_WinSock" "Win32_Security" "Win32_System_IO" "Win32_System_Threading" ]; - } - ]; - features = { - "async-std" = [ "dep:async-std" ]; - "close" = [ "libc" "hermit-abi" "windows-sys" ]; - "default" = [ "close" ]; - "fs-err" = [ "dep:fs-err" ]; - "hermit-abi" = [ "dep:hermit-abi" ]; - "libc" = [ "dep:libc" ]; - "mio" = [ "dep:mio" ]; - "os_pipe" = [ "dep:os_pipe" ]; - "socket2" = [ "dep:socket2" ]; - "tokio" = [ "dep:tokio" ]; - "windows-sys" = [ "dep:windows-sys" ]; - }; - resolvedDefaultFeatures = [ "close" "hermit-abi" "libc" "windows-sys" ]; - }; - "itertools" = rec { - crateName = "itertools"; - version = "0.12.1"; - edition = "2018"; - sha256 = "0s95jbb3ndj1lvfxyq5wanc0fm0r6hg6q4ngb92qlfdxvci10ads"; - authors = [ - "bluss" - ]; - dependencies = [ - { - name = "either"; - packageId = "either"; - usesDefaultFeatures = false; - } - ]; - features = { - "default" = [ "use_std" ]; - "use_std" = [ "use_alloc" "either/use_std" ]; - }; - }; - "jni" = rec { - crateName = "jni"; - version = "0.21.1"; - edition = "2018"; - sha256 = "15wczfkr2r45slsljby12ymf2hij8wi5b104ghck9byjnwmsm1qs"; - authors = [ - "Josh Chase " - ]; - dependencies = [ - { - name = "cesu8"; - packageId = "cesu8"; - } - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "combine"; - packageId = "combine"; - } - { - name = "jni-sys"; - packageId = "jni-sys"; - } - { - name = "log"; - packageId = "log"; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - { - name = "windows-sys"; - packageId = "windows-sys 0.45.0"; - target = { target, features }: (target."windows" or false); - features = [ "Win32_Globalization" ]; - } - ]; - buildDependencies = [ - { - name = "walkdir"; - packageId = "walkdir"; - } - ]; - features = { - "invocation" = [ "java-locator" "libloading" ]; - "java-locator" = [ "dep:java-locator" ]; - "libloading" = [ "dep:libloading" ]; - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "jni-sys" = rec { - crateName = "jni-sys"; - version = "0.3.0"; - edition = "2015"; - sha256 = "0c01zb9ygvwg9wdx2fii2d39myzprnpqqhy7yizxvjqp5p04pbwf"; - authors = [ - "Steven Fackler " - ]; - - }; - "jobserver" = rec { - crateName = "jobserver"; - version = "0.1.28"; - edition = "2021"; - sha256 = "1mji1wis4w76v3issgpah2x3j1k0ybq0cz3qgypg7pkdablscimb"; - authors = [ - "Alex Crichton " - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (target."unix" or false); - } - ]; - - }; - "js-sys" = rec { - crateName = "js-sys"; - version = "0.3.68"; - edition = "2018"; - sha256 = "1vm98fhnhs4w6yakchi9ip7ar95900k9vkr24a21qlwd6r5xlv20"; - authors = [ - "The wasm-bindgen Developers" - ]; - dependencies = [ - { - name = "wasm-bindgen"; - packageId = "wasm-bindgen"; - } - ]; - - }; - "khronos-egl" = rec { - crateName = "khronos-egl"; - version = "6.0.0"; - edition = "2021"; - sha256 = "0xnzdx0n1bil06xmh8i1x6dbxvk7kd2m70bbm6nw1qzc43r1vbka"; - authors = [ - "Timothée Haudebourg " - "Sean Kerr " - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - } - { - name = "libloading"; - packageId = "libloading 0.8.1"; - optional = true; - } - ]; - buildDependencies = [ - { - name = "pkg-config"; - packageId = "pkg-config"; - optional = true; - } - ]; - features = { - "1_1" = [ "1_0" ]; - "1_2" = [ "1_1" ]; - "1_3" = [ "1_2" ]; - "1_4" = [ "1_3" ]; - "1_5" = [ "1_4" ]; - "default" = [ "1_5" ]; - "dynamic" = [ "libloading" ]; - "libloading" = [ "dep:libloading" ]; - "pkg-config" = [ "dep:pkg-config" ]; - "static" = [ "pkg-config" ]; - }; - resolvedDefaultFeatures = [ "1_0" "1_1" "1_2" "1_3" "1_4" "1_5" "default" "dynamic" "libloading" "no-pkg-config" "pkg-config" "static" ]; - }; - "khronos_api" = rec { - crateName = "khronos_api"; - version = "3.1.0"; - edition = "2015"; - sha256 = "1p0xj5mlbagqyvvnv8wmv3cr7l9y1m153888pxqwg3vk3mg5inz2"; - authors = [ - "Brendan Zabarauskas " - "Corey Richardson" - "Arseny Kapoulkine" - "Pierre Krieger " - ]; - - }; - "lazy_static" = rec { - crateName = "lazy_static"; - version = "1.4.0"; - edition = "2015"; - sha256 = "0in6ikhw8mgl33wjv6q6xfrb5b9jr16q8ygjy803fay4zcisvaz2"; - authors = [ - "Marvin Löbel " - ]; - features = { - "spin" = [ "dep:spin" ]; - "spin_no_std" = [ "spin" ]; - }; - }; - "lazycell" = rec { - crateName = "lazycell"; - version = "1.3.0"; - edition = "2015"; - sha256 = "0m8gw7dn30i0zjjpjdyf6pc16c34nl71lpv461mix50x3p70h3c3"; - authors = [ - "Alex Crichton " - "Nikita Pekin " - ]; - features = { - "clippy" = [ "dep:clippy" ]; - "nightly-testing" = [ "clippy" "nightly" ]; - "serde" = [ "dep:serde" ]; - }; - }; - "libc" = rec { - crateName = "libc"; - version = "0.2.153"; - edition = "2015"; - sha256 = "1gg7m1ils5dms5miq9fyllrcp0jxnbpgkx71chd2i0lafa8qy6cw"; - authors = [ - "The Rust Project Developers" - ]; - features = { - "default" = [ "std" ]; - "rustc-dep-of-std" = [ "align" "rustc-std-workspace-core" ]; - "rustc-std-workspace-core" = [ "dep:rustc-std-workspace-core" ]; - "use_std" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "extra_traits" "std" ]; - }; - "libloading 0.7.4" = rec { - crateName = "libloading"; - version = "0.7.4"; - edition = "2015"; - sha256 = "17wbccnjvhjd9ibh019xcd8kjvqws8lqgq86lqkpbgig7gyq0wxn"; - authors = [ - "Simonas Kazlauskas " - ]; - dependencies = [ - { - name = "cfg-if"; - packageId = "cfg-if"; - target = { target, features }: (target."unix" or false); - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "errhandlingapi" "libloaderapi" ]; - } - ]; - - }; - "libloading 0.8.1" = rec { - crateName = "libloading"; - version = "0.8.1"; - edition = "2015"; - sha256 = "0q812zvfag4m803ak640znl6cf8ngdd0ilzky498r6pwvmvbcwf5"; - authors = [ - "Simonas Kazlauskas " - ]; - dependencies = [ - { - name = "cfg-if"; - packageId = "cfg-if"; - target = { target, features }: (target."unix" or false); - } - { - name = "windows-sys"; - packageId = "windows-sys 0.48.0"; - target = { target, features }: (target."windows" or false); - features = [ "Win32_Foundation" "Win32_System_Diagnostics_Debug" "Win32_System_LibraryLoader" ]; - } - ]; - - }; - "libredox 0.0.1" = rec { - crateName = "libredox"; - version = "0.0.1"; - edition = "2021"; - sha256 = "1s2fh4ikpp9xl0lsl01pi0n8pw1q9s3ld452vd8qh1v63v537j45"; - authors = [ - "4lDO2 <4lDO2@protonmail.com>" - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "libc"; - packageId = "libc"; - } - { - name = "redox_syscall"; - packageId = "redox_syscall 0.4.1"; - } - ]; - features = { - "default" = [ "scheme" "call" ]; - "scheme" = [ "call" ]; - }; - resolvedDefaultFeatures = [ "call" ]; - }; - "libredox 0.0.2" = rec { - crateName = "libredox"; - version = "0.0.2"; - edition = "2021"; - sha256 = "01v6pb09j7dl2gnbvzz6zmy2k4zyxjjzvl7wacwjjffqsxajry9s"; - authors = [ - "4lDO2 <4lDO2@protonmail.com>" - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "libc"; - packageId = "libc"; - } - { - name = "redox_syscall"; - packageId = "redox_syscall 0.4.1"; - } - ]; - features = { - "default" = [ "call" ]; - "scheme" = [ "call" ]; - }; - resolvedDefaultFeatures = [ "call" "default" ]; - }; - "libspa" = rec { - crateName = "libspa"; - version = "0.8.0"; - edition = "2021"; - workspace_member = null; - src = pkgs.fetchgit { - url = "https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git"; - rev = "605d15996f3258b3e1cc34e445dfbdf16a366c7e"; - sha256 = "1x7294f8i5sq18dv13scjgs8k4c843q38imxcdcwrf4gvcpb1jaz"; - }; - authors = [ - "Guillaume Desmottes " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "convert_case"; - packageId = "convert_case"; - } - { - name = "cookie-factory"; - packageId = "cookie-factory"; - } - { - name = "libc"; - packageId = "libc"; - } - { - name = "libspa-sys"; - packageId = "libspa-sys"; - rename = "spa_sys"; - } - { - name = "nix"; - packageId = "nix 0.27.1"; - } - { - name = "nom"; - packageId = "nom"; - } - ]; - buildDependencies = [ - { - name = "cc"; - packageId = "cc"; - } - { - name = "system-deps"; - packageId = "system-deps"; - } - ]; - features = { - "v0_3_65" = [ "v0_3_33" "spa_sys/v0_3_65" ]; - "v0_3_75" = [ "v0_3_65" ]; - }; - resolvedDefaultFeatures = [ "v0_3_33" "v0_3_65" ]; - }; - "libspa-sys" = rec { - crateName = "libspa-sys"; - version = "0.8.0"; - edition = "2021"; - links = "libspa-0.2"; - workspace_member = null; - src = pkgs.fetchgit { - url = "https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git"; - rev = "605d15996f3258b3e1cc34e445dfbdf16a366c7e"; - sha256 = "1x7294f8i5sq18dv13scjgs8k4c843q38imxcdcwrf4gvcpb1jaz"; - }; - authors = [ - "Tom Wagner " - ]; - buildDependencies = [ - { - name = "bindgen"; - packageId = "bindgen"; - usesDefaultFeatures = false; - features = [ "experimental" "runtime" ]; - } - { - name = "cc"; - packageId = "cc"; - } - { - name = "system-deps"; - packageId = "system-deps"; - } - ]; - features = { - }; - resolvedDefaultFeatures = [ "v0_3_65" ]; - }; - "linux-raw-sys 0.3.8" = rec { - crateName = "linux-raw-sys"; - version = "0.3.8"; - edition = "2018"; - sha256 = "068mbigb3frrxvbi5g61lx25kksy98f2qgkvc4xg8zxznwp98lzg"; - authors = [ - "Dan Gohman " - ]; - features = { - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "default" = [ "std" "general" "errno" ]; - "rustc-dep-of-std" = [ "core" "compiler_builtins" "no_std" ]; - }; - resolvedDefaultFeatures = [ "errno" "general" "ioctl" "no_std" ]; - }; - "linux-raw-sys 0.4.13" = rec { - crateName = "linux-raw-sys"; - version = "0.4.13"; - edition = "2021"; - sha256 = "172k2c6422gsc914ig8rh99mb9yc7siw6ikc3d9xw1k7vx0s3k81"; - authors = [ - "Dan Gohman " - ]; - features = { - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "default" = [ "std" "general" "errno" ]; - "rustc-dep-of-std" = [ "core" "compiler_builtins" "no_std" ]; - }; - resolvedDefaultFeatures = [ "elf" "errno" "general" "if_ether" "ioctl" "net" "netlink" "no_std" "prctl" "system" "xdp" ]; - }; - "litrs" = rec { - crateName = "litrs"; - version = "0.4.1"; - edition = "2018"; - sha256 = "19cssch9gc0x2snd9089nvwzz79zx6nzsi3icffpx25p4hck1kml"; - authors = [ - "Lukas Kalbertodt " - ]; - features = { - "check_suffix" = [ "unicode-xid" ]; - "default" = [ "proc-macro2" ]; - "proc-macro2" = [ "dep:proc-macro2" ]; - "unicode-xid" = [ "dep:unicode-xid" ]; - }; - }; - "lock_api" = rec { - crateName = "lock_api"; - version = "0.4.11"; - edition = "2018"; - sha256 = "0iggx0h4jx63xm35861106af3jkxq06fpqhpkhgw0axi2n38y5iw"; - authors = [ - "Amanieu d'Antras " - ]; - dependencies = [ - { - name = "scopeguard"; - packageId = "scopeguard"; - usesDefaultFeatures = false; - } - ]; - buildDependencies = [ - { - name = "autocfg"; - packageId = "autocfg"; - } - ]; - features = { - "default" = [ "atomic_usize" ]; - "owning_ref" = [ "dep:owning_ref" ]; - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "atomic_usize" "default" ]; - }; - "log" = rec { - crateName = "log"; - version = "0.4.20"; - edition = "2015"; - sha256 = "13rf7wphnwd61vazpxr7fiycin6cb1g8fmvgqg18i464p0y1drmm"; - authors = [ - "The Rust Project Developers" - ]; - features = { - "kv_unstable" = [ "value-bag" ]; - "kv_unstable_serde" = [ "kv_unstable_std" "value-bag/serde" "serde" ]; - "kv_unstable_std" = [ "std" "kv_unstable" "value-bag/error" ]; - "kv_unstable_sval" = [ "kv_unstable" "value-bag/sval" "sval" "sval_ref" ]; - "serde" = [ "dep:serde" ]; - "sval" = [ "dep:sval" ]; - "sval_ref" = [ "dep:sval_ref" ]; - "value-bag" = [ "dep:value-bag" ]; - }; - resolvedDefaultFeatures = [ "std" ]; - }; - "malloc_buf" = rec { - crateName = "malloc_buf"; - version = "0.0.6"; - edition = "2015"; - sha256 = "1jqr77j89pwszv51fmnknzvd53i1nkmcr8rjrvcxhm4dx1zr1fv2"; - authors = [ - "Steven Sheldon" - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - } - ]; - - }; - "memchr" = rec { - crateName = "memchr"; - version = "2.7.1"; - edition = "2021"; - sha256 = "0jf1kicqa4vs9lyzj4v4y1p90q0dh87hvhsdd5xvhnp527sw8gaj"; - authors = [ - "Andrew Gallant " - "bluss" - ]; - features = { - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "default" = [ "std" ]; - "logging" = [ "dep:log" ]; - "rustc-dep-of-std" = [ "core" "compiler_builtins" ]; - "std" = [ "alloc" ]; - "use_std" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "std" ]; - }; - "memmap2" = rec { - crateName = "memmap2"; - version = "0.9.4"; - edition = "2018"; - sha256 = "08hkmvri44j6h14lyq4yw5ipsp91a9jacgiww4bs9jm8whi18xgy"; - authors = [ - "Dan Burkert " - "Yevhenii Reizner " - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (target."unix" or false); - } - ]; - features = { - "stable_deref_trait" = [ "dep:stable_deref_trait" ]; - }; - }; - "memoffset 0.7.1" = rec { - crateName = "memoffset"; - version = "0.7.1"; - edition = "2015"; - sha256 = "1x2zv8hv9c9bvgmhsjvr9bymqwyxvgbca12cm8xkhpyy5k1r7s2x"; - authors = [ - "Gilad Naaman " - ]; - buildDependencies = [ - { - name = "autocfg"; - packageId = "autocfg"; - } - ]; - features = { - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "memoffset 0.9.0" = rec { - crateName = "memoffset"; - version = "0.9.0"; - edition = "2015"; - sha256 = "0v20ihhdzkfw1jx00a7zjpk2dcp5qjq6lz302nyqamd9c4f4nqss"; - authors = [ - "Gilad Naaman " - ]; - buildDependencies = [ - { - name = "autocfg"; - packageId = "autocfg"; - } - ]; - features = { - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "metal" = rec { - crateName = "metal"; - version = "0.27.0"; - edition = "2021"; - sha256 = "09bz461vyi9kw69k55gy2fpd3hz17j6g2n0v08gm3glc7yap6gy4"; - authors = [ - "gfx-rs developers" - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "block"; - packageId = "block"; - } - { - name = "core-graphics-types"; - packageId = "core-graphics-types"; - } - { - name = "foreign-types"; - packageId = "foreign-types"; - } - { - name = "log"; - packageId = "log"; - } - { - name = "objc"; - packageId = "objc"; - features = [ "objc_exception" ]; - } - { - name = "paste"; - packageId = "paste"; - } - ]; - features = { - "default" = [ "link" ]; - "dispatch" = [ "dep:dispatch" ]; - }; - resolvedDefaultFeatures = [ "default" "link" ]; - }; - "minimal-lexical" = rec { - crateName = "minimal-lexical"; - version = "0.2.1"; - edition = "2018"; - sha256 = "16ppc5g84aijpri4jzv14rvcnslvlpphbszc7zzp6vfkddf4qdb8"; - authors = [ - "Alex Huszagh " - ]; - features = { - "default" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "std" ]; - }; - "miniz_oxide" = rec { - crateName = "miniz_oxide"; - version = "0.7.2"; - edition = "2018"; - sha256 = "19qlxb21s6kabgqq61mk7kd1qk2invyygj076jz6i1gj2lz1z0cx"; - authors = [ - "Frommi " - "oyvindln " - ]; - dependencies = [ - { - name = "adler"; - packageId = "adler"; - usesDefaultFeatures = false; - } - { - name = "simd-adler32"; - packageId = "simd-adler32"; - optional = true; - usesDefaultFeatures = false; - } - ]; - features = { - "alloc" = [ "dep:alloc" ]; - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "default" = [ "with-alloc" ]; - "rustc-dep-of-std" = [ "core" "alloc" "compiler_builtins" "adler/rustc-dep-of-std" ]; - "simd" = [ "simd-adler32" ]; - "simd-adler32" = [ "dep:simd-adler32" ]; - }; - resolvedDefaultFeatures = [ "default" "simd" "simd-adler32" "with-alloc" ]; - }; - "naga" = rec { - crateName = "naga"; - version = "0.19.0"; - edition = "2021"; - sha256 = "16cqa0wzjq840mq0p1gg6x26vlkk3pkbzbh877d562691x0yny48"; - authors = [ - "gfx-rs developers" - ]; - dependencies = [ - { - name = "bit-set"; - packageId = "bit-set"; - } - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "codespan-reporting"; - packageId = "codespan-reporting"; - } - { - name = "hexf-parse"; - packageId = "hexf-parse"; - optional = true; - } - { - name = "indexmap"; - packageId = "indexmap"; - features = [ "std" ]; - } - { - name = "log"; - packageId = "log"; - } - { - name = "num-traits"; - packageId = "num-traits"; - } - { - name = "rustc-hash"; - packageId = "rustc-hash"; - } - { - name = "spirv"; - packageId = "spirv"; - optional = true; - } - { - name = "termcolor"; - packageId = "termcolor"; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - { - name = "unicode-xid"; - packageId = "unicode-xid"; - optional = true; - } - ]; - devDependencies = [ - { - name = "spirv"; - packageId = "spirv"; - features = [ "deserialize" ]; - } - ]; - features = { - "arbitrary" = [ "dep:arbitrary" "bitflags/arbitrary" "indexmap/arbitrary" ]; - "deserialize" = [ "serde" "bitflags/serde" "indexmap/serde" ]; - "glsl-in" = [ "pp-rs" ]; - "hexf-parse" = [ "dep:hexf-parse" ]; - "petgraph" = [ "dep:petgraph" ]; - "pp-rs" = [ "dep:pp-rs" ]; - "serde" = [ "dep:serde" ]; - "serialize" = [ "serde" "bitflags/serde" "indexmap/serde" ]; - "spirv" = [ "dep:spirv" ]; - "spv-in" = [ "petgraph" "spirv" ]; - "spv-out" = [ "spirv" ]; - "unicode-xid" = [ "dep:unicode-xid" ]; - "wgsl-in" = [ "hexf-parse" "unicode-xid" "compact" ]; - }; - resolvedDefaultFeatures = [ "clone" "compact" "default" "glsl-out" "hexf-parse" "spirv" "spv-out" "unicode-xid" "wgsl-in" ]; - }; - "ndk" = rec { - crateName = "ndk"; - version = "0.8.0"; - edition = "2021"; - sha256 = "1dx5yyqh32bi161mipg4br4i33syjidw81qrq0w7mc8hf0ds6xi0"; - authors = [ - "The Rust Mobile contributors" - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "jni-sys"; - packageId = "jni-sys"; - } - { - name = "log"; - packageId = "log"; - } - { - name = "ndk-sys"; - packageId = "ndk-sys"; - rename = "ffi"; - } - { - name = "num_enum"; - packageId = "num_enum"; - } - { - name = "raw-window-handle"; - packageId = "raw-window-handle 0.5.2"; - rename = "rwh_05"; - optional = true; - } - { - name = "raw-window-handle"; - packageId = "raw-window-handle 0.6.0"; - rename = "rwh_06"; - optional = true; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - ]; - features = { - "all" = [ "audio" "bitmap" "media" "api-level-31" "rwh_04" "rwh_05" "rwh_06" ]; - "api-level-24" = [ "api-level-23" ]; - "api-level-25" = [ "api-level-24" ]; - "api-level-26" = [ "api-level-25" ]; - "api-level-27" = [ "api-level-26" ]; - "api-level-28" = [ "api-level-27" ]; - "api-level-29" = [ "api-level-28" ]; - "api-level-30" = [ "api-level-29" ]; - "api-level-31" = [ "api-level-30" ]; - "audio" = [ "ffi/audio" "api-level-26" ]; - "bitmap" = [ "ffi/bitmap" ]; - "default" = [ "rwh_06" ]; - "jni" = [ "dep:jni" ]; - "media" = [ "ffi/media" ]; - "rwh_04" = [ "dep:rwh_04" ]; - "rwh_05" = [ "dep:rwh_05" ]; - "rwh_06" = [ "dep:rwh_06" ]; - "sync" = [ "ffi/sync" "api-level-26" ]; - "test" = [ "ffi/test" "jni" "all" ]; - }; - resolvedDefaultFeatures = [ "rwh_05" "rwh_06" ]; - }; - "ndk-context" = rec { - crateName = "ndk-context"; - version = "0.1.1"; - edition = "2021"; - sha256 = "12sai3dqsblsvfd1l1zab0z6xsnlha3xsfl7kagdnmj3an3jvc17"; - authors = [ - "The Rust Windowing contributors" - ]; - - }; - "ndk-sys" = rec { - crateName = "ndk-sys"; - version = "0.5.0+25.2.9519653"; - edition = "2021"; - sha256 = "14bnxww0f17xl8pyn6j5kpkl98snjl9lin8i7qv4zzb0vmlnf6cc"; - authors = [ - "The Rust Windowing contributors" - ]; - dependencies = [ - { - name = "jni-sys"; - packageId = "jni-sys"; - } - ]; - features = { - }; - }; - "nix 0.26.4" = rec { - crateName = "nix"; - version = "0.26.4"; - edition = "2018"; - sha256 = "06xgl4ybb8pvjrbmc3xggbgk3kbs1j0c4c0nzdfrmpbgrkrym2sr"; - authors = [ - "The nix-rust Project Developers" - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 1.3.2"; - } - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "libc"; - packageId = "libc"; - features = [ "extra_traits" ]; - } - { - name = "memoffset"; - packageId = "memoffset 0.7.1"; - optional = true; - target = { target, features }: (!("redox" == target."os" or null)); - } - ]; - features = { - "aio" = [ "pin-utils" ]; - "default" = [ "acct" "aio" "dir" "env" "event" "feature" "fs" "hostname" "inotify" "ioctl" "kmod" "mman" "mount" "mqueue" "net" "personality" "poll" "process" "pthread" "ptrace" "quota" "reboot" "resource" "sched" "signal" "socket" "term" "time" "ucontext" "uio" "user" "zerocopy" ]; - "dir" = [ "fs" ]; - "memoffset" = [ "dep:memoffset" ]; - "mount" = [ "uio" ]; - "mqueue" = [ "fs" ]; - "net" = [ "socket" ]; - "pin-utils" = [ "dep:pin-utils" ]; - "ptrace" = [ "process" ]; - "sched" = [ "process" ]; - "signal" = [ "process" ]; - "socket" = [ "memoffset" ]; - "ucontext" = [ "signal" ]; - "user" = [ "feature" ]; - "zerocopy" = [ "fs" "uio" ]; - }; - resolvedDefaultFeatures = [ "feature" "fs" "memoffset" "poll" "socket" "uio" "user" ]; - }; - "nix 0.27.1" = rec { - crateName = "nix"; - version = "0.27.1"; - edition = "2021"; - sha256 = "0ly0kkmij5f0sqz35lx9czlbk6zpihb7yh1bsy4irzwfd2f4xc1f"; - authors = [ - "The nix-rust Project Developers" - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "libc"; - packageId = "libc"; - features = [ "extra_traits" ]; - } - ]; - features = { - "aio" = [ "pin-utils" ]; - "dir" = [ "fs" ]; - "memoffset" = [ "dep:memoffset" ]; - "mount" = [ "uio" ]; - "mqueue" = [ "fs" ]; - "net" = [ "socket" ]; - "pin-utils" = [ "dep:pin-utils" ]; - "ptrace" = [ "process" ]; - "sched" = [ "process" ]; - "signal" = [ "process" ]; - "socket" = [ "memoffset" ]; - "ucontext" = [ "signal" ]; - "user" = [ "feature" ]; - "zerocopy" = [ "fs" "uio" ]; - }; - resolvedDefaultFeatures = [ "default" "fs" "process" "signal" ]; - }; - "nohash-hasher" = rec { - crateName = "nohash-hasher"; - version = "0.2.0"; - edition = "2018"; - sha256 = "0lf4p6k01w4wm7zn4grnihzj8s7zd5qczjmzng7wviwxawih5x9b"; - authors = [ - "Parity Technologies " - ]; - features = { - "default" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "nom" = rec { - crateName = "nom"; - version = "7.1.3"; - edition = "2018"; - sha256 = "0jha9901wxam390jcf5pfa0qqfrgh8li787jx2ip0yk5b8y9hwyj"; - authors = [ - "contact@geoffroycouprie.com" - ]; - dependencies = [ - { - name = "memchr"; - packageId = "memchr"; - usesDefaultFeatures = false; - } - { - name = "minimal-lexical"; - packageId = "minimal-lexical"; - usesDefaultFeatures = false; - } - ]; - features = { - "default" = [ "std" ]; - "std" = [ "alloc" "memchr/std" "minimal-lexical/std" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "std" ]; - }; - "num-traits" = rec { - crateName = "num-traits"; - version = "0.2.18"; - edition = "2018"; - sha256 = "0yjib8p2p9kzmaz48xwhs69w5dh1wipph9jgnillzd2x33jz03fs"; - authors = [ - "The Rust Project Developers" - ]; - buildDependencies = [ - { - name = "autocfg"; - packageId = "autocfg"; - } - ]; - features = { - "default" = [ "std" ]; - "libm" = [ "dep:libm" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "num_enum" = rec { - crateName = "num_enum"; - version = "0.7.2"; - edition = "2021"; - sha256 = "0i88m682kk45fa1yxm02738mf8p770dib5zqk48p8lvjxr29fcq2"; - authors = [ - "Daniel Wagner-Hall " - "Daniel Henry-Mantilla " - "Vincent Esche " - ]; - dependencies = [ - { - name = "num_enum_derive"; - packageId = "num_enum_derive"; - usesDefaultFeatures = false; - } - ]; - features = { - "complex-expressions" = [ "num_enum_derive/complex-expressions" ]; - "default" = [ "std" ]; - "std" = [ "num_enum_derive/std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "num_enum_derive" = rec { - crateName = "num_enum_derive"; - version = "0.7.2"; - edition = "2021"; - sha256 = "0awqpdw8bbzwrq0mgim99axzxar6dl9ram8qdj83c2k06ylk0438"; - procMacro = true; - authors = [ - "Daniel Wagner-Hall " - "Daniel Henry-Mantilla " - "Vincent Esche " - ]; - dependencies = [ - { - name = "proc-macro-crate"; - packageId = "proc-macro-crate 3.1.0"; - optional = true; - } - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - features = [ "parsing" ]; - } - ]; - devDependencies = [ - { - name = "syn"; - packageId = "syn 2.0.48"; - features = [ "extra-traits" "parsing" ]; - } - ]; - features = { - "complex-expressions" = [ "syn/full" ]; - "default" = [ "std" ]; - "proc-macro-crate" = [ "dep:proc-macro-crate" ]; - "std" = [ "proc-macro-crate" ]; - }; - resolvedDefaultFeatures = [ "proc-macro-crate" "std" ]; - }; - "objc" = rec { - crateName = "objc"; - version = "0.2.7"; - edition = "2015"; - sha256 = "1cbpf6kz8a244nn1qzl3xyhmp05gsg4n313c9m3567625d3innwi"; - authors = [ - "Steven Sheldon" - ]; - dependencies = [ - { - name = "malloc_buf"; - packageId = "malloc_buf"; - } - { - name = "objc_exception"; - packageId = "objc_exception"; - optional = true; - } - ]; - features = { - "exception" = [ "objc_exception" ]; - "objc_exception" = [ "dep:objc_exception" ]; - }; - resolvedDefaultFeatures = [ "objc_exception" ]; - }; - "objc-foundation" = rec { - crateName = "objc-foundation"; - version = "0.1.1"; - edition = "2015"; - sha256 = "1y9bwb3m5fdq7w7i4bnds067dhm4qxv4m1mbg9y61j9nkrjipp8s"; - authors = [ - "Steven Sheldon" - ]; - dependencies = [ - { - name = "block"; - packageId = "block"; - } - { - name = "objc"; - packageId = "objc"; - } - { - name = "objc_id"; - packageId = "objc_id"; - } - ]; - - }; - "objc-sys 0.2.0-beta.2" = rec { - crateName = "objc-sys"; - version = "0.2.0-beta.2"; - edition = "2021"; - links = "objc_0_2"; - sha256 = "1msm1bwv69k12ikxm71mi1ifrbx2bzsmk2w2bah98mp9q4s9hfyz"; - authors = [ - "Mads Marquart " - ]; - features = { - "cc" = [ "dep:cc" ]; - "default" = [ "std" "apple" ]; - "gnustep-1-8" = [ "gnustep-1-7" ]; - "gnustep-1-9" = [ "gnustep-1-8" ]; - "gnustep-2-0" = [ "gnustep-1-9" ]; - "gnustep-2-1" = [ "gnustep-2-0" ]; - "std" = [ "alloc" ]; - "unstable-exception" = [ "cc" ]; - "unstable-winobjc" = [ "gnustep-1-8" ]; - }; - resolvedDefaultFeatures = [ "alloc" "apple" "std" ]; - }; - "objc-sys 0.3.2" = rec { - crateName = "objc-sys"; - version = "0.3.2"; - edition = "2021"; - links = "objc_0_3"; - sha256 = "0nbl4p4dmajhm0ji1z09jrlrxhqs4jfkvj1zjschh38qwhj17iy7"; - authors = [ - "Mads Marquart " - ]; - features = { - "cc" = [ "dep:cc" ]; - "default" = [ "std" "apple" ]; - "gnustep-1-8" = [ "gnustep-1-7" ]; - "gnustep-1-9" = [ "gnustep-1-8" ]; - "gnustep-2-0" = [ "gnustep-1-9" ]; - "gnustep-2-1" = [ "gnustep-2-0" ]; - "std" = [ "alloc" ]; - "unstable-exception" = [ "cc" ]; - "unstable-winobjc" = [ "gnustep-1-8" ]; - }; - resolvedDefaultFeatures = [ "alloc" "apple" "std" ]; - }; - "objc2 0.3.0-beta.3.patch-leaks.3" = rec { - crateName = "objc2"; - version = "0.3.0-beta.3.patch-leaks.3"; - edition = "2021"; - sha256 = "0s54wfgw20ypg4ibzldwkqvv6b2kkqbmwcl0pq5j5c9ckw7n80by"; - authors = [ - "Steven Sheldon" - "Mads Marquart " - ]; - dependencies = [ - { - name = "block2"; - packageId = "block2 0.2.0-alpha.6"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "objc-sys"; - packageId = "objc-sys 0.2.0-beta.2"; - usesDefaultFeatures = false; - } - { - name = "objc2-encode"; - packageId = "objc2-encode 2.0.0-pre.2"; - usesDefaultFeatures = false; - } - ]; - features = { - "alloc" = [ "objc2-encode/alloc" "objc-sys/alloc" "block2?/alloc" ]; - "apple" = [ "objc-sys/apple" "objc2-encode/apple" "block2?/apple" ]; - "block" = [ "block2" ]; - "block2" = [ "dep:block2" ]; - "catch-all" = [ "exception" ]; - "default" = [ "std" "apple" "foundation" ]; - "exception" = [ "objc-sys/unstable-exception" ]; - "gnustep-1-7" = [ "objc-sys/gnustep-1-7" "objc2-encode/gnustep-1-7" "block2?/gnustep-1-7" ]; - "gnustep-1-8" = [ "gnustep-1-7" "objc-sys/gnustep-1-8" "objc2-encode/gnustep-1-8" "block2?/gnustep-1-8" ]; - "gnustep-1-9" = [ "gnustep-1-8" "objc-sys/gnustep-1-9" "objc2-encode/gnustep-1-9" "block2?/gnustep-1-9" ]; - "gnustep-2-0" = [ "gnustep-1-9" "objc-sys/gnustep-2-0" "objc2-encode/gnustep-2-0" "block2?/gnustep-2-0" ]; - "gnustep-2-1" = [ "gnustep-2-0" "objc-sys/gnustep-2-1" "objc2-encode/gnustep-2-1" "block2?/gnustep-2-1" ]; - "malloc" = [ "malloc_buf" ]; - "malloc_buf" = [ "dep:malloc_buf" ]; - "objc2-proc-macros" = [ "dep:objc2-proc-macros" ]; - "std" = [ "alloc" "objc2-encode/std" "objc-sys/std" "block2?/std" ]; - "unstable-static-class" = [ "objc2-proc-macros" ]; - "unstable-static-class-inlined" = [ "unstable-static-class" ]; - "unstable-static-sel" = [ "objc2-proc-macros" ]; - "unstable-static-sel-inlined" = [ "unstable-static-sel" ]; - "uuid" = [ "dep:uuid" ]; - "verify_message" = [ "malloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "apple" "default" "foundation" "std" ]; - }; - "objc2 0.4.1" = rec { - crateName = "objc2"; - version = "0.4.1"; - edition = "2021"; - sha256 = "13gr3zqv8gzlylff5d4za91f50asb7vsrkpv8kiva3nkzm05m72m"; - authors = [ - "Steven Sheldon" - "Mads Marquart " - ]; - dependencies = [ - { - name = "objc-sys"; - packageId = "objc-sys 0.3.2"; - usesDefaultFeatures = false; - } - { - name = "objc2-encode"; - packageId = "objc2-encode 3.0.0"; - usesDefaultFeatures = false; - } - ]; - features = { - "alloc" = [ "objc2-encode/alloc" "objc-sys/alloc" ]; - "apple" = [ "objc-sys/apple" ]; - "catch-all" = [ "exception" ]; - "default" = [ "std" "apple" ]; - "exception" = [ "objc-sys/unstable-exception" ]; - "gnustep-1-7" = [ "objc-sys/gnustep-1-7" ]; - "gnustep-1-8" = [ "gnustep-1-7" "objc-sys/gnustep-1-8" ]; - "gnustep-1-9" = [ "gnustep-1-8" "objc-sys/gnustep-1-9" ]; - "gnustep-2-0" = [ "gnustep-1-9" "objc-sys/gnustep-2-0" ]; - "gnustep-2-1" = [ "gnustep-2-0" "objc-sys/gnustep-2-1" ]; - "malloc" = [ "malloc_buf" ]; - "malloc_buf" = [ "dep:malloc_buf" ]; - "objc2-proc-macros" = [ "dep:objc2-proc-macros" ]; - "std" = [ "alloc" "objc2-encode/std" "objc-sys/std" ]; - "unstable-apple-new" = [ "apple" ]; - "unstable-compiler-rt" = [ "apple" ]; - "unstable-static-class" = [ "objc2-proc-macros" ]; - "unstable-static-class-inlined" = [ "unstable-static-class" ]; - "unstable-static-sel" = [ "objc2-proc-macros" ]; - "unstable-static-sel-inlined" = [ "unstable-static-sel" ]; - "verify" = [ "malloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "apple" "default" "relax-void-encoding" "std" ]; - }; - "objc2-encode 2.0.0-pre.2" = rec { - crateName = "objc2-encode"; - version = "2.0.0-pre.2"; - edition = "2021"; - sha256 = "04h5wns3hxmc9g652hr9xqzrijs4ij9sdnlgc0ha202v050srz5b"; - authors = [ - "Steven Sheldon" - "Mads Marquart " - ]; - dependencies = [ - { - name = "objc-sys"; - packageId = "objc-sys 0.2.0-beta.2"; - usesDefaultFeatures = false; - } - ]; - features = { - "alloc" = [ "objc-sys/alloc" ]; - "apple" = [ "objc-sys/apple" ]; - "default" = [ "std" "apple" ]; - "gnustep-1-7" = [ "objc-sys/gnustep-1-7" ]; - "gnustep-1-8" = [ "gnustep-1-7" "objc-sys/gnustep-1-8" ]; - "gnustep-1-9" = [ "gnustep-1-8" "objc-sys/gnustep-1-9" ]; - "gnustep-2-0" = [ "gnustep-1-9" "objc-sys/gnustep-2-0" ]; - "gnustep-2-1" = [ "gnustep-2-0" "objc-sys/gnustep-2-1" ]; - "std" = [ "alloc" "objc-sys/std" ]; - }; - resolvedDefaultFeatures = [ "alloc" "apple" "std" ]; - }; - "objc2-encode 3.0.0" = rec { - crateName = "objc2-encode"; - version = "3.0.0"; - edition = "2021"; - sha256 = "0rknhkcnyj4qv1pzqp5j8l80726phz8fcxpsbpz9nhmg6xdq8yfh"; - authors = [ - "Steven Sheldon" - "Mads Marquart " - ]; - features = { - "default" = [ "std" ]; - "std" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "std" ]; - }; - "objc_exception" = rec { - crateName = "objc_exception"; - version = "0.1.2"; - edition = "2015"; - sha256 = "191cmdmlypp6piw67y4m8y5swlxf5w0ss8n1lk5xd2l1ans0z5xd"; - authors = [ - "Steven Sheldon" - ]; - buildDependencies = [ - { - name = "cc"; - packageId = "cc"; - } - ]; - - }; - "objc_id" = rec { - crateName = "objc_id"; - version = "0.1.1"; - edition = "2015"; - sha256 = "0fq71hnp2sdblaighjc82yrac3adfmqzhpr11irhvdfp9gdlsbf9"; - authors = [ - "Steven Sheldon" - ]; - dependencies = [ - { - name = "objc"; - packageId = "objc"; - } - ]; - - }; - "once_cell" = rec { - crateName = "once_cell"; - version = "1.19.0"; - edition = "2021"; - sha256 = "14kvw7px5z96dk4dwdm1r9cqhhy2cyj1l5n5b29mynbb8yr15nrz"; - authors = [ - "Aleksey Kladov " - ]; - features = { - "alloc" = [ "race" ]; - "atomic-polyfill" = [ "critical-section" ]; - "critical-section" = [ "dep:critical-section" "portable-atomic" ]; - "default" = [ "std" ]; - "parking_lot" = [ "dep:parking_lot_core" ]; - "portable-atomic" = [ "dep:portable-atomic" ]; - "std" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "race" "std" ]; - }; - "orbclient" = rec { - crateName = "orbclient"; - version = "0.3.47"; - edition = "2018"; - sha256 = "0rk144mqpv27r390bjn6dfcp2314xxfila6g3njx6x4pvr5xbw2j"; - authors = [ - "Jeremy Soller " - ]; - dependencies = [ - { - name = "libredox"; - packageId = "libredox 0.0.2"; - target = { target, features }: ("redox" == target."os" or null); - } - ]; - features = { - "bundled" = [ "sdl" "sdl2/bundled" "sdl2/static-link" "sdl2-sys/bundled" "sdl2-sys/static-link" ]; - "default" = [ "std" "sdl" "unifont" ]; - "libc" = [ "dep:libc" ]; - "raw-window-handle" = [ "dep:raw-window-handle" ]; - "sdl" = [ "sdl2" "sdl2-sys" "libc" ]; - "sdl2" = [ "dep:sdl2" ]; - "sdl2-sys" = [ "dep:sdl2-sys" ]; - }; - }; - "ordered-stream" = rec { - crateName = "ordered-stream"; - version = "0.2.0"; - edition = "2018"; - sha256 = "0l0xxp697q7wiix1gnfn66xsss7fdhfivl2k7bvpjs4i3lgb18ls"; - authors = [ - "Daniel De Graaf " - "Zeeshan Ali Khan " - ]; - dependencies = [ - { - name = "futures-core"; - packageId = "futures-core"; - } - { - name = "pin-project-lite"; - packageId = "pin-project-lite"; - } - ]; - - }; - "owned_ttf_parser" = rec { - crateName = "owned_ttf_parser"; - version = "0.20.0"; - edition = "2021"; - sha256 = "1rr38229kigjp4mzwpgz5qhjpd9jrfx88k57jwbwfj66wkgnwn6l"; - authors = [ - "Alex Butler " - ]; - dependencies = [ - { - name = "ttf-parser"; - packageId = "ttf-parser"; - usesDefaultFeatures = false; - } - ]; - features = { - "apple-layout" = [ "ttf-parser/apple-layout" ]; - "default" = [ "std" "opentype-layout" "apple-layout" "variable-fonts" "glyph-names" ]; - "glyph-names" = [ "ttf-parser/glyph-names" ]; - "gvar-alloc" = [ "std" "ttf-parser/gvar-alloc" ]; - "opentype-layout" = [ "ttf-parser/opentype-layout" ]; - "std" = [ "ttf-parser/std" ]; - "variable-fonts" = [ "ttf-parser/variable-fonts" ]; - }; - resolvedDefaultFeatures = [ "apple-layout" "default" "glyph-names" "opentype-layout" "std" "variable-fonts" ]; - }; - "parking" = rec { - crateName = "parking"; - version = "2.2.0"; - edition = "2018"; - sha256 = "1blwbkq6im1hfxp5wlbr475mw98rsyc0bbr2d5n16m38z253p0dv"; - authors = [ - "Stjepan Glavina " - "The Rust Project Developers" - ]; - features = { - "loom" = [ "dep:loom" ]; - }; - }; - "parking_lot" = rec { - crateName = "parking_lot"; - version = "0.12.1"; - edition = "2018"; - sha256 = "13r2xk7mnxfc5g0g6dkdxqdqad99j7s7z8zhzz4npw5r0g0v4hip"; - authors = [ - "Amanieu d'Antras " - ]; - dependencies = [ - { - name = "lock_api"; - packageId = "lock_api"; - } - { - name = "parking_lot_core"; - packageId = "parking_lot_core"; - } - ]; - features = { - "arc_lock" = [ "lock_api/arc_lock" ]; - "deadlock_detection" = [ "parking_lot_core/deadlock_detection" ]; - "nightly" = [ "parking_lot_core/nightly" "lock_api/nightly" ]; - "owning_ref" = [ "lock_api/owning_ref" ]; - "serde" = [ "lock_api/serde" ]; - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "parking_lot_core" = rec { - crateName = "parking_lot_core"; - version = "0.9.9"; - edition = "2018"; - sha256 = "13h0imw1aq86wj28gxkblhkzx6z1gk8q18n0v76qmmj6cliajhjc"; - authors = [ - "Amanieu d'Antras " - ]; - dependencies = [ - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (target."unix" or false); - } - { - name = "redox_syscall"; - packageId = "redox_syscall 0.4.1"; - target = { target, features }: ("redox" == target."os" or null); - } - { - name = "smallvec"; - packageId = "smallvec"; - } - { - name = "windows-targets"; - packageId = "windows-targets 0.48.5"; - target = { target, features }: (target."windows" or false); - } - ]; - features = { - "backtrace" = [ "dep:backtrace" ]; - "deadlock_detection" = [ "petgraph" "thread-id" "backtrace" ]; - "petgraph" = [ "dep:petgraph" ]; - "thread-id" = [ "dep:thread-id" ]; - }; - }; - "paste" = rec { - crateName = "paste"; - version = "1.0.14"; - edition = "2018"; - sha256 = "0k7d54zz8zrz0623l3xhvws61z5q2wd3hkwim6gylk8212placfy"; - procMacro = true; - authors = [ - "David Tolnay " - ]; - - }; - "percent-encoding" = rec { - crateName = "percent-encoding"; - version = "2.3.1"; - edition = "2018"; - sha256 = "0gi8wgx0dcy8rnv1kywdv98lwcx67hz0a0zwpib5v2i08r88y573"; - authors = [ - "The rust-url developers" - ]; - features = { - "default" = [ "std" ]; - "std" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "std" ]; - }; - "pin-project-lite" = rec { - crateName = "pin-project-lite"; - version = "0.2.13"; - edition = "2018"; - sha256 = "0n0bwr5qxlf0mhn2xkl36sy55118s9qmvx2yl5f3ixkb007lbywa"; - - }; - "pin-utils" = rec { - crateName = "pin-utils"; - version = "0.1.0"; - edition = "2018"; - sha256 = "117ir7vslsl2z1a7qzhws4pd01cg2d3338c47swjyvqv2n60v1wb"; - authors = [ - "Josef Brandl " - ]; - - }; - "piper" = rec { - crateName = "piper"; - version = "0.2.1"; - edition = "2018"; - sha256 = "1m45fkdq7q5l9mv3b0ra10qwm0kb67rjp2q8y91958gbqjqk33b6"; - authors = [ - "Stjepan Glavina " - "John Nunley " - ]; - dependencies = [ - { - name = "atomic-waker"; - packageId = "atomic-waker"; - } - { - name = "fastrand"; - packageId = "fastrand 2.0.1"; - usesDefaultFeatures = false; - } - { - name = "futures-io"; - packageId = "futures-io"; - optional = true; - } - ]; - features = { - "default" = [ "std" ]; - "futures-io" = [ "dep:futures-io" ]; - "portable-atomic" = [ "atomic-waker/portable-atomic" "portable_atomic_crate" "portable-atomic-util" ]; - "portable-atomic-util" = [ "dep:portable-atomic-util" ]; - "portable_atomic_crate" = [ "dep:portable_atomic_crate" ]; - "std" = [ "fastrand/std" "futures-io" ]; - }; - resolvedDefaultFeatures = [ "default" "futures-io" "std" ]; - }; - "pipewire" = rec { - crateName = "pipewire"; - version = "0.8.0"; - edition = "2021"; - workspace_member = null; - src = pkgs.fetchgit { - url = "https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git"; - rev = "605d15996f3258b3e1cc34e445dfbdf16a366c7e"; - sha256 = "1x7294f8i5sq18dv13scjgs8k4c843q38imxcdcwrf4gvcpb1jaz"; - }; - authors = [ - "Tom Wagner " - ]; - dependencies = [ - { - name = "anyhow"; - packageId = "anyhow"; - } - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "libc"; - packageId = "libc"; - } - { - name = "libspa"; - packageId = "libspa"; - rename = "spa"; - } - { - name = "libspa-sys"; - packageId = "libspa-sys"; - rename = "spa_sys"; - } - { - name = "nix"; - packageId = "nix 0.27.1"; - features = [ "signal" "fs" ]; - } - { - name = "once_cell"; - packageId = "once_cell"; - } - { - name = "pipewire-sys"; - packageId = "pipewire-sys"; - rename = "pw_sys"; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - ]; - devDependencies = [ - { - name = "once_cell"; - packageId = "once_cell"; - } - ]; - features = { - "v0_3_33" = [ "spa/v0_3_33" "v0_3_32" ]; - "v0_3_34" = [ "v0_3_33" ]; - "v0_3_39" = [ "v0_3_34" ]; - "v0_3_40" = [ "v0_3_39" ]; - "v0_3_41" = [ "v0_3_40" ]; - "v0_3_43" = [ "v0_3_41" ]; - "v0_3_44" = [ "v0_3_43" ]; - "v0_3_45" = [ "v0_3_44" ]; - "v0_3_49" = [ "v0_3_45" ]; - "v0_3_53" = [ "v0_3_49" ]; - "v0_3_57" = [ "v0_3_53" ]; - "v0_3_64" = [ "v0_3_57" ]; - "v0_3_65" = [ "spa/v0_3_65" "v0_3_64" ]; - "v0_3_77" = [ "v0_3_65" ]; - }; - resolvedDefaultFeatures = [ "v0_3_32" "v0_3_33" "v0_3_34" "v0_3_39" "v0_3_40" "v0_3_41" "v0_3_43" "v0_3_44" "v0_3_45" "v0_3_49" "v0_3_53" "v0_3_57" "v0_3_64" "v0_3_65" "v0_3_77" ]; - }; - "pipewire-sys" = rec { - crateName = "pipewire-sys"; - version = "0.8.0"; - edition = "2021"; - links = "pipewire-0.3"; - workspace_member = null; - src = pkgs.fetchgit { - url = "https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git"; - rev = "605d15996f3258b3e1cc34e445dfbdf16a366c7e"; - sha256 = "1x7294f8i5sq18dv13scjgs8k4c843q38imxcdcwrf4gvcpb1jaz"; - }; - authors = [ - "Tom Wagner " - ]; - dependencies = [ - { - name = "libspa-sys"; - packageId = "libspa-sys"; - rename = "spa_sys"; - } - ]; - buildDependencies = [ - { - name = "bindgen"; - packageId = "bindgen"; - usesDefaultFeatures = false; - features = [ "runtime" ]; - } - { - name = "system-deps"; - packageId = "system-deps"; - } - ]; - - }; - "pkg-config" = rec { - crateName = "pkg-config"; - version = "0.3.29"; - edition = "2015"; - sha256 = "1jy6158v1316khkpmq2sjj1vgbnbnw51wffx7p0k0l9h9vlys019"; - authors = [ - "Alex Crichton " - ]; - - }; - "png" = rec { - crateName = "png"; - version = "0.17.11"; - edition = "2018"; - sha256 = "0nnss6y2la7bq2lj1y8z2bxkigk6c2l9bzx2irdnd5bmc4z3qv0z"; - authors = [ - "The image-rs Developers" - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 1.3.2"; - } - { - name = "crc32fast"; - packageId = "crc32fast"; - } - { - name = "fdeflate"; - packageId = "fdeflate"; - } - { - name = "flate2"; - packageId = "flate2"; - } - { - name = "miniz_oxide"; - packageId = "miniz_oxide"; - features = [ "simd" ]; - } - ]; - features = { - }; - }; - "polling 2.8.0" = rec { - crateName = "polling"; - version = "2.8.0"; - edition = "2018"; - sha256 = "1kixxfq1af1k7gkmmk9yv4j2krpp4fji2r8j4cz6p6d7ihz34bab"; - authors = [ - "Stjepan Glavina " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 1.3.2"; - target = { target, features }: (target."windows" or false); - } - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "concurrent-queue"; - packageId = "concurrent-queue"; - target = { target, features }: (target."windows" or false); - } - { - name = "libc"; - packageId = "libc"; - target = { target, features }: ((target."unix" or false) || ("fuchsia" == target."os" or null) || ("vxworks" == target."os" or null)); - } - { - name = "log"; - packageId = "log"; - } - { - name = "pin-project-lite"; - packageId = "pin-project-lite"; - target = { target, features }: (target."windows" or false); - } - { - name = "windows-sys"; - packageId = "windows-sys 0.48.0"; - target = { target, features }: (target."windows" or false); - features = [ "Win32_Foundation" "Win32_Networking_WinSock" "Win32_Storage_FileSystem" "Win32_System_IO" "Win32_System_LibraryLoader" "Win32_System_Threading" "Win32_System_WindowsProgramming" ]; - } - ]; - buildDependencies = [ - { - name = "autocfg"; - packageId = "autocfg"; - } - ]; - features = { - "default" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "polling 3.4.0" = rec { - crateName = "polling"; - version = "3.4.0"; - edition = "2021"; - sha256 = "052am20b5r03nwhpnjw86rv3dwsdabvb07anv3fqxfbs65r4w19h"; - authors = [ - "Stjepan Glavina " - "John Nunley " - ]; - dependencies = [ - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "concurrent-queue"; - packageId = "concurrent-queue"; - target = { target, features }: (target."windows" or false); - } - { - name = "pin-project-lite"; - packageId = "pin-project-lite"; - target = { target, features }: (target."windows" or false); - } - { - name = "rustix"; - packageId = "rustix 0.38.31"; - usesDefaultFeatures = false; - target = { target, features }: ((target."unix" or false) || ("fuchsia" == target."os" or null) || ("vxworks" == target."os" or null)); - features = [ "event" "fs" "pipe" "process" "std" "time" ]; - } - { - name = "tracing"; - packageId = "tracing"; - usesDefaultFeatures = false; - } - { - name = "windows-sys"; - packageId = "windows-sys 0.52.0"; - target = { target, features }: (target."windows" or false); - features = [ "Wdk_Foundation" "Wdk_Storage_FileSystem" "Win32_Foundation" "Win32_Networking_WinSock" "Win32_Security" "Win32_Storage_FileSystem" "Win32_System_IO" "Win32_System_LibraryLoader" "Win32_System_Threading" "Win32_System_WindowsProgramming" ]; - } - ]; - - }; - "pollster" = rec { - crateName = "pollster"; - version = "0.3.0"; - edition = "2018"; - sha256 = "1wn73ljx1pcb4p69jyiz206idj7nkfqknfvdhp64yaphhm3nys12"; - authors = [ - "Joshua Barretto " - ]; - features = { - "macro" = [ "pollster-macro" ]; - "pollster-macro" = [ "dep:pollster-macro" ]; - }; - }; - "ppv-lite86" = rec { - crateName = "ppv-lite86"; - version = "0.2.17"; - edition = "2018"; - sha256 = "1pp6g52aw970adv3x2310n7glqnji96z0a9wiamzw89ibf0ayh2v"; - authors = [ - "The CryptoCorrosion Contributors" - ]; - features = { - "default" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "simd" "std" ]; - }; - "presser" = rec { - crateName = "presser"; - version = "0.3.1"; - edition = "2021"; - sha256 = "1ykvqx861sjmhkdh540aafqba7i7li7gqgwrcczy6v56i9m8xkz8"; - authors = [ - "Embark " - "Gray Olson " - ]; - dependencies = [ - { - name = "once_cell"; - packageId = "once_cell"; - } - { - name = "toml_edit"; - packageId = "toml_edit 0.19.15"; - } - ]; - - }; - "proc-macro-crate 3.1.0" = rec { - crateName = "proc-macro-crate"; - version = "3.1.0"; - edition = "2021"; - sha256 = "110jcl9vnj92ihbhjqmkp19m8rzxc14a7i60knlmv99qlwfcadvd"; - authors = [ - "Bastian Köcher " - ]; - dependencies = [ - { - name = "toml_edit"; - packageId = "toml_edit 0.21.1"; - } - ]; - - }; - "proc-macro-error" = rec { - crateName = "proc-macro-error"; - version = "1.0.4"; - edition = "2018"; - sha256 = "1373bhxaf0pagd8zkyd03kkx6bchzf6g0dkwrwzsnal9z47lj9fs"; - authors = [ - "CreepySkeleton " - ]; - dependencies = [ - { - name = "proc-macro-error-attr"; - packageId = "proc-macro-error-attr"; - } - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 1.0.109"; - optional = true; - usesDefaultFeatures = false; - } - ]; - buildDependencies = [ - { - name = "version_check"; - packageId = "version_check"; - } - ]; - features = { - "default" = [ "syn-error" ]; - "syn" = [ "dep:syn" ]; - "syn-error" = [ "syn" ]; - }; - resolvedDefaultFeatures = [ "default" "syn" "syn-error" ]; - }; - "proc-macro-error-attr" = rec { - crateName = "proc-macro-error-attr"; - version = "1.0.4"; - edition = "2018"; - sha256 = "0sgq6m5jfmasmwwy8x4mjygx5l7kp8s4j60bv25ckv2j1qc41gm1"; - procMacro = true; - authors = [ - "CreepySkeleton " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - ]; - buildDependencies = [ - { - name = "version_check"; - packageId = "version_check"; - } - ]; - - }; - "proc-macro2" = rec { - crateName = "proc-macro2"; - version = "1.0.78"; - edition = "2021"; - sha256 = "1bjak27pqdn4f4ih1c9nr3manzyavsgqmf76ygw9k76q8pb2lhp2"; - authors = [ - "David Tolnay " - "Alex Crichton " - ]; - dependencies = [ - { - name = "unicode-ident"; - packageId = "unicode-ident"; - } - ]; - features = { - "default" = [ "proc-macro" ]; - }; - resolvedDefaultFeatures = [ "default" "proc-macro" ]; - }; - "profiling" = rec { - crateName = "profiling"; - version = "1.0.14"; - edition = "2018"; - sha256 = "0hnybn11sysqq0f38s8wy664a51fqdmp8za9szyy8d2wb11py3qg"; - authors = [ - "Philip Degarmo " - ]; - features = { - "default" = [ "procmacros" ]; - "optick" = [ "dep:optick" ]; - "procmacros" = [ "profiling-procmacros" ]; - "profile-with-optick" = [ "optick" "profiling-procmacros?/profile-with-optick" ]; - "profile-with-puffin" = [ "puffin" "profiling-procmacros?/profile-with-puffin" ]; - "profile-with-superluminal" = [ "superluminal-perf" "profiling-procmacros?/profile-with-superluminal" ]; - "profile-with-tracing" = [ "tracing" "profiling-procmacros?/profile-with-tracing" ]; - "profile-with-tracy" = [ "tracy-client" "profiling-procmacros?/profile-with-tracy" ]; - "profiling-procmacros" = [ "dep:profiling-procmacros" ]; - "puffin" = [ "dep:puffin" ]; - "superluminal-perf" = [ "dep:superluminal-perf" ]; - "tracing" = [ "dep:tracing" ]; - "tracy-client" = [ "dep:tracy-client" ]; - }; - }; - "quick-xml" = rec { - crateName = "quick-xml"; - version = "0.31.0"; - edition = "2021"; - sha256 = "0cravqanylzh5cq2v6hzlfqgxcid5nrp2snnb3pf4m0and2a610h"; - dependencies = [ - { - name = "memchr"; - packageId = "memchr"; - } - ]; - features = { - "arbitrary" = [ "dep:arbitrary" ]; - "async-tokio" = [ "tokio" ]; - "document-features" = [ "dep:document-features" ]; - "encoding" = [ "encoding_rs" ]; - "encoding_rs" = [ "dep:encoding_rs" ]; - "serde" = [ "dep:serde" ]; - "serde-types" = [ "serde/derive" ]; - "serialize" = [ "serde" ]; - "tokio" = [ "dep:tokio" ]; - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "quote" = rec { - crateName = "quote"; - version = "1.0.35"; - edition = "2018"; - sha256 = "1vv8r2ncaz4pqdr78x7f138ka595sp2ncr1sa2plm4zxbsmwj7i9"; - authors = [ - "David Tolnay " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - usesDefaultFeatures = false; - } - ]; - features = { - "default" = [ "proc-macro" ]; - "proc-macro" = [ "proc-macro2/proc-macro" ]; - }; - resolvedDefaultFeatures = [ "default" "proc-macro" ]; - }; - "rand" = rec { - crateName = "rand"; - version = "0.8.5"; - edition = "2018"; - sha256 = "013l6931nn7gkc23jz5mm3qdhf93jjf0fg64nz2lp4i51qd8vbrl"; - authors = [ - "The Rand Project Developers" - "The Rust Project Developers" - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: (target."unix" or false); - } - { - name = "rand_chacha"; - packageId = "rand_chacha"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "rand_core"; - packageId = "rand_core"; - } - ]; - features = { - "alloc" = [ "rand_core/alloc" ]; - "default" = [ "std" "std_rng" ]; - "getrandom" = [ "rand_core/getrandom" ]; - "libc" = [ "dep:libc" ]; - "log" = [ "dep:log" ]; - "packed_simd" = [ "dep:packed_simd" ]; - "rand_chacha" = [ "dep:rand_chacha" ]; - "serde" = [ "dep:serde" ]; - "serde1" = [ "serde" "rand_core/serde1" ]; - "simd_support" = [ "packed_simd" ]; - "std" = [ "rand_core/std" "rand_chacha/std" "alloc" "getrandom" "libc" ]; - "std_rng" = [ "rand_chacha" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "getrandom" "libc" "rand_chacha" "std" "std_rng" ]; - }; - "rand_chacha" = rec { - crateName = "rand_chacha"; - version = "0.3.1"; - edition = "2018"; - sha256 = "123x2adin558xbhvqb8w4f6syjsdkmqff8cxwhmjacpsl1ihmhg6"; - authors = [ - "The Rand Project Developers" - "The Rust Project Developers" - "The CryptoCorrosion Contributors" - ]; - dependencies = [ - { - name = "ppv-lite86"; - packageId = "ppv-lite86"; - usesDefaultFeatures = false; - features = [ "simd" ]; - } - { - name = "rand_core"; - packageId = "rand_core"; - } - ]; - features = { - "default" = [ "std" ]; - "serde" = [ "dep:serde" ]; - "serde1" = [ "serde" ]; - "std" = [ "ppv-lite86/std" ]; - }; - resolvedDefaultFeatures = [ "std" ]; - }; - "rand_core" = rec { - crateName = "rand_core"; - version = "0.6.4"; - edition = "2018"; - sha256 = "0b4j2v4cb5krak1pv6kakv4sz6xcwbrmy2zckc32hsigbrwy82zc"; - authors = [ - "The Rand Project Developers" - "The Rust Project Developers" - ]; - dependencies = [ - { - name = "getrandom"; - packageId = "getrandom"; - optional = true; - } - ]; - features = { - "getrandom" = [ "dep:getrandom" ]; - "serde" = [ "dep:serde" ]; - "serde1" = [ "serde" ]; - "std" = [ "alloc" "getrandom" "getrandom/std" ]; - }; - resolvedDefaultFeatures = [ "alloc" "getrandom" "std" ]; - }; - "raw-window-handle 0.5.2" = rec { - crateName = "raw-window-handle"; - version = "0.5.2"; - edition = "2021"; - sha256 = "1f9k10fgda464ia1b2hni8f0sa8i0bphdsbs3di032x80qgrmzzj"; - authors = [ - "Osspial " - ]; - features = { - "std" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "std" ]; - }; - "raw-window-handle 0.6.0" = rec { - crateName = "raw-window-handle"; - version = "0.6.0"; - edition = "2021"; - sha256 = "0i5mxxfcgqmvmzg4f0lcz68g4xfd9jybhrdkxd2v37qv1q587aa2"; - authors = [ - "Osspial " - ]; - features = { - "std" = [ "alloc" ]; - "wasm-bindgen" = [ "dep:wasm-bindgen" ]; - "wasm-bindgen-0-2" = [ "wasm-bindgen" "std" ]; - }; - resolvedDefaultFeatures = [ "alloc" "std" ]; - }; - "rayon" = rec { - crateName = "rayon"; - version = "1.9.0"; - edition = "2021"; - sha256 = "1gdk945j52vq3zx5vb4yzc3yyz19bf2vs8kh47pg7r46pk8kx5p4"; - authors = [ - "Niko Matsakis " - "Josh Stone " - ]; - dependencies = [ - { - name = "either"; - packageId = "either"; - usesDefaultFeatures = false; - } - { - name = "rayon-core"; - packageId = "rayon-core"; - } - ]; - features = { - "web_spin_lock" = [ "dep:wasm_sync" "rayon-core/web_spin_lock" ]; - }; - }; - "rayon-core" = rec { - crateName = "rayon-core"; - version = "1.12.1"; - edition = "2021"; - links = "rayon-core"; - sha256 = "1qpwim68ai5h0j7axa8ai8z0payaawv3id0lrgkqmapx7lx8fr8l"; - authors = [ - "Niko Matsakis " - "Josh Stone " - ]; - dependencies = [ - { - name = "crossbeam-deque"; - packageId = "crossbeam-deque"; - } - { - name = "crossbeam-utils"; - packageId = "crossbeam-utils"; - } - ]; - features = { - "web_spin_lock" = [ "dep:wasm_sync" ]; - }; - }; - "redox_syscall 0.3.5" = rec { - crateName = "redox_syscall"; - version = "0.3.5"; - edition = "2018"; - sha256 = "0acgiy2lc1m2vr8cr33l5s7k9wzby8dybyab1a9p753hcbr68xjn"; - libName = "syscall"; - authors = [ - "Jeremy Soller " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 1.3.2"; - } - ]; - features = { - "core" = [ "dep:core" ]; - "rustc-dep-of-std" = [ "core" "bitflags/rustc-dep-of-std" ]; - }; - }; - "redox_syscall 0.4.1" = rec { - crateName = "redox_syscall"; - version = "0.4.1"; - edition = "2018"; - sha256 = "1aiifyz5dnybfvkk4cdab9p2kmphag1yad6iknc7aszlxxldf8j7"; - libName = "syscall"; - authors = [ - "Jeremy Soller " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 1.3.2"; - } - ]; - features = { - "core" = [ "dep:core" ]; - "rustc-dep-of-std" = [ "core" "bitflags/rustc-dep-of-std" ]; - }; - }; - "redox_users" = rec { - crateName = "redox_users"; - version = "0.4.4"; - edition = "2021"; - sha256 = "1d1c7dhbb62sh8jrq9dhvqcyxqsh3wg8qknsi94iwq3r0wh7k151"; - authors = [ - "Jose Narvaez " - "Wesley Hershberger " - ]; - dependencies = [ - { - name = "getrandom"; - packageId = "getrandom"; - features = [ "std" ]; - } - { - name = "libredox"; - packageId = "libredox 0.0.1"; - usesDefaultFeatures = false; - features = [ "call" ]; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - ]; - features = { - "auth" = [ "rust-argon2" "zeroize" ]; - "default" = [ "auth" ]; - "rust-argon2" = [ "dep:rust-argon2" ]; - "zeroize" = [ "dep:zeroize" ]; - }; - }; - "regex" = rec { - crateName = "regex"; - version = "1.10.3"; - edition = "2021"; - sha256 = "05cvihqy0wgnh9i8a9y2n803n5azg2h0b7nlqy6rsvxhy00vwbdn"; - authors = [ - "The Rust Project Developers" - "Andrew Gallant " - ]; - dependencies = [ - { - name = "aho-corasick"; - packageId = "aho-corasick"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "memchr"; - packageId = "memchr"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "regex-automata"; - packageId = "regex-automata"; - usesDefaultFeatures = false; - features = [ "alloc" "syntax" "meta" "nfa-pikevm" ]; - } - { - name = "regex-syntax"; - packageId = "regex-syntax"; - usesDefaultFeatures = false; - } - ]; - features = { - "default" = [ "std" "perf" "unicode" "regex-syntax/default" ]; - "logging" = [ "aho-corasick?/logging" "memchr?/logging" "regex-automata/logging" ]; - "perf" = [ "perf-cache" "perf-dfa" "perf-onepass" "perf-backtrack" "perf-inline" "perf-literal" ]; - "perf-backtrack" = [ "regex-automata/nfa-backtrack" ]; - "perf-dfa" = [ "regex-automata/hybrid" ]; - "perf-dfa-full" = [ "regex-automata/dfa-build" "regex-automata/dfa-search" ]; - "perf-inline" = [ "regex-automata/perf-inline" ]; - "perf-literal" = [ "dep:aho-corasick" "dep:memchr" "regex-automata/perf-literal" ]; - "perf-onepass" = [ "regex-automata/dfa-onepass" ]; - "std" = [ "aho-corasick?/std" "memchr?/std" "regex-automata/std" "regex-syntax/std" ]; - "unicode" = [ "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" "regex-automata/unicode" "regex-syntax/unicode" ]; - "unicode-age" = [ "regex-automata/unicode-age" "regex-syntax/unicode-age" ]; - "unicode-bool" = [ "regex-automata/unicode-bool" "regex-syntax/unicode-bool" ]; - "unicode-case" = [ "regex-automata/unicode-case" "regex-syntax/unicode-case" ]; - "unicode-gencat" = [ "regex-automata/unicode-gencat" "regex-syntax/unicode-gencat" ]; - "unicode-perl" = [ "regex-automata/unicode-perl" "regex-automata/unicode-word-boundary" "regex-syntax/unicode-perl" ]; - "unicode-script" = [ "regex-automata/unicode-script" "regex-syntax/unicode-script" ]; - "unicode-segment" = [ "regex-automata/unicode-segment" "regex-syntax/unicode-segment" ]; - "unstable" = [ "pattern" ]; - "use_std" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "perf" "perf-backtrack" "perf-cache" "perf-dfa" "perf-inline" "perf-literal" "perf-onepass" "std" "unicode" "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" ]; - }; - "regex-automata" = rec { - crateName = "regex-automata"; - version = "0.4.5"; - edition = "2021"; - sha256 = "1karc80mx15z435rm1jg3sqylnc58nxi15gqypcd1inkzzpqgfav"; - authors = [ - "The Rust Project Developers" - "Andrew Gallant " - ]; - dependencies = [ - { - name = "aho-corasick"; - packageId = "aho-corasick"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "memchr"; - packageId = "memchr"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "regex-syntax"; - packageId = "regex-syntax"; - optional = true; - usesDefaultFeatures = false; - } - ]; - features = { - "default" = [ "std" "syntax" "perf" "unicode" "meta" "nfa" "dfa" "hybrid" ]; - "dfa" = [ "dfa-build" "dfa-search" "dfa-onepass" ]; - "dfa-build" = [ "nfa-thompson" "dfa-search" ]; - "dfa-onepass" = [ "nfa-thompson" ]; - "hybrid" = [ "alloc" "nfa-thompson" ]; - "internal-instrument" = [ "internal-instrument-pikevm" ]; - "internal-instrument-pikevm" = [ "logging" "std" ]; - "logging" = [ "dep:log" "aho-corasick?/logging" "memchr?/logging" ]; - "meta" = [ "syntax" "nfa-pikevm" ]; - "nfa" = [ "nfa-thompson" "nfa-pikevm" "nfa-backtrack" ]; - "nfa-backtrack" = [ "nfa-thompson" ]; - "nfa-pikevm" = [ "nfa-thompson" ]; - "nfa-thompson" = [ "alloc" ]; - "perf" = [ "perf-inline" "perf-literal" ]; - "perf-literal" = [ "perf-literal-substring" "perf-literal-multisubstring" ]; - "perf-literal-multisubstring" = [ "std" "dep:aho-corasick" ]; - "perf-literal-substring" = [ "aho-corasick?/perf-literal" "dep:memchr" ]; - "std" = [ "regex-syntax?/std" "memchr?/std" "aho-corasick?/std" "alloc" ]; - "syntax" = [ "dep:regex-syntax" "alloc" ]; - "unicode" = [ "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" "unicode-word-boundary" "regex-syntax?/unicode" ]; - "unicode-age" = [ "regex-syntax?/unicode-age" ]; - "unicode-bool" = [ "regex-syntax?/unicode-bool" ]; - "unicode-case" = [ "regex-syntax?/unicode-case" ]; - "unicode-gencat" = [ "regex-syntax?/unicode-gencat" ]; - "unicode-perl" = [ "regex-syntax?/unicode-perl" ]; - "unicode-script" = [ "regex-syntax?/unicode-script" ]; - "unicode-segment" = [ "regex-syntax?/unicode-segment" ]; - }; - resolvedDefaultFeatures = [ "alloc" "dfa-onepass" "hybrid" "meta" "nfa-backtrack" "nfa-pikevm" "nfa-thompson" "perf-inline" "perf-literal" "perf-literal-multisubstring" "perf-literal-substring" "std" "syntax" "unicode" "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" "unicode-word-boundary" ]; - }; - "regex-syntax" = rec { - crateName = "regex-syntax"; - version = "0.8.2"; - edition = "2021"; - sha256 = "17rd2s8xbiyf6lb4aj2nfi44zqlj98g2ays8zzj2vfs743k79360"; - authors = [ - "The Rust Project Developers" - "Andrew Gallant " - ]; - features = { - "arbitrary" = [ "dep:arbitrary" ]; - "default" = [ "std" "unicode" ]; - "unicode" = [ "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" ]; - }; - resolvedDefaultFeatures = [ "default" "std" "unicode" "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" ]; - }; - "renderdoc-sys" = rec { - crateName = "renderdoc-sys"; - version = "1.0.0"; - edition = "2015"; - sha256 = "12v23c9z5xnpjgb0zdzwbj7kaj2cip0p6s58vls2569b72mq0q11"; - authors = [ - "Eyal Kalderon " - ]; - - }; - "ron" = rec { - crateName = "ron"; - version = "0.8.1"; - edition = "2021"; - sha256 = "154w53s895yxdfg7rn87c6f6x4yncc535x1x31zpcj7p0pzpw7xr"; - authors = [ - "Christopher Durham " - "Dzmitry Malyshau " - "Thomas Schaller " - "Juniper Tyree " - ]; - dependencies = [ - { - name = "base64"; - packageId = "base64"; - } - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - features = [ "serde" ]; - } - { - name = "serde"; - packageId = "serde"; - } - { - name = "serde_derive"; - packageId = "serde_derive"; - } - ]; - devDependencies = [ - { - name = "serde"; - packageId = "serde"; - features = [ "derive" ]; - } - ]; - features = { - "indexmap" = [ "dep:indexmap" ]; - }; - resolvedDefaultFeatures = [ "default" "integer128" ]; - }; - "rustc-hash" = rec { - crateName = "rustc-hash"; - version = "1.1.0"; - edition = "2015"; - sha256 = "1qkc5khrmv5pqi5l5ca9p5nl5hs742cagrndhbrlk3dhlrx3zm08"; - authors = [ - "The Rust Project Developers" - ]; - features = { - "default" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "rustix 0.37.27" = rec { - crateName = "rustix"; - version = "0.37.27"; - edition = "2018"; - sha256 = "1lidfswa8wbg358yrrkhfvsw0hzlvl540g4lwqszw09sg8vcma7y"; - authors = [ - "Dan Gohman " - "Jakub Konka " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 1.3.2"; - } - { - name = "errno"; - packageId = "errno"; - rename = "libc_errno"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: ((!(target."rustix_use_libc" or false)) && (!(target."miri" or false)) && ("linux" == target."os" or null) && (("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || (("little" == target."endian" or null) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("powerpc64" == target."arch" or null) || ("riscv64" == target."arch" or null) || ("mips" == target."arch" or null) || ("mips64" == target."arch" or null))))); - } - { - name = "errno"; - packageId = "errno"; - rename = "libc_errno"; - usesDefaultFeatures = false; - target = { target, features }: ((!(target."windows" or false)) && ((target."rustix_use_libc" or false) || (target."miri" or false) || (!(("linux" == target."os" or null) && (("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || (("little" == target."endian" or null) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("powerpc64" == target."arch" or null) || ("riscv64" == target."arch" or null) || ("mips" == target."arch" or null) || ("mips64" == target."arch" or null)))))))); - } - { - name = "errno"; - packageId = "errno"; - rename = "libc_errno"; - usesDefaultFeatures = false; - target = { target, features }: (target."windows" or false); - } - { - name = "io-lifetimes"; - packageId = "io-lifetimes"; - optional = true; - usesDefaultFeatures = false; - features = [ "close" ]; - } - { - name = "libc"; - packageId = "libc"; - optional = true; - target = { target, features }: ((!(target."rustix_use_libc" or false)) && (!(target."miri" or false)) && ("linux" == target."os" or null) && (("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || (("little" == target."endian" or null) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("powerpc64" == target."arch" or null) || ("riscv64" == target."arch" or null) || ("mips" == target."arch" or null) || ("mips64" == target."arch" or null))))); - features = [ "extra_traits" ]; - } - { - name = "libc"; - packageId = "libc"; - target = { target, features }: ((!(target."windows" or false)) && ((target."rustix_use_libc" or false) || (target."miri" or false) || (!(("linux" == target."os" or null) && (("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || (("little" == target."endian" or null) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("powerpc64" == target."arch" or null) || ("riscv64" == target."arch" or null) || ("mips" == target."arch" or null) || ("mips64" == target."arch" or null)))))))); - features = [ "extra_traits" ]; - } - { - name = "linux-raw-sys"; - packageId = "linux-raw-sys 0.3.8"; - usesDefaultFeatures = false; - target = { target, features }: ((("android" == target."os" or null) || ("linux" == target."os" or null)) && ((target."rustix_use_libc" or false) || (target."miri" or false) || (!(("linux" == target."os" or null) && (("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || (("little" == target."endian" or null) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("powerpc64" == target."arch" or null) || ("riscv64" == target."arch" or null) || ("mips" == target."arch" or null) || ("mips64" == target."arch" or null)))))))); - features = [ "general" "ioctl" "no_std" ]; - } - { - name = "linux-raw-sys"; - packageId = "linux-raw-sys 0.3.8"; - usesDefaultFeatures = false; - target = { target, features }: ((!(target."rustix_use_libc" or false)) && (!(target."miri" or false)) && ("linux" == target."os" or null) && (("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || (("little" == target."endian" or null) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("powerpc64" == target."arch" or null) || ("riscv64" == target."arch" or null) || ("mips" == target."arch" or null) || ("mips64" == target."arch" or null))))); - features = [ "general" "errno" "ioctl" "no_std" ]; - } - { - name = "windows-sys"; - packageId = "windows-sys 0.48.0"; - target = { target, features }: (target."windows" or false); - features = [ "Win32_Foundation" "Win32_Networking_WinSock" "Win32_NetworkManagement_IpHelper" "Win32_System_Threading" ]; - } - ]; - devDependencies = [ - { - name = "errno"; - packageId = "errno"; - rename = "libc_errno"; - usesDefaultFeatures = false; - } - { - name = "io-lifetimes"; - packageId = "io-lifetimes"; - usesDefaultFeatures = false; - features = [ "close" ]; - } - { - name = "libc"; - packageId = "libc"; - } - ]; - features = { - "all-apis" = [ "fs" "io_uring" "mm" "net" "param" "process" "procfs" "pty" "rand" "runtime" "termios" "thread" "time" ]; - "all-impls" = [ "os_pipe" "fs-err" ]; - "alloc" = [ "dep:alloc" ]; - "cc" = [ "dep:cc" ]; - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "default" = [ "std" "use-libc-auxv" ]; - "fs-err" = [ "io-lifetimes/fs-err" ]; - "io-lifetimes" = [ "dep:io-lifetimes" ]; - "io_uring" = [ "fs" "net" ]; - "itoa" = [ "dep:itoa" ]; - "libc" = [ "dep:libc" ]; - "libc_errno" = [ "dep:libc_errno" ]; - "linux_latest" = [ "linux_4_11" ]; - "once_cell" = [ "dep:once_cell" ]; - "os_pipe" = [ "io-lifetimes/os_pipe" ]; - "param" = [ "fs" ]; - "procfs" = [ "once_cell" "itoa" "fs" ]; - "pty" = [ "itoa" "fs" ]; - "rustc-dep-of-std" = [ "core" "alloc" "compiler_builtins" "linux-raw-sys/rustc-dep-of-std" "bitflags/rustc-dep-of-std" ]; - "std" = [ "io-lifetimes" ]; - "use-libc" = [ "libc_errno" "libc" ]; - "use-libc-auxv" = [ "libc" ]; - }; - resolvedDefaultFeatures = [ "fs" "io-lifetimes" "std" ]; - }; - "rustix 0.38.31" = rec { - crateName = "rustix"; - version = "0.38.31"; - edition = "2021"; - sha256 = "0jg9yj3i6qnzk1y82hng7rb1bwhslfbh57507dxcs9mgcakf38vf"; - authors = [ - "Dan Gohman " - "Jakub Konka " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - usesDefaultFeatures = false; - } - { - name = "errno"; - packageId = "errno"; - rename = "libc_errno"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: ((!(target."rustix_use_libc" or false)) && (!(target."miri" or false)) && ("linux" == target."os" or null) && ("little" == target."endian" or null) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("riscv64" == target."arch" or null) || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch" or null)) || ("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null)))); - } - { - name = "errno"; - packageId = "errno"; - rename = "libc_errno"; - usesDefaultFeatures = false; - target = { target, features }: ((!(target."windows" or false)) && ((target."rustix_use_libc" or false) || (target."miri" or false) || (!(("linux" == target."os" or null) && ("little" == target."endian" or null) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("riscv64" == target."arch" or null) || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch" or null)) || ("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null))))))); - } - { - name = "errno"; - packageId = "errno"; - rename = "libc_errno"; - usesDefaultFeatures = false; - target = { target, features }: (target."windows" or false); - } - { - name = "libc"; - packageId = "libc"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: ((!(target."rustix_use_libc" or false)) && (!(target."miri" or false)) && ("linux" == target."os" or null) && ("little" == target."endian" or null) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("riscv64" == target."arch" or null) || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch" or null)) || ("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null)))); - features = [ "extra_traits" ]; - } - { - name = "libc"; - packageId = "libc"; - usesDefaultFeatures = false; - target = { target, features }: ((!(target."windows" or false)) && ((target."rustix_use_libc" or false) || (target."miri" or false) || (!(("linux" == target."os" or null) && ("little" == target."endian" or null) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("riscv64" == target."arch" or null) || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch" or null)) || ("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null))))))); - features = [ "extra_traits" ]; - } - { - name = "linux-raw-sys"; - packageId = "linux-raw-sys 0.4.13"; - usesDefaultFeatures = false; - target = { target, features }: ((("android" == target."os" or null) || ("linux" == target."os" or null)) && ((target."rustix_use_libc" or false) || (target."miri" or false) || (!(("linux" == target."os" or null) && ("little" == target."endian" or null) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("riscv64" == target."arch" or null) || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch" or null)) || ("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null))))))); - features = [ "general" "ioctl" "no_std" ]; - } - { - name = "linux-raw-sys"; - packageId = "linux-raw-sys 0.4.13"; - usesDefaultFeatures = false; - target = { target, features }: ((!(target."rustix_use_libc" or false)) && (!(target."miri" or false)) && ("linux" == target."os" or null) && ("little" == target."endian" or null) && (("arm" == target."arch" or null) || (("aarch64" == target."arch" or null) && ("64" == target."pointer_width" or null)) || ("riscv64" == target."arch" or null) || ((target."rustix_use_experimental_asm" or false) && ("powerpc64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips32r6" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64" == target."arch" or null)) || ((target."rustix_use_experimental_asm" or false) && ("mips64r6" == target."arch" or null)) || ("x86" == target."arch" or null) || (("x86_64" == target."arch" or null) && ("64" == target."pointer_width" or null)))); - features = [ "general" "errno" "ioctl" "no_std" "elf" ]; - } - { - name = "windows-sys"; - packageId = "windows-sys 0.52.0"; - target = { target, features }: (target."windows" or false); - features = [ "Win32_Foundation" "Win32_Networking_WinSock" "Win32_NetworkManagement_IpHelper" "Win32_System_Threading" ]; - } - ]; - devDependencies = [ - { - name = "errno"; - packageId = "errno"; - rename = "libc_errno"; - usesDefaultFeatures = false; - } - { - name = "libc"; - packageId = "libc"; - } - ]; - features = { - "all-apis" = [ "event" "fs" "io_uring" "mm" "mount" "net" "param" "pipe" "process" "procfs" "pty" "rand" "runtime" "shm" "stdio" "system" "termios" "thread" "time" ]; - "default" = [ "std" "use-libc-auxv" ]; - "io_uring" = [ "event" "fs" "net" "linux-raw-sys/io_uring" ]; - "itoa" = [ "dep:itoa" ]; - "libc" = [ "dep:libc" ]; - "libc_errno" = [ "dep:libc_errno" ]; - "linux_latest" = [ "linux_4_11" ]; - "net" = [ "linux-raw-sys/net" "linux-raw-sys/netlink" "linux-raw-sys/if_ether" "linux-raw-sys/xdp" ]; - "once_cell" = [ "dep:once_cell" ]; - "param" = [ "fs" ]; - "process" = [ "linux-raw-sys/prctl" ]; - "procfs" = [ "once_cell" "itoa" "fs" ]; - "pty" = [ "itoa" "fs" ]; - "runtime" = [ "linux-raw-sys/prctl" ]; - "rustc-dep-of-std" = [ "dep:core" "dep:alloc" "dep:compiler_builtins" "linux-raw-sys/rustc-dep-of-std" "bitflags/rustc-dep-of-std" "compiler_builtins?/rustc-dep-of-std" ]; - "shm" = [ "fs" ]; - "std" = [ "bitflags/std" "alloc" "libc?/std" "libc_errno?/std" ]; - "system" = [ "linux-raw-sys/system" ]; - "thread" = [ "linux-raw-sys/prctl" ]; - "use-libc" = [ "libc_errno" "libc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "event" "fs" "net" "pipe" "process" "shm" "std" "system" "thread" "time" "use-libc-auxv" ]; - }; - "same-file" = rec { - crateName = "same-file"; - version = "1.0.6"; - edition = "2018"; - sha256 = "00h5j1w87dmhnvbv9l8bic3y7xxsnjmssvifw2ayvgx9mb1ivz4k"; - authors = [ - "Andrew Gallant " - ]; - dependencies = [ - { - name = "winapi-util"; - packageId = "winapi-util"; - target = { target, features }: (target."windows" or false); - } - ]; - - }; - "scoped-tls" = rec { - crateName = "scoped-tls"; - version = "1.0.1"; - edition = "2015"; - sha256 = "15524h04mafihcvfpgxd8f4bgc3k95aclz8grjkg9a0rxcvn9kz1"; - authors = [ - "Alex Crichton " - ]; - - }; - "scopeguard" = rec { - crateName = "scopeguard"; - version = "1.2.0"; - edition = "2015"; - sha256 = "0jcz9sd47zlsgcnm1hdw0664krxwb5gczlif4qngj2aif8vky54l"; - authors = [ - "bluss" - ]; - features = { - "default" = [ "use_std" ]; - }; - }; - "sctk-adwaita" = rec { - crateName = "sctk-adwaita"; - version = "0.8.1"; - edition = "2021"; - sha256 = "0l35njnl25axhkg2r5jg1iqdyhp788qfgcl8p4hsar5jlprymcl2"; - authors = [ - "Poly " - ]; - dependencies = [ - { - name = "ab_glyph"; - packageId = "ab_glyph"; - optional = true; - } - { - name = "log"; - packageId = "log"; - } - { - name = "memmap2"; - packageId = "memmap2"; - optional = true; - } - { - name = "smithay-client-toolkit"; - packageId = "smithay-client-toolkit"; - usesDefaultFeatures = false; - } - { - name = "tiny-skia"; - packageId = "tiny-skia"; - usesDefaultFeatures = false; - features = [ "std" "simd" ]; - } - ]; - features = { - "ab_glyph" = [ "dep:ab_glyph" "memmap2" ]; - "crossfont" = [ "dep:crossfont" ]; - "default" = [ "ab_glyph" ]; - "memmap2" = [ "dep:memmap2" ]; - }; - resolvedDefaultFeatures = [ "ab_glyph" "memmap2" ]; - }; - "serde" = rec { - crateName = "serde"; - version = "1.0.196"; - edition = "2018"; - sha256 = "0civrvhbwwk442xhlkfdkkdn478by486qxmackq6k3501zk2c047"; - authors = [ - "Erick Tryzelaar " - "David Tolnay " - ]; - dependencies = [ - { - name = "serde_derive"; - packageId = "serde_derive"; - optional = true; - } - { - name = "serde_derive"; - packageId = "serde_derive"; - target = { target, features }: false; - } - ]; - devDependencies = [ - { - name = "serde_derive"; - packageId = "serde_derive"; - } - ]; - features = { - "default" = [ "std" ]; - "derive" = [ "serde_derive" ]; - "serde_derive" = [ "dep:serde_derive" ]; - }; - resolvedDefaultFeatures = [ "default" "derive" "rc" "serde_derive" "std" ]; - }; - "serde_derive" = rec { - crateName = "serde_derive"; - version = "1.0.196"; - edition = "2015"; - sha256 = "0rybziqrfaxkaxrybkhrps7zv3ibxnjdk0fwais16zayr5h57j1k"; - procMacro = true; - authors = [ - "Erick Tryzelaar " - "David Tolnay " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - usesDefaultFeatures = false; - features = [ "proc-macro" ]; - } - { - name = "quote"; - packageId = "quote"; - usesDefaultFeatures = false; - features = [ "proc-macro" ]; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - usesDefaultFeatures = false; - features = [ "clone-impls" "derive" "parsing" "printing" "proc-macro" ]; - } - ]; - features = { - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "serde_repr" = rec { - crateName = "serde_repr"; - version = "0.1.18"; - edition = "2021"; - sha256 = "1nyzz7ph9nwmjrx6f7s37m9y7y5gc10f4vjxnqkgfgcxbsa6nbhb"; - procMacro = true; - authors = [ - "David Tolnay " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - } - ]; - - }; - "serde_spanned" = rec { - crateName = "serde_spanned"; - version = "0.6.5"; - edition = "2021"; - sha256 = "1hgh6s3jjwyzhfk3xwb6pnnr1misq9nflwq0f026jafi37s24dpb"; - dependencies = [ - { - name = "serde"; - packageId = "serde"; - optional = true; - } - ]; - devDependencies = [ - { - name = "serde"; - packageId = "serde"; - } - ]; - features = { - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "serde" ]; - }; - "sha1" = rec { - crateName = "sha1"; - version = "0.10.6"; - edition = "2018"; - sha256 = "1fnnxlfg08xhkmwf2ahv634as30l1i3xhlhkvxflmasi5nd85gz3"; - authors = [ - "RustCrypto Developers" - ]; - dependencies = [ - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "cpufeatures"; - packageId = "cpufeatures"; - target = { target, features }: (("aarch64" == target."arch" or null) || ("x86" == target."arch" or null) || ("x86_64" == target."arch" or null)); - } - { - name = "digest"; - packageId = "digest"; - } - ]; - devDependencies = [ - { - name = "digest"; - packageId = "digest"; - features = [ "dev" ]; - } - ]; - features = { - "asm" = [ "sha1-asm" ]; - "default" = [ "std" ]; - "oid" = [ "digest/oid" ]; - "sha1-asm" = [ "dep:sha1-asm" ]; - "std" = [ "digest/std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "shlex" = rec { - crateName = "shlex"; - version = "1.3.0"; - edition = "2015"; - sha256 = "0r1y6bv26c1scpxvhg2cabimrmwgbp4p3wy6syj9n0c4s3q2znhg"; - authors = [ - "comex " - "Fenhl " - "Adrian Taylor " - "Alex Touchet " - "Daniel Parks " - "Garrett Berg " - ]; - features = { - "default" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "signal-hook-registry" = rec { - crateName = "signal-hook-registry"; - version = "1.4.1"; - edition = "2015"; - sha256 = "18crkkw5k82bvcx088xlf5g4n3772m24qhzgfan80nda7d3rn8nq"; - authors = [ - "Michal 'vorner' Vaner " - "Masaki Hara " - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - } - ]; - - }; - "simd-adler32" = rec { - crateName = "simd-adler32"; - version = "0.3.7"; - edition = "2018"; - sha256 = "1zkq40c3iajcnr5936gjp9jjh1lpzhy44p3dq3fiw75iwr1w2vfn"; - authors = [ - "Marvin Countryman " - ]; - features = { - "default" = [ "std" "const-generics" ]; - }; - resolvedDefaultFeatures = [ "const-generics" "default" "std" ]; - }; - "slab" = rec { - crateName = "slab"; - version = "0.4.9"; - edition = "2018"; - sha256 = "0rxvsgir0qw5lkycrqgb1cxsvxzjv9bmx73bk5y42svnzfba94lg"; - authors = [ - "Carl Lerche " - ]; - buildDependencies = [ - { - name = "autocfg"; - packageId = "autocfg"; - } - ]; - features = { - "default" = [ "std" ]; - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "slotmap" = rec { - crateName = "slotmap"; - version = "1.0.7"; - edition = "2018"; - sha256 = "0amqb2fn9lcy1ri0risblkcp88dl0rnfmynw7lx0nqwza77lmzyv"; - authors = [ - "Orson Peters " - ]; - buildDependencies = [ - { - name = "version_check"; - packageId = "version_check"; - } - ]; - features = { - "default" = [ "std" ]; - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "smallvec" = rec { - crateName = "smallvec"; - version = "1.13.1"; - edition = "2018"; - sha256 = "1mzk9j117pn3k1gabys0b7nz8cdjsx5xc6q7fwnm8r0an62d7v76"; - authors = [ - "The Servo Project Developers" - ]; - features = { - "arbitrary" = [ "dep:arbitrary" ]; - "const_new" = [ "const_generics" ]; - "drain_keep_rest" = [ "drain_filter" ]; - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "const_generics" "const_new" "union" ]; - }; - "smithay-client-toolkit" = rec { - crateName = "smithay-client-toolkit"; - version = "0.18.1"; - edition = "2021"; - sha256 = "0fpm2yfpsif7022w4xalxgn53y8w5dc8zkipcpbj1n1vmgpd6bwj"; - authors = [ - "Elinor Berger " - "i509VCB " - "Ashley Wulber " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "calloop"; - packageId = "calloop"; - optional = true; - } - { - name = "calloop-wayland-source"; - packageId = "calloop-wayland-source"; - optional = true; - } - { - name = "cursor-icon"; - packageId = "cursor-icon"; - } - { - name = "libc"; - packageId = "libc"; - } - { - name = "log"; - packageId = "log"; - } - { - name = "memmap2"; - packageId = "memmap2"; - } - { - name = "rustix"; - packageId = "rustix 0.38.31"; - features = [ "fs" "pipe" "shm" ]; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - { - name = "wayland-backend"; - packageId = "wayland-backend"; - } - { - name = "wayland-client"; - packageId = "wayland-client"; - } - { - name = "wayland-csd-frame"; - packageId = "wayland-csd-frame"; - } - { - name = "wayland-cursor"; - packageId = "wayland-cursor"; - } - { - name = "wayland-protocols"; - packageId = "wayland-protocols"; - features = [ "client" "staging" "unstable" ]; - } - { - name = "wayland-protocols-wlr"; - packageId = "wayland-protocols-wlr"; - features = [ "client" ]; - } - { - name = "wayland-scanner"; - packageId = "wayland-scanner"; - } - { - name = "xkeysym"; - packageId = "xkeysym"; - } - ]; - features = { - "bytemuck" = [ "dep:bytemuck" ]; - "calloop" = [ "dep:calloop" "calloop-wayland-source" ]; - "calloop-wayland-source" = [ "dep:calloop-wayland-source" ]; - "default" = [ "calloop" "xkbcommon" ]; - "pkg-config" = [ "dep:pkg-config" ]; - "xkbcommon" = [ "dep:xkbcommon" "bytemuck" "pkg-config" "xkeysym/bytemuck" ]; - }; - resolvedDefaultFeatures = [ "calloop" "calloop-wayland-source" ]; - }; - "smithay-clipboard" = rec { - crateName = "smithay-clipboard"; - version = "0.7.0"; - edition = "2021"; - sha256 = "19m1rqw4fsp9x92cji9qz169004djjh376b68ylcp9g51hl2pdhb"; - authors = [ - "Kirill Chibisov " - "Victor Berger " - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - } - { - name = "smithay-client-toolkit"; - packageId = "smithay-client-toolkit"; - rename = "sctk"; - usesDefaultFeatures = false; - features = [ "calloop" ]; - } - { - name = "wayland-backend"; - packageId = "wayland-backend"; - usesDefaultFeatures = false; - features = [ "client_system" ]; - } - ]; - devDependencies = [ - { - name = "smithay-client-toolkit"; - packageId = "smithay-client-toolkit"; - rename = "sctk"; - usesDefaultFeatures = false; - features = [ "calloop" "xkbcommon" ]; - } - ]; - features = { - "default" = [ "dlopen" ]; - "dlopen" = [ "wayland-backend/dlopen" ]; - }; - resolvedDefaultFeatures = [ "default" "dlopen" ]; - }; - "smol_str" = rec { - crateName = "smol_str"; - version = "0.2.1"; - edition = "2018"; - sha256 = "0jca0hyrwnv428q5gxhn2s8jsvrrkyrb0fyla9x37056mmimb176"; - authors = [ - "Aleksey Kladov " - ]; - dependencies = [ - { - name = "serde"; - packageId = "serde"; - optional = true; - usesDefaultFeatures = false; - } - ]; - devDependencies = [ - { - name = "serde"; - packageId = "serde"; - features = [ "derive" ]; - } - ]; - features = { - "arbitrary" = [ "dep:arbitrary" ]; - "default" = [ "std" ]; - "serde" = [ "dep:serde" ]; - "std" = [ "serde?/std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "socket2" = rec { - crateName = "socket2"; - version = "0.4.10"; - edition = "2018"; - sha256 = "03ack54dxhgfifzsj14k7qa3r5c9wqy3v6mqhlim99cc03y1cycz"; - authors = [ - "Alex Crichton " - "Thomas de Zeeuw " - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (target."unix" or false); - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "handleapi" "ws2ipdef" "ws2tcpip" ]; - } - ]; - features = { - }; - resolvedDefaultFeatures = [ "all" ]; - }; - "spirv" = rec { - crateName = "spirv"; - version = "0.3.0+sdk-1.3.268.0"; - edition = "2018"; - sha256 = "0i3qj7yvvprai1s03dvll2gkfy8398nl64wvllkhaaa4vh1i197d"; - libPath = "lib.rs"; - authors = [ - "Lei Zhang " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - ]; - features = { - "deserialize" = [ "serde" "bitflags/serde" ]; - "serde" = [ "dep:serde" ]; - "serialize" = [ "serde" "bitflags/serde" ]; - }; - }; - "static_assertions" = rec { - crateName = "static_assertions"; - version = "1.1.0"; - edition = "2015"; - sha256 = "0gsl6xmw10gvn3zs1rv99laj5ig7ylffnh71f9l34js4nr4r7sx2"; - authors = [ - "Nikolai Vazquez" - ]; - features = { - }; - }; - "str-buf" = rec { - crateName = "str-buf"; - version = "1.0.6"; - edition = "2018"; - sha256 = "1l7q4nha7wpsr0970bfqm773vhmpwr9l6rr8r4gwgrh46wvdh24y"; - authors = [ - "Douman " - ]; - features = { - "serde" = [ "dep:serde" ]; - }; - }; - "strict-num" = rec { - crateName = "strict-num"; - version = "0.1.1"; - edition = "2018"; - sha256 = "0cb7l1vhb8zj90mzm8avlk815k40sql9515s865rqdrdfavvldv6"; - authors = [ - "Yevhenii Reizner " - ]; - features = { - "approx-eq" = [ "float-cmp" ]; - "default" = [ "approx-eq" ]; - "float-cmp" = [ "dep:float-cmp" ]; - }; - }; - "syn 1.0.109" = rec { - crateName = "syn"; - version = "1.0.109"; - edition = "2018"; - sha256 = "0ds2if4600bd59wsv7jjgfkayfzy3hnazs394kz6zdkmna8l3dkj"; - authors = [ - "David Tolnay " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - usesDefaultFeatures = false; - } - { - name = "quote"; - packageId = "quote"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "unicode-ident"; - packageId = "unicode-ident"; - } - ]; - features = { - "default" = [ "derive" "parsing" "printing" "clone-impls" "proc-macro" ]; - "printing" = [ "quote" ]; - "proc-macro" = [ "proc-macro2/proc-macro" "quote/proc-macro" ]; - "quote" = [ "dep:quote" ]; - "test" = [ "syn-test-suite/all-features" ]; - }; - resolvedDefaultFeatures = [ "clone-impls" "default" "derive" "extra-traits" "fold" "full" "parsing" "printing" "proc-macro" "quote" "visit" ]; - }; - "syn 2.0.48" = rec { - crateName = "syn"; - version = "2.0.48"; - edition = "2021"; - sha256 = "0gqgfygmrxmp8q32lia9p294kdd501ybn6kn2h4gqza0irik2d8g"; - authors = [ - "David Tolnay " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - usesDefaultFeatures = false; - } - { - name = "quote"; - packageId = "quote"; - optional = true; - usesDefaultFeatures = false; - } - { - name = "unicode-ident"; - packageId = "unicode-ident"; - } - ]; - features = { - "default" = [ "derive" "parsing" "printing" "clone-impls" "proc-macro" ]; - "printing" = [ "quote" ]; - "proc-macro" = [ "proc-macro2/proc-macro" "quote/proc-macro" ]; - "quote" = [ "dep:quote" ]; - "test" = [ "syn-test-suite/all-features" ]; - }; - resolvedDefaultFeatures = [ "clone-impls" "default" "derive" "extra-traits" "full" "parsing" "printing" "proc-macro" "quote" "visit" "visit-mut" ]; - }; - "system-deps" = rec { - crateName = "system-deps"; - version = "6.2.0"; - edition = "2018"; - sha256 = "0c836abhh3k8yn5ymg8wx383ay7n731gkrbbp3gma352yq7mhb9a"; - authors = [ - "Guillaume Desmottes " - "Josh Triplett " - ]; - dependencies = [ - { - name = "cfg-expr"; - packageId = "cfg-expr"; - features = [ "targets" ]; - } - { - name = "heck"; - packageId = "heck"; - } - { - name = "pkg-config"; - packageId = "pkg-config"; - } - { - name = "toml"; - packageId = "toml"; - usesDefaultFeatures = false; - features = [ "parse" ]; - } - { - name = "version-compare"; - packageId = "version-compare"; - } - ]; - - }; - "target-lexicon" = rec { - crateName = "target-lexicon"; - version = "0.12.13"; - edition = "2018"; - sha256 = "1bmgpdq766zn61f16py0x9139fv314d054xkrkj9iw3q5vd8nxb9"; - authors = [ - "Dan Gohman " - ]; - features = { - "serde" = [ "dep:serde" ]; - "serde_support" = [ "serde" "std" ]; - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "tempfile" = rec { - crateName = "tempfile"; - version = "3.10.0"; - edition = "2018"; - sha256 = "0rwycrln0gkapm931zy2zq3l3l2w9d7jhzyqjppn4iz4336yhrd3"; - authors = [ - "Steven Allen " - "The Rust Project Developers" - "Ashley Mannix " - "Jason White " - ]; - dependencies = [ - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "fastrand"; - packageId = "fastrand 2.0.1"; - } - { - name = "rustix"; - packageId = "rustix 0.38.31"; - target = { target, features }: ((target."unix" or false) || ("wasi" == target."os" or null)); - features = [ "fs" ]; - } - { - name = "windows-sys"; - packageId = "windows-sys 0.52.0"; - target = { target, features }: (target."windows" or false); - features = [ "Win32_Storage_FileSystem" "Win32_Foundation" ]; - } - ]; - features = { - }; - }; - "termcolor" = rec { - crateName = "termcolor"; - version = "1.4.1"; - edition = "2018"; - sha256 = "0mappjh3fj3p2nmrg4y7qv94rchwi9mzmgmfflr8p2awdj7lyy86"; - authors = [ - "Andrew Gallant " - ]; - dependencies = [ - { - name = "winapi-util"; - packageId = "winapi-util"; - target = { target, features }: (target."windows" or false); - } - ]; - - }; - "thiserror" = rec { - crateName = "thiserror"; - version = "1.0.56"; - edition = "2021"; - sha256 = "1b9hnzngjan4d89zjs16i01bcpcnvdwklyh73lj16xk28p37hhym"; - authors = [ - "David Tolnay " - ]; - dependencies = [ - { - name = "thiserror-impl"; - packageId = "thiserror-impl"; - } - ]; - - }; - "thiserror-impl" = rec { - crateName = "thiserror-impl"; - version = "1.0.56"; - edition = "2021"; - sha256 = "0w9ldp8fa574ilz4dn7y7scpcq66vdjy59qal8qdpwsh7faal3zs"; - procMacro = true; - authors = [ - "David Tolnay " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - } - ]; - - }; - "tiny-skia" = rec { - crateName = "tiny-skia"; - version = "0.11.4"; - edition = "2018"; - sha256 = "1aq9gd4qh4418g8v08qzakqqggx8hl66qcianl3k5bjdsja37lc3"; - authors = [ - "Yevhenii Reizner " - ]; - dependencies = [ - { - name = "arrayref"; - packageId = "arrayref"; - } - { - name = "arrayvec"; - packageId = "arrayvec"; - usesDefaultFeatures = false; - } - { - name = "bytemuck"; - packageId = "bytemuck"; - features = [ "aarch64_simd" ]; - } - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "log"; - packageId = "log"; - } - { - name = "tiny-skia-path"; - packageId = "tiny-skia-path"; - usesDefaultFeatures = false; - } - ]; - features = { - "default" = [ "std" "simd" "png-format" ]; - "no-std-float" = [ "tiny-skia-path/no-std-float" ]; - "png" = [ "dep:png" ]; - "png-format" = [ "std" "png" ]; - "std" = [ "tiny-skia-path/std" ]; - }; - resolvedDefaultFeatures = [ "simd" "std" ]; - }; - "tiny-skia-path" = rec { - crateName = "tiny-skia-path"; - version = "0.11.4"; - edition = "2018"; - sha256 = "14ywbdfakvacl6rxxmzbnycplaxpc6i2linh2yqk0sp8qb07z7lw"; - authors = [ - "Yevhenii Reizner " - ]; - dependencies = [ - { - name = "arrayref"; - packageId = "arrayref"; - } - { - name = "bytemuck"; - packageId = "bytemuck"; - } - { - name = "strict-num"; - packageId = "strict-num"; - usesDefaultFeatures = false; - } - ]; - features = { - "default" = [ "std" ]; - "libm" = [ "dep:libm" ]; - "no-std-float" = [ "libm" ]; - }; - resolvedDefaultFeatures = [ "std" ]; - }; - "tinyvec" = rec { - crateName = "tinyvec"; - version = "1.6.0"; - edition = "2018"; - sha256 = "0l6bl2h62a5m44jdnpn7lmj14rd44via8180i7121fvm73mmrk47"; - authors = [ - "Lokathor " - ]; - dependencies = [ - { - name = "tinyvec_macros"; - packageId = "tinyvec_macros"; - optional = true; - } - ]; - features = { - "alloc" = [ "tinyvec_macros" ]; - "arbitrary" = [ "dep:arbitrary" ]; - "real_blackbox" = [ "criterion/real_blackbox" ]; - "rustc_1_55" = [ "rustc_1_40" ]; - "rustc_1_57" = [ "rustc_1_55" ]; - "serde" = [ "dep:serde" ]; - "std" = [ "alloc" ]; - "tinyvec_macros" = [ "dep:tinyvec_macros" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "tinyvec_macros" ]; - }; - "tinyvec_macros" = rec { - crateName = "tinyvec_macros"; - version = "0.1.1"; - edition = "2018"; - sha256 = "081gag86208sc3y6sdkshgw3vysm5d34p431dzw0bshz66ncng0z"; - authors = [ - "Soveu " - ]; - - }; - "toml" = rec { - crateName = "toml"; - version = "0.8.10"; - edition = "2021"; - sha256 = "14220pic50ibrv34b88p25smi9bhdshaixfwx1v0h0b6615av6ls"; - authors = [ - "Alex Crichton " - ]; - dependencies = [ - { - name = "serde"; - packageId = "serde"; - } - { - name = "serde_spanned"; - packageId = "serde_spanned"; - features = [ "serde" ]; - } - { - name = "toml_datetime"; - packageId = "toml_datetime"; - features = [ "serde" ]; - } - { - name = "toml_edit"; - packageId = "toml_edit 0.22.4"; - optional = true; - usesDefaultFeatures = false; - features = [ "serde" ]; - } - ]; - devDependencies = [ - { - name = "serde"; - packageId = "serde"; - features = [ "derive" ]; - } - ]; - features = { - "default" = [ "parse" "display" ]; - "display" = [ "dep:toml_edit" "toml_edit?/display" ]; - "indexmap" = [ "dep:indexmap" ]; - "parse" = [ "dep:toml_edit" "toml_edit?/parse" ]; - "preserve_order" = [ "indexmap" ]; - }; - resolvedDefaultFeatures = [ "parse" ]; - }; - "toml_datetime" = rec { - crateName = "toml_datetime"; - version = "0.6.5"; - edition = "2021"; - sha256 = "1wds4pm2cn6agd38f0ivm65xnc7c7bmk9m0fllcaq82nd3lz8l1m"; - authors = [ - "Alex Crichton " - ]; - dependencies = [ - { - name = "serde"; - packageId = "serde"; - optional = true; - } - ]; - features = { - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "serde" ]; - }; - "toml_edit 0.19.15" = rec { - crateName = "toml_edit"; - version = "0.19.15"; - edition = "2021"; - sha256 = "08bl7rp5g6jwmfpad9s8jpw8wjrciadpnbaswgywpr9hv9qbfnqv"; - authors = [ - "Andronik Ordian " - "Ed Page " - ]; - dependencies = [ - { - name = "indexmap"; - packageId = "indexmap"; - features = [ "std" ]; - } - { - name = "toml_datetime"; - packageId = "toml_datetime"; - } - { - name = "winnow"; - packageId = "winnow"; - } - ]; - features = { - "perf" = [ "dep:kstring" ]; - "serde" = [ "dep:serde" "toml_datetime/serde" "dep:serde_spanned" ]; - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "toml_edit 0.21.1" = rec { - crateName = "toml_edit"; - version = "0.21.1"; - edition = "2021"; - sha256 = "1qch02syrd9c8krcimfl72gyjz11fmjssh03hrg41dbqgzyk91ba"; - authors = [ - "Andronik Ordian " - "Ed Page " - ]; - dependencies = [ - { - name = "indexmap"; - packageId = "indexmap"; - features = [ "std" ]; - } - { - name = "toml_datetime"; - packageId = "toml_datetime"; - } - { - name = "winnow"; - packageId = "winnow"; - optional = true; - } - ]; - features = { - "default" = [ "parse" "display" ]; - "parse" = [ "dep:winnow" ]; - "perf" = [ "dep:kstring" ]; - "serde" = [ "dep:serde" "toml_datetime/serde" "dep:serde_spanned" ]; - }; - resolvedDefaultFeatures = [ "default" "display" "parse" ]; - }; - "toml_edit 0.22.4" = rec { - crateName = "toml_edit"; - version = "0.22.4"; - edition = "2021"; - sha256 = "0l990sajwdb2pa53j6w2f87yvm8yx9vqxfk6kfzsmnpqjvwgv7qc"; - authors = [ - "Andronik Ordian " - "Ed Page " - ]; - dependencies = [ - { - name = "indexmap"; - packageId = "indexmap"; - features = [ "std" ]; - } - { - name = "serde"; - packageId = "serde"; - optional = true; - } - { - name = "serde_spanned"; - packageId = "serde_spanned"; - optional = true; - features = [ "serde" ]; - } - { - name = "toml_datetime"; - packageId = "toml_datetime"; - } - { - name = "winnow"; - packageId = "winnow"; - optional = true; - } - ]; - features = { - "default" = [ "parse" "display" ]; - "parse" = [ "dep:winnow" ]; - "perf" = [ "dep:kstring" ]; - "serde" = [ "dep:serde" "toml_datetime/serde" "dep:serde_spanned" ]; - }; - resolvedDefaultFeatures = [ "parse" "serde" ]; - }; - "tracing" = rec { - crateName = "tracing"; - version = "0.1.40"; - edition = "2018"; - sha256 = "1vv48dac9zgj9650pg2b4d0j3w6f3x9gbggf43scq5hrlysklln3"; - authors = [ - "Eliza Weisman " - "Tokio Contributors " - ]; - dependencies = [ - { - name = "pin-project-lite"; - packageId = "pin-project-lite"; - } - { - name = "tracing-attributes"; - packageId = "tracing-attributes"; - optional = true; - } - { - name = "tracing-core"; - packageId = "tracing-core"; - usesDefaultFeatures = false; - } - ]; - features = { - "attributes" = [ "tracing-attributes" ]; - "default" = [ "std" "attributes" ]; - "log" = [ "dep:log" ]; - "log-always" = [ "log" ]; - "std" = [ "tracing-core/std" ]; - "tracing-attributes" = [ "dep:tracing-attributes" ]; - "valuable" = [ "tracing-core/valuable" ]; - }; - resolvedDefaultFeatures = [ "attributes" "default" "std" "tracing-attributes" ]; - }; - "tracing-attributes" = rec { - crateName = "tracing-attributes"; - version = "0.1.27"; - edition = "2018"; - sha256 = "1rvb5dn9z6d0xdj14r403z0af0bbaqhg02hq4jc97g5wds6lqw1l"; - procMacro = true; - authors = [ - "Tokio Contributors " - "Eliza Weisman " - "David Barsky " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - usesDefaultFeatures = false; - features = [ "full" "parsing" "printing" "visit-mut" "clone-impls" "extra-traits" "proc-macro" ]; - } - ]; - features = { - }; - }; - "tracing-core" = rec { - crateName = "tracing-core"; - version = "0.1.32"; - edition = "2018"; - sha256 = "0m5aglin3cdwxpvbg6kz0r9r0k31j48n0kcfwsp6l49z26k3svf0"; - authors = [ - "Tokio Contributors " - ]; - dependencies = [ - { - name = "once_cell"; - packageId = "once_cell"; - optional = true; - } - ]; - features = { - "default" = [ "std" "valuable/std" ]; - "once_cell" = [ "dep:once_cell" ]; - "std" = [ "once_cell" ]; - "valuable" = [ "dep:valuable" ]; - }; - resolvedDefaultFeatures = [ "once_cell" "std" ]; - }; - "ttf-parser" = rec { - crateName = "ttf-parser"; - version = "0.20.0"; - edition = "2018"; - sha256 = "1d4n3p9ccjvy4mj72700i0c2q6d49dxjpwflw47q79rpv1v7vxqp"; - authors = [ - "Yevhenii Reizner " - ]; - features = { - "default" = [ "std" "opentype-layout" "apple-layout" "variable-fonts" "glyph-names" ]; - "gvar-alloc" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "apple-layout" "glyph-names" "opentype-layout" "std" "variable-fonts" ]; - }; - "type-map" = rec { - crateName = "type-map"; - version = "0.5.0"; - edition = "2018"; - sha256 = "17qaga12nkankr7hi2mv43f4lnc78hg480kz6j9zmy4g0h28ddny"; - authors = [ - "Jacob Brown " - ]; - dependencies = [ - { - name = "rustc-hash"; - packageId = "rustc-hash"; - } - ]; - - }; - "typenum" = rec { - crateName = "typenum"; - version = "1.17.0"; - edition = "2018"; - sha256 = "09dqxv69m9lj9zvv6xw5vxaqx15ps0vxyy5myg33i0kbqvq0pzs2"; - build = "build/main.rs"; - authors = [ - "Paho Lurie-Gregg " - "Andre Bogus " - ]; - features = { - "scale-info" = [ "dep:scale-info" ]; - "scale_info" = [ "scale-info/derive" ]; - }; - }; - "uds_windows" = rec { - crateName = "uds_windows"; - version = "1.1.0"; - edition = "2015"; - sha256 = "1fb4y65pw0rsp0gyfyinjazlzxz1f6zv7j4zmb20l5pxwv1ypnl9"; - authors = [ - "Azure IoT Edge Devs" - "Harald Hoyer " - ]; - dependencies = [ - { - name = "memoffset"; - packageId = "memoffset 0.9.0"; - } - { - name = "tempfile"; - packageId = "tempfile"; - target = { target, features }: (target."windows" or false); - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "winsock2" "ws2def" "minwinbase" "ntdef" "processthreadsapi" "handleapi" "ws2tcpip" "winbase" ]; - } - ]; - - }; - "unicode-bidi" = rec { - crateName = "unicode-bidi"; - version = "0.3.15"; - edition = "2018"; - sha256 = "0xcdxm7h0ydyprwpcbh436rbs6s6lph7f3gr527lzgv6lw053y88"; - libName = "unicode_bidi"; - authors = [ - "The Servo Project Developers" - ]; - features = { - "default" = [ "std" "hardcoded-data" ]; - "flame" = [ "dep:flame" ]; - "flame_it" = [ "flame" "flamer" ]; - "flamer" = [ "dep:flamer" ]; - "serde" = [ "dep:serde" ]; - "with_serde" = [ "serde" ]; - }; - resolvedDefaultFeatures = [ "hardcoded-data" "std" ]; - }; - "unicode-ident" = rec { - crateName = "unicode-ident"; - version = "1.0.12"; - edition = "2018"; - sha256 = "0jzf1znfpb2gx8nr8mvmyqs1crnv79l57nxnbiszc7xf7ynbjm1k"; - authors = [ - "David Tolnay " - ]; - - }; - "unicode-normalization" = rec { - crateName = "unicode-normalization"; - version = "0.1.22"; - edition = "2018"; - sha256 = "08d95g7b1irc578b2iyhzv4xhsa4pfvwsqxcl9lbcpabzkq16msw"; - authors = [ - "kwantam " - "Manish Goregaokar " - ]; - dependencies = [ - { - name = "tinyvec"; - packageId = "tinyvec"; - features = [ "alloc" ]; - } - ]; - features = { - "default" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "std" ]; - }; - "unicode-segmentation" = rec { - crateName = "unicode-segmentation"; - version = "1.11.0"; - edition = "2018"; - sha256 = "00kjpwp1g8fqm45drmwivlacn3y9jx73bvs09n6s3x73nqi7vj6l"; - authors = [ - "kwantam " - "Manish Goregaokar " - ]; - features = { - }; - }; - "unicode-width" = rec { - crateName = "unicode-width"; - version = "0.1.11"; - edition = "2015"; - sha256 = "11ds4ydhg8g7l06rlmh712q41qsrd0j0h00n1jm74kww3kqk65z5"; - authors = [ - "kwantam " - "Manish Goregaokar " - ]; - features = { - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "rustc-dep-of-std" = [ "std" "core" "compiler_builtins" ]; - "std" = [ "dep:std" ]; - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "unicode-xid" = rec { - crateName = "unicode-xid"; - version = "0.2.4"; - edition = "2015"; - sha256 = "131dfzf7d8fsr1ivch34x42c2d1ik5ig3g78brxncnn0r1sdyqpr"; - authors = [ - "erick.tryzelaar " - "kwantam " - "Manish Goregaokar " - ]; - features = { - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "url" = rec { - crateName = "url"; - version = "2.5.0"; - edition = "2018"; - sha256 = "0cs65961miawncdg2z20171w0vqrmraswv2ihdpd8lxp7cp31rii"; - authors = [ - "The rust-url developers" - ]; - dependencies = [ - { - name = "form_urlencoded"; - packageId = "form_urlencoded"; - } - { - name = "idna"; - packageId = "idna"; - } - { - name = "percent-encoding"; - packageId = "percent-encoding"; - } - { - name = "serde"; - packageId = "serde"; - optional = true; - features = [ "derive" ]; - } - ]; - devDependencies = [ - { - name = "serde"; - packageId = "serde"; - features = [ "derive" ]; - } - ]; - features = { - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "default" "serde" ]; - }; - "version-compare" = rec { - crateName = "version-compare"; - version = "0.1.1"; - edition = "2018"; - sha256 = "0acg4pmjdbmclg0m7yhijn979mdy66z3k8qrcnvn634f1gy456jp"; - authors = [ - "Tim Visee <3a4fb3964f@sinenomine.email>" - ]; - - }; - "version_check" = rec { - crateName = "version_check"; - version = "0.9.4"; - edition = "2015"; - sha256 = "0gs8grwdlgh0xq660d7wr80x14vxbizmd8dbp29p2pdncx8lp1s9"; - authors = [ - "Sergio Benitez " - ]; - - }; - "waker-fn" = rec { - crateName = "waker-fn"; - version = "1.1.1"; - edition = "2018"; - sha256 = "142n74wlmpwcazfb5v7vhnzj3lb3r97qy8mzpjdpg345aizm3i7k"; - authors = [ - "Stjepan Glavina " - ]; - - }; - "walkdir" = rec { - crateName = "walkdir"; - version = "2.4.0"; - edition = "2018"; - sha256 = "1vjl9fmfc4v8k9ald23qrpcbyb8dl1ynyq8d516cm537r1yqa7fp"; - authors = [ - "Andrew Gallant " - ]; - dependencies = [ - { - name = "same-file"; - packageId = "same-file"; - } - { - name = "winapi-util"; - packageId = "winapi-util"; - target = { target, features }: (target."windows" or false); - } - ]; - - }; - "wasi" = rec { - crateName = "wasi"; - version = "0.11.0+wasi-snapshot-preview1"; - edition = "2018"; - sha256 = "08z4hxwkpdpalxjps1ai9y7ihin26y9f476i53dv98v45gkqg3cw"; - authors = [ - "The Cranelift Project Developers" - ]; - features = { - "compiler_builtins" = [ "dep:compiler_builtins" ]; - "core" = [ "dep:core" ]; - "default" = [ "std" ]; - "rustc-dep-of-std" = [ "compiler_builtins" "core" "rustc-std-workspace-alloc" ]; - "rustc-std-workspace-alloc" = [ "dep:rustc-std-workspace-alloc" ]; - }; - }; - "wasm-bindgen" = rec { - crateName = "wasm-bindgen"; - version = "0.2.91"; - edition = "2018"; - sha256 = "0zwbb07ln4m5hh6axamc701nnj090nd66syxbf6bagzf189j9qf1"; - authors = [ - "The wasm-bindgen Developers" - ]; - dependencies = [ - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "wasm-bindgen-macro"; - packageId = "wasm-bindgen-macro"; - } - ]; - features = { - "default" = [ "spans" "std" ]; - "enable-interning" = [ "std" ]; - "gg-alloc" = [ "wasm-bindgen-test/gg-alloc" ]; - "serde" = [ "dep:serde" ]; - "serde-serialize" = [ "serde" "serde_json" "std" ]; - "serde_json" = [ "dep:serde_json" ]; - "spans" = [ "wasm-bindgen-macro/spans" ]; - "strict-macro" = [ "wasm-bindgen-macro/strict-macro" ]; - "xxx_debug_only_print_generated_code" = [ "wasm-bindgen-macro/xxx_debug_only_print_generated_code" ]; - }; - resolvedDefaultFeatures = [ "default" "spans" "std" ]; - }; - "wasm-bindgen-backend" = rec { - crateName = "wasm-bindgen-backend"; - version = "0.2.91"; - edition = "2018"; - sha256 = "02zpi9sjzhd8kfv1yj9m1bs4a41ik9ii5bc8hjf60arm1j8f3ry9"; - authors = [ - "The wasm-bindgen Developers" - ]; - dependencies = [ - { - name = "bumpalo"; - packageId = "bumpalo"; - } - { - name = "log"; - packageId = "log"; - } - { - name = "once_cell"; - packageId = "once_cell"; - } - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - features = [ "full" ]; - } - { - name = "wasm-bindgen-shared"; - packageId = "wasm-bindgen-shared"; - } - ]; - features = { - "extra-traits" = [ "syn/extra-traits" ]; - }; - resolvedDefaultFeatures = [ "spans" ]; - }; - "wasm-bindgen-futures" = rec { - crateName = "wasm-bindgen-futures"; - version = "0.4.41"; - edition = "2018"; - sha256 = "15zd36y0jpzvh18x963hd905rlpk2cxp918r6db0xsnfc4zrqyw7"; - authors = [ - "The wasm-bindgen Developers" - ]; - dependencies = [ - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "js-sys"; - packageId = "js-sys"; - } - { - name = "wasm-bindgen"; - packageId = "wasm-bindgen"; - } - { - name = "web-sys"; - packageId = "web-sys"; - target = { target, features }: (builtins.elem "atomics" targetFeatures); - features = [ "MessageEvent" "Worker" ]; - } - ]; - features = { - "futures-core" = [ "dep:futures-core" ]; - "futures-core-03-stream" = [ "futures-core" ]; - }; - }; - "wasm-bindgen-macro" = rec { - crateName = "wasm-bindgen-macro"; - version = "0.2.91"; - edition = "2018"; - sha256 = "1va6dilw9kcnvsg5043h5b9mwc5sgq0lyhj9fif2n62qsgigj2mk"; - procMacro = true; - authors = [ - "The wasm-bindgen Developers" - ]; - dependencies = [ - { - name = "quote"; - packageId = "quote"; - } - { - name = "wasm-bindgen-macro-support"; - packageId = "wasm-bindgen-macro-support"; - } - ]; - features = { - "spans" = [ "wasm-bindgen-macro-support/spans" ]; - "strict-macro" = [ "wasm-bindgen-macro-support/strict-macro" ]; - }; - resolvedDefaultFeatures = [ "spans" ]; - }; - "wasm-bindgen-macro-support" = rec { - crateName = "wasm-bindgen-macro-support"; - version = "0.2.91"; - edition = "2018"; - sha256 = "0rlyl3yzwbcnc691mvx78m1wbqf1qs52mlc3g88bh7ihwrdk4bv4"; - authors = [ - "The wasm-bindgen Developers" - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - features = [ "visit" "full" ]; - } - { - name = "wasm-bindgen-backend"; - packageId = "wasm-bindgen-backend"; - } - { - name = "wasm-bindgen-shared"; - packageId = "wasm-bindgen-shared"; - } - ]; - features = { - "extra-traits" = [ "syn/extra-traits" ]; - "spans" = [ "wasm-bindgen-backend/spans" ]; - }; - resolvedDefaultFeatures = [ "spans" ]; - }; - "wasm-bindgen-shared" = rec { - crateName = "wasm-bindgen-shared"; - version = "0.2.91"; - edition = "2018"; - links = "wasm_bindgen"; - sha256 = "0f4qmjv57ppwi4xpdxgcd77vz9vmvlrnybg8dj430hzhvk96n62g"; - authors = [ - "The wasm-bindgen Developers" - ]; - - }; - "wayland-backend" = rec { - crateName = "wayland-backend"; - version = "0.3.3"; - edition = "2021"; - sha256 = "0h4s8nfrl1q8xys1409lfwkb70cdh81c0pvzr1s69mwhrrhzll4x"; - authors = [ - "Elinor Berger " - ]; - dependencies = [ - { - name = "downcast-rs"; - packageId = "downcast-rs"; - } - { - name = "rustix"; - packageId = "rustix 0.38.31"; - features = [ "event" "fs" "net" "process" ]; - } - { - name = "scoped-tls"; - packageId = "scoped-tls"; - } - { - name = "smallvec"; - packageId = "smallvec"; - features = [ "union" "const_generics" "const_new" ]; - } - { - name = "wayland-sys"; - packageId = "wayland-sys"; - } - ]; - buildDependencies = [ - { - name = "cc"; - packageId = "cc"; - } - ]; - features = { - "client_system" = [ "wayland-sys/client" ]; - "dlopen" = [ "wayland-sys/dlopen" ]; - "log" = [ "dep:log" ]; - "raw-window-handle" = [ "dep:raw-window-handle" ]; - "server_system" = [ "wayland-sys/server" ]; - }; - resolvedDefaultFeatures = [ "client_system" "dlopen" ]; - }; - "wayland-client" = rec { - crateName = "wayland-client"; - version = "0.31.2"; - edition = "2021"; - sha256 = "07rzml07li3bi4nnqx4i2rfj3xkifzxp1d6cd1kflb2wjgp9dyw2"; - authors = [ - "Elinor Berger " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "rustix"; - packageId = "rustix 0.38.31"; - features = [ "event" ]; - } - { - name = "wayland-backend"; - packageId = "wayland-backend"; - } - { - name = "wayland-scanner"; - packageId = "wayland-scanner"; - } - ]; - features = { - "log" = [ "dep:log" ]; - }; - }; - "wayland-csd-frame" = rec { - crateName = "wayland-csd-frame"; - version = "0.3.0"; - edition = "2021"; - sha256 = "0zjcmcqprfzx57hlm741n89ssp4sha5yh5cnmbk2agflvclm0p32"; - authors = [ - "Kirill Chibisov " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "cursor-icon"; - packageId = "cursor-icon"; - } - { - name = "wayland-backend"; - packageId = "wayland-backend"; - usesDefaultFeatures = false; - } - ]; - - }; - "wayland-cursor" = rec { - crateName = "wayland-cursor"; - version = "0.31.1"; - edition = "2021"; - sha256 = "1fii68l6x235b867q96yx1xqkl16azkf5i841ldd24yxd2l5zkki"; - authors = [ - "Elinor Berger " - ]; - dependencies = [ - { - name = "rustix"; - packageId = "rustix 0.38.31"; - features = [ "shm" ]; - } - { - name = "wayland-client"; - packageId = "wayland-client"; - } - { - name = "xcursor"; - packageId = "xcursor"; - } - ]; - - }; - "wayland-protocols" = rec { - crateName = "wayland-protocols"; - version = "0.31.2"; - edition = "2021"; - sha256 = "1x310l1p6p3p3l76nl1l2yava9408dy77s605917zadlp1jz70cg"; - authors = [ - "Elinor Berger " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "wayland-backend"; - packageId = "wayland-backend"; - } - { - name = "wayland-client"; - packageId = "wayland-client"; - optional = true; - } - { - name = "wayland-scanner"; - packageId = "wayland-scanner"; - } - ]; - features = { - "client" = [ "wayland-client" ]; - "server" = [ "wayland-server" ]; - "wayland-client" = [ "dep:wayland-client" ]; - "wayland-server" = [ "dep:wayland-server" ]; - }; - resolvedDefaultFeatures = [ "client" "staging" "unstable" "wayland-client" ]; - }; - "wayland-protocols-plasma" = rec { - crateName = "wayland-protocols-plasma"; - version = "0.2.0"; - edition = "2018"; - sha256 = "0yglbxd4ka8284k0j0ssh9hf6wd9qp2n0s2qrsdymyaz258kb013"; - authors = [ - "Elinor Berger " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "wayland-backend"; - packageId = "wayland-backend"; - } - { - name = "wayland-client"; - packageId = "wayland-client"; - optional = true; - } - { - name = "wayland-protocols"; - packageId = "wayland-protocols"; - } - { - name = "wayland-scanner"; - packageId = "wayland-scanner"; - } - ]; - features = { - "client" = [ "wayland-client" "wayland-protocols/client" ]; - "server" = [ "wayland-server" "wayland-protocols/server" ]; - "wayland-client" = [ "dep:wayland-client" ]; - "wayland-server" = [ "dep:wayland-server" ]; - }; - resolvedDefaultFeatures = [ "client" "wayland-client" ]; - }; - "wayland-protocols-wlr" = rec { - crateName = "wayland-protocols-wlr"; - version = "0.2.0"; - edition = "2018"; - sha256 = "1mjww9psk2nc5hm2q4s3qas30rbzfg1sb6qgw518fbbcdfvn27xd"; - authors = [ - "Elinor Berger " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "wayland-backend"; - packageId = "wayland-backend"; - } - { - name = "wayland-client"; - packageId = "wayland-client"; - optional = true; - } - { - name = "wayland-protocols"; - packageId = "wayland-protocols"; - } - { - name = "wayland-scanner"; - packageId = "wayland-scanner"; - } - ]; - features = { - "client" = [ "wayland-client" "wayland-protocols/client" ]; - "server" = [ "wayland-server" "wayland-protocols/server" ]; - "wayland-client" = [ "dep:wayland-client" ]; - "wayland-server" = [ "dep:wayland-server" ]; - }; - resolvedDefaultFeatures = [ "client" "wayland-client" ]; - }; - "wayland-scanner" = rec { - crateName = "wayland-scanner"; - version = "0.31.1"; - edition = "2021"; - sha256 = "10y2nq076x4zml8wc5bw75560rwvrsfpi35mdyc02w1854lsdcv3"; - procMacro = true; - authors = [ - "Elinor Berger " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quick-xml"; - packageId = "quick-xml"; - } - { - name = "quote"; - packageId = "quote"; - } - ]; - - }; - "wayland-sys" = rec { - crateName = "wayland-sys"; - version = "0.31.1"; - edition = "2018"; - sha256 = "1bxpwamgagpxa8p9m798gd3g6rwj2m4sbdvc49zx05jjzzmci80m"; - authors = [ - "Elinor Berger " - ]; - dependencies = [ - { - name = "dlib"; - packageId = "dlib"; - } - { - name = "log"; - packageId = "log"; - } - { - name = "once_cell"; - packageId = "once_cell"; - optional = true; - } - ]; - buildDependencies = [ - { - name = "pkg-config"; - packageId = "pkg-config"; - } - ]; - features = { - "cursor" = [ "client" ]; - "dlopen" = [ "once_cell" ]; - "egl" = [ "client" ]; - "libc" = [ "dep:libc" ]; - "memoffset" = [ "dep:memoffset" ]; - "once_cell" = [ "dep:once_cell" ]; - "server" = [ "libc" "memoffset" ]; - }; - resolvedDefaultFeatures = [ "client" "dlopen" "egl" "once_cell" ]; - }; - "web-sys" = rec { - crateName = "web-sys"; - version = "0.3.68"; - edition = "2018"; - sha256 = "0il4nbsf782l5y1jb7s75vc7214a19vh7z65bfrwwykzd03mjmln"; - authors = [ - "The wasm-bindgen Developers" - ]; - dependencies = [ - { - name = "js-sys"; - packageId = "js-sys"; - } - { - name = "wasm-bindgen"; - packageId = "wasm-bindgen"; - } - ]; - features = { - "AbortSignal" = [ "EventTarget" ]; - "AnalyserNode" = [ "AudioNode" "EventTarget" ]; - "Animation" = [ "EventTarget" ]; - "AnimationEvent" = [ "Event" ]; - "AnimationPlaybackEvent" = [ "Event" ]; - "Attr" = [ "EventTarget" "Node" ]; - "AudioBufferSourceNode" = [ "AudioNode" "AudioScheduledSourceNode" "EventTarget" ]; - "AudioContext" = [ "BaseAudioContext" "EventTarget" ]; - "AudioDestinationNode" = [ "AudioNode" "EventTarget" ]; - "AudioNode" = [ "EventTarget" ]; - "AudioProcessingEvent" = [ "Event" ]; - "AudioScheduledSourceNode" = [ "AudioNode" "EventTarget" ]; - "AudioStreamTrack" = [ "EventTarget" "MediaStreamTrack" ]; - "AudioTrackList" = [ "EventTarget" ]; - "AudioWorklet" = [ "Worklet" ]; - "AudioWorkletGlobalScope" = [ "WorkletGlobalScope" ]; - "AudioWorkletNode" = [ "AudioNode" "EventTarget" ]; - "AuthenticatorAssertionResponse" = [ "AuthenticatorResponse" ]; - "AuthenticatorAttestationResponse" = [ "AuthenticatorResponse" ]; - "BaseAudioContext" = [ "EventTarget" ]; - "BatteryManager" = [ "EventTarget" ]; - "BeforeUnloadEvent" = [ "Event" ]; - "BiquadFilterNode" = [ "AudioNode" "EventTarget" ]; - "BlobEvent" = [ "Event" ]; - "Bluetooth" = [ "EventTarget" ]; - "BluetoothAdvertisingEvent" = [ "Event" ]; - "BluetoothDevice" = [ "EventTarget" ]; - "BluetoothPermissionResult" = [ "EventTarget" "PermissionStatus" ]; - "BluetoothRemoteGattCharacteristic" = [ "EventTarget" ]; - "BluetoothRemoteGattService" = [ "EventTarget" ]; - "BroadcastChannel" = [ "EventTarget" ]; - "CanvasCaptureMediaStream" = [ "EventTarget" "MediaStream" ]; - "CanvasCaptureMediaStreamTrack" = [ "EventTarget" "MediaStreamTrack" ]; - "CdataSection" = [ "CharacterData" "EventTarget" "Node" "Text" ]; - "ChannelMergerNode" = [ "AudioNode" "EventTarget" ]; - "ChannelSplitterNode" = [ "AudioNode" "EventTarget" ]; - "CharacterData" = [ "EventTarget" "Node" ]; - "ChromeWorker" = [ "EventTarget" "Worker" ]; - "Clipboard" = [ "EventTarget" ]; - "ClipboardEvent" = [ "Event" ]; - "CloseEvent" = [ "Event" ]; - "Comment" = [ "CharacterData" "EventTarget" "Node" ]; - "CompositionEvent" = [ "Event" "UiEvent" ]; - "ConstantSourceNode" = [ "AudioNode" "AudioScheduledSourceNode" "EventTarget" ]; - "ConvolverNode" = [ "AudioNode" "EventTarget" ]; - "CssAnimation" = [ "Animation" "EventTarget" ]; - "CssConditionRule" = [ "CssGroupingRule" "CssRule" ]; - "CssCounterStyleRule" = [ "CssRule" ]; - "CssFontFaceRule" = [ "CssRule" ]; - "CssFontFeatureValuesRule" = [ "CssRule" ]; - "CssGroupingRule" = [ "CssRule" ]; - "CssImportRule" = [ "CssRule" ]; - "CssKeyframeRule" = [ "CssRule" ]; - "CssKeyframesRule" = [ "CssRule" ]; - "CssMediaRule" = [ "CssConditionRule" "CssGroupingRule" "CssRule" ]; - "CssNamespaceRule" = [ "CssRule" ]; - "CssPageRule" = [ "CssRule" ]; - "CssStyleRule" = [ "CssRule" ]; - "CssStyleSheet" = [ "StyleSheet" ]; - "CssSupportsRule" = [ "CssConditionRule" "CssGroupingRule" "CssRule" ]; - "CssTransition" = [ "Animation" "EventTarget" ]; - "CustomEvent" = [ "Event" ]; - "DedicatedWorkerGlobalScope" = [ "EventTarget" "WorkerGlobalScope" ]; - "DelayNode" = [ "AudioNode" "EventTarget" ]; - "DeviceLightEvent" = [ "Event" ]; - "DeviceMotionEvent" = [ "Event" ]; - "DeviceOrientationEvent" = [ "Event" ]; - "DeviceProximityEvent" = [ "Event" ]; - "Document" = [ "EventTarget" "Node" ]; - "DocumentFragment" = [ "EventTarget" "Node" ]; - "DocumentTimeline" = [ "AnimationTimeline" ]; - "DocumentType" = [ "EventTarget" "Node" ]; - "DomMatrix" = [ "DomMatrixReadOnly" ]; - "DomPoint" = [ "DomPointReadOnly" ]; - "DomRect" = [ "DomRectReadOnly" ]; - "DomRequest" = [ "EventTarget" ]; - "DragEvent" = [ "Event" "MouseEvent" "UiEvent" ]; - "DynamicsCompressorNode" = [ "AudioNode" "EventTarget" ]; - "Element" = [ "EventTarget" "Node" ]; - "ErrorEvent" = [ "Event" ]; - "EventSource" = [ "EventTarget" ]; - "ExtendableEvent" = [ "Event" ]; - "ExtendableMessageEvent" = [ "Event" "ExtendableEvent" ]; - "FetchEvent" = [ "Event" "ExtendableEvent" ]; - "FetchObserver" = [ "EventTarget" ]; - "File" = [ "Blob" ]; - "FileReader" = [ "EventTarget" ]; - "FileSystemDirectoryEntry" = [ "FileSystemEntry" ]; - "FileSystemDirectoryHandle" = [ "FileSystemHandle" ]; - "FileSystemFileEntry" = [ "FileSystemEntry" ]; - "FileSystemFileHandle" = [ "FileSystemHandle" ]; - "FileSystemWritableFileStream" = [ "WritableStream" ]; - "FocusEvent" = [ "Event" "UiEvent" ]; - "FontFaceSet" = [ "EventTarget" ]; - "FontFaceSetLoadEvent" = [ "Event" ]; - "GainNode" = [ "AudioNode" "EventTarget" ]; - "GamepadAxisMoveEvent" = [ "Event" "GamepadEvent" ]; - "GamepadButtonEvent" = [ "Event" "GamepadEvent" ]; - "GamepadEvent" = [ "Event" ]; - "GpuDevice" = [ "EventTarget" ]; - "GpuInternalError" = [ "GpuError" ]; - "GpuOutOfMemoryError" = [ "GpuError" ]; - "GpuPipelineError" = [ "DomException" ]; - "GpuUncapturedErrorEvent" = [ "Event" ]; - "GpuValidationError" = [ "GpuError" ]; - "HashChangeEvent" = [ "Event" ]; - "Hid" = [ "EventTarget" ]; - "HidConnectionEvent" = [ "Event" ]; - "HidDevice" = [ "EventTarget" ]; - "HidInputReportEvent" = [ "Event" ]; - "HtmlAnchorElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlAreaElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlAudioElement" = [ "Element" "EventTarget" "HtmlElement" "HtmlMediaElement" "Node" ]; - "HtmlBaseElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlBodyElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlBrElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlButtonElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlCanvasElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlDListElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlDataElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlDataListElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlDetailsElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlDialogElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlDirectoryElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlDivElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlDocument" = [ "Document" "EventTarget" "Node" ]; - "HtmlElement" = [ "Element" "EventTarget" "Node" ]; - "HtmlEmbedElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlFieldSetElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlFontElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlFormControlsCollection" = [ "HtmlCollection" ]; - "HtmlFormElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlFrameElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlFrameSetElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlHeadElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlHeadingElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlHrElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlHtmlElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlIFrameElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlImageElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlInputElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlLabelElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlLegendElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlLiElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlLinkElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlMapElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlMediaElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlMenuElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlMenuItemElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlMetaElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlMeterElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlModElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlOListElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlObjectElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlOptGroupElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlOptionElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlOptionsCollection" = [ "HtmlCollection" ]; - "HtmlOutputElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlParagraphElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlParamElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlPictureElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlPreElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlProgressElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlQuoteElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlScriptElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlSelectElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlSlotElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlSourceElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlSpanElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlStyleElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlTableCaptionElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlTableCellElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlTableColElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlTableElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlTableRowElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlTableSectionElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlTemplateElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlTextAreaElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlTimeElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlTitleElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlTrackElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlUListElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlUnknownElement" = [ "Element" "EventTarget" "HtmlElement" "Node" ]; - "HtmlVideoElement" = [ "Element" "EventTarget" "HtmlElement" "HtmlMediaElement" "Node" ]; - "IdbCursorWithValue" = [ "IdbCursor" ]; - "IdbDatabase" = [ "EventTarget" ]; - "IdbFileHandle" = [ "EventTarget" ]; - "IdbFileRequest" = [ "DomRequest" "EventTarget" ]; - "IdbLocaleAwareKeyRange" = [ "IdbKeyRange" ]; - "IdbMutableFile" = [ "EventTarget" ]; - "IdbOpenDbRequest" = [ "EventTarget" "IdbRequest" ]; - "IdbRequest" = [ "EventTarget" ]; - "IdbTransaction" = [ "EventTarget" ]; - "IdbVersionChangeEvent" = [ "Event" ]; - "IirFilterNode" = [ "AudioNode" "EventTarget" ]; - "ImageCaptureErrorEvent" = [ "Event" ]; - "ImageTrack" = [ "EventTarget" ]; - "InputEvent" = [ "Event" "UiEvent" ]; - "KeyboardEvent" = [ "Event" "UiEvent" ]; - "KeyframeEffect" = [ "AnimationEffect" ]; - "LocalMediaStream" = [ "EventTarget" "MediaStream" ]; - "MediaDevices" = [ "EventTarget" ]; - "MediaElementAudioSourceNode" = [ "AudioNode" "EventTarget" ]; - "MediaEncryptedEvent" = [ "Event" ]; - "MediaKeyError" = [ "Event" ]; - "MediaKeyMessageEvent" = [ "Event" ]; - "MediaKeySession" = [ "EventTarget" ]; - "MediaQueryList" = [ "EventTarget" ]; - "MediaQueryListEvent" = [ "Event" ]; - "MediaRecorder" = [ "EventTarget" ]; - "MediaRecorderErrorEvent" = [ "Event" ]; - "MediaSource" = [ "EventTarget" ]; - "MediaStream" = [ "EventTarget" ]; - "MediaStreamAudioDestinationNode" = [ "AudioNode" "EventTarget" ]; - "MediaStreamAudioSourceNode" = [ "AudioNode" "EventTarget" ]; - "MediaStreamEvent" = [ "Event" ]; - "MediaStreamTrack" = [ "EventTarget" ]; - "MediaStreamTrackEvent" = [ "Event" ]; - "MediaStreamTrackGenerator" = [ "EventTarget" "MediaStreamTrack" ]; - "MessageEvent" = [ "Event" ]; - "MessagePort" = [ "EventTarget" ]; - "MidiAccess" = [ "EventTarget" ]; - "MidiConnectionEvent" = [ "Event" ]; - "MidiInput" = [ "EventTarget" "MidiPort" ]; - "MidiMessageEvent" = [ "Event" ]; - "MidiOutput" = [ "EventTarget" "MidiPort" ]; - "MidiPort" = [ "EventTarget" ]; - "MouseEvent" = [ "Event" "UiEvent" ]; - "MouseScrollEvent" = [ "Event" "MouseEvent" "UiEvent" ]; - "MutationEvent" = [ "Event" ]; - "NetworkInformation" = [ "EventTarget" ]; - "Node" = [ "EventTarget" ]; - "Notification" = [ "EventTarget" ]; - "NotificationEvent" = [ "Event" "ExtendableEvent" ]; - "OfflineAudioCompletionEvent" = [ "Event" ]; - "OfflineAudioContext" = [ "BaseAudioContext" "EventTarget" ]; - "OfflineResourceList" = [ "EventTarget" ]; - "OffscreenCanvas" = [ "EventTarget" ]; - "OscillatorNode" = [ "AudioNode" "AudioScheduledSourceNode" "EventTarget" ]; - "PageTransitionEvent" = [ "Event" ]; - "PaintWorkletGlobalScope" = [ "WorkletGlobalScope" ]; - "PannerNode" = [ "AudioNode" "EventTarget" ]; - "PaymentMethodChangeEvent" = [ "Event" "PaymentRequestUpdateEvent" ]; - "PaymentRequestUpdateEvent" = [ "Event" ]; - "Performance" = [ "EventTarget" ]; - "PerformanceMark" = [ "PerformanceEntry" ]; - "PerformanceMeasure" = [ "PerformanceEntry" ]; - "PerformanceNavigationTiming" = [ "PerformanceEntry" "PerformanceResourceTiming" ]; - "PerformanceResourceTiming" = [ "PerformanceEntry" ]; - "PermissionStatus" = [ "EventTarget" ]; - "PointerEvent" = [ "Event" "MouseEvent" "UiEvent" ]; - "PopStateEvent" = [ "Event" ]; - "PopupBlockedEvent" = [ "Event" ]; - "PresentationAvailability" = [ "EventTarget" ]; - "PresentationConnection" = [ "EventTarget" ]; - "PresentationConnectionAvailableEvent" = [ "Event" ]; - "PresentationConnectionCloseEvent" = [ "Event" ]; - "PresentationConnectionList" = [ "EventTarget" ]; - "PresentationRequest" = [ "EventTarget" ]; - "ProcessingInstruction" = [ "CharacterData" "EventTarget" "Node" ]; - "ProgressEvent" = [ "Event" ]; - "PromiseRejectionEvent" = [ "Event" ]; - "PublicKeyCredential" = [ "Credential" ]; - "PushEvent" = [ "Event" "ExtendableEvent" ]; - "RadioNodeList" = [ "NodeList" ]; - "RtcDataChannel" = [ "EventTarget" ]; - "RtcDataChannelEvent" = [ "Event" ]; - "RtcPeerConnection" = [ "EventTarget" ]; - "RtcPeerConnectionIceEvent" = [ "Event" ]; - "RtcTrackEvent" = [ "Event" ]; - "RtcdtmfSender" = [ "EventTarget" ]; - "RtcdtmfToneChangeEvent" = [ "Event" ]; - "Screen" = [ "EventTarget" ]; - "ScreenOrientation" = [ "EventTarget" ]; - "ScriptProcessorNode" = [ "AudioNode" "EventTarget" ]; - "ScrollAreaEvent" = [ "Event" "UiEvent" ]; - "SecurityPolicyViolationEvent" = [ "Event" ]; - "Serial" = [ "EventTarget" ]; - "SerialPort" = [ "EventTarget" ]; - "ServiceWorker" = [ "EventTarget" ]; - "ServiceWorkerContainer" = [ "EventTarget" ]; - "ServiceWorkerGlobalScope" = [ "EventTarget" "WorkerGlobalScope" ]; - "ServiceWorkerRegistration" = [ "EventTarget" ]; - "ShadowRoot" = [ "DocumentFragment" "EventTarget" "Node" ]; - "SharedWorker" = [ "EventTarget" ]; - "SharedWorkerGlobalScope" = [ "EventTarget" "WorkerGlobalScope" ]; - "SourceBuffer" = [ "EventTarget" ]; - "SourceBufferList" = [ "EventTarget" ]; - "SpeechRecognition" = [ "EventTarget" ]; - "SpeechRecognitionError" = [ "Event" ]; - "SpeechRecognitionEvent" = [ "Event" ]; - "SpeechSynthesis" = [ "EventTarget" ]; - "SpeechSynthesisErrorEvent" = [ "Event" "SpeechSynthesisEvent" ]; - "SpeechSynthesisEvent" = [ "Event" ]; - "SpeechSynthesisUtterance" = [ "EventTarget" ]; - "StereoPannerNode" = [ "AudioNode" "EventTarget" ]; - "StorageEvent" = [ "Event" ]; - "SubmitEvent" = [ "Event" ]; - "SvgAnimateElement" = [ "Element" "EventTarget" "Node" "SvgAnimationElement" "SvgElement" ]; - "SvgAnimateMotionElement" = [ "Element" "EventTarget" "Node" "SvgAnimationElement" "SvgElement" ]; - "SvgAnimateTransformElement" = [ "Element" "EventTarget" "Node" "SvgAnimationElement" "SvgElement" ]; - "SvgAnimationElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgCircleElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGeometryElement" "SvgGraphicsElement" ]; - "SvgClipPathElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgComponentTransferFunctionElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgDefsElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGraphicsElement" ]; - "SvgDescElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgElement" = [ "Element" "EventTarget" "Node" ]; - "SvgEllipseElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGeometryElement" "SvgGraphicsElement" ]; - "SvgFilterElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgForeignObjectElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGraphicsElement" ]; - "SvgGeometryElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGraphicsElement" ]; - "SvgGradientElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgGraphicsElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgImageElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGraphicsElement" ]; - "SvgLineElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGeometryElement" "SvgGraphicsElement" ]; - "SvgLinearGradientElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGradientElement" ]; - "SvgMarkerElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgMaskElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgMetadataElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgPathElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGeometryElement" "SvgGraphicsElement" ]; - "SvgPathSegArcAbs" = [ "SvgPathSeg" ]; - "SvgPathSegArcRel" = [ "SvgPathSeg" ]; - "SvgPathSegClosePath" = [ "SvgPathSeg" ]; - "SvgPathSegCurvetoCubicAbs" = [ "SvgPathSeg" ]; - "SvgPathSegCurvetoCubicRel" = [ "SvgPathSeg" ]; - "SvgPathSegCurvetoCubicSmoothAbs" = [ "SvgPathSeg" ]; - "SvgPathSegCurvetoCubicSmoothRel" = [ "SvgPathSeg" ]; - "SvgPathSegCurvetoQuadraticAbs" = [ "SvgPathSeg" ]; - "SvgPathSegCurvetoQuadraticRel" = [ "SvgPathSeg" ]; - "SvgPathSegCurvetoQuadraticSmoothAbs" = [ "SvgPathSeg" ]; - "SvgPathSegCurvetoQuadraticSmoothRel" = [ "SvgPathSeg" ]; - "SvgPathSegLinetoAbs" = [ "SvgPathSeg" ]; - "SvgPathSegLinetoHorizontalAbs" = [ "SvgPathSeg" ]; - "SvgPathSegLinetoHorizontalRel" = [ "SvgPathSeg" ]; - "SvgPathSegLinetoRel" = [ "SvgPathSeg" ]; - "SvgPathSegLinetoVerticalAbs" = [ "SvgPathSeg" ]; - "SvgPathSegLinetoVerticalRel" = [ "SvgPathSeg" ]; - "SvgPathSegMovetoAbs" = [ "SvgPathSeg" ]; - "SvgPathSegMovetoRel" = [ "SvgPathSeg" ]; - "SvgPatternElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgPolygonElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGeometryElement" "SvgGraphicsElement" ]; - "SvgPolylineElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGeometryElement" "SvgGraphicsElement" ]; - "SvgRadialGradientElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGradientElement" ]; - "SvgRectElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGeometryElement" "SvgGraphicsElement" ]; - "SvgScriptElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgSetElement" = [ "Element" "EventTarget" "Node" "SvgAnimationElement" "SvgElement" ]; - "SvgStopElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgStyleElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgSwitchElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGraphicsElement" ]; - "SvgSymbolElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgTextContentElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGraphicsElement" ]; - "SvgTextElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGraphicsElement" "SvgTextContentElement" "SvgTextPositioningElement" ]; - "SvgTextPathElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGraphicsElement" "SvgTextContentElement" ]; - "SvgTextPositioningElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGraphicsElement" "SvgTextContentElement" ]; - "SvgTitleElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgUseElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGraphicsElement" ]; - "SvgViewElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgaElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGraphicsElement" ]; - "SvgfeBlendElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeColorMatrixElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeComponentTransferElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeCompositeElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeConvolveMatrixElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeDiffuseLightingElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeDisplacementMapElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeDistantLightElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeDropShadowElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeFloodElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeFuncAElement" = [ "Element" "EventTarget" "Node" "SvgComponentTransferFunctionElement" "SvgElement" ]; - "SvgfeFuncBElement" = [ "Element" "EventTarget" "Node" "SvgComponentTransferFunctionElement" "SvgElement" ]; - "SvgfeFuncGElement" = [ "Element" "EventTarget" "Node" "SvgComponentTransferFunctionElement" "SvgElement" ]; - "SvgfeFuncRElement" = [ "Element" "EventTarget" "Node" "SvgComponentTransferFunctionElement" "SvgElement" ]; - "SvgfeGaussianBlurElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeImageElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeMergeElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeMergeNodeElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeMorphologyElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeOffsetElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfePointLightElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeSpecularLightingElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeSpotLightElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeTileElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgfeTurbulenceElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvggElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGraphicsElement" ]; - "SvgmPathElement" = [ "Element" "EventTarget" "Node" "SvgElement" ]; - "SvgsvgElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGraphicsElement" ]; - "SvgtSpanElement" = [ "Element" "EventTarget" "Node" "SvgElement" "SvgGraphicsElement" "SvgTextContentElement" "SvgTextPositioningElement" ]; - "TaskController" = [ "AbortController" ]; - "TaskPriorityChangeEvent" = [ "Event" ]; - "TaskSignal" = [ "AbortSignal" "EventTarget" ]; - "TcpServerSocket" = [ "EventTarget" ]; - "TcpServerSocketEvent" = [ "Event" ]; - "TcpSocket" = [ "EventTarget" ]; - "TcpSocketErrorEvent" = [ "Event" ]; - "TcpSocketEvent" = [ "Event" ]; - "Text" = [ "CharacterData" "EventTarget" "Node" ]; - "TextTrack" = [ "EventTarget" ]; - "TextTrackCue" = [ "EventTarget" ]; - "TextTrackList" = [ "EventTarget" ]; - "TimeEvent" = [ "Event" ]; - "TouchEvent" = [ "Event" "UiEvent" ]; - "TrackEvent" = [ "Event" ]; - "TransitionEvent" = [ "Event" ]; - "UiEvent" = [ "Event" ]; - "Usb" = [ "EventTarget" ]; - "UsbConnectionEvent" = [ "Event" ]; - "UsbPermissionResult" = [ "EventTarget" "PermissionStatus" ]; - "UserProximityEvent" = [ "Event" ]; - "ValueEvent" = [ "Event" ]; - "VideoStreamTrack" = [ "EventTarget" "MediaStreamTrack" ]; - "VideoTrackList" = [ "EventTarget" ]; - "VrDisplay" = [ "EventTarget" ]; - "VttCue" = [ "EventTarget" "TextTrackCue" ]; - "WakeLockSentinel" = [ "EventTarget" ]; - "WaveShaperNode" = [ "AudioNode" "EventTarget" ]; - "WebGlContextEvent" = [ "Event" ]; - "WebKitCssMatrix" = [ "DomMatrix" "DomMatrixReadOnly" ]; - "WebSocket" = [ "EventTarget" ]; - "WebTransportError" = [ "DomException" ]; - "WebTransportReceiveStream" = [ "ReadableStream" ]; - "WebTransportSendStream" = [ "WritableStream" ]; - "WheelEvent" = [ "Event" "MouseEvent" "UiEvent" ]; - "Window" = [ "EventTarget" ]; - "WindowClient" = [ "Client" ]; - "Worker" = [ "EventTarget" ]; - "WorkerDebuggerGlobalScope" = [ "EventTarget" ]; - "WorkerGlobalScope" = [ "EventTarget" ]; - "XmlDocument" = [ "Document" "EventTarget" "Node" ]; - "XmlHttpRequest" = [ "EventTarget" "XmlHttpRequestEventTarget" ]; - "XmlHttpRequestEventTarget" = [ "EventTarget" ]; - "XmlHttpRequestUpload" = [ "EventTarget" "XmlHttpRequestEventTarget" ]; - "XrBoundedReferenceSpace" = [ "EventTarget" "XrReferenceSpace" "XrSpace" ]; - "XrInputSourceEvent" = [ "Event" ]; - "XrInputSourcesChangeEvent" = [ "Event" ]; - "XrJointPose" = [ "XrPose" ]; - "XrJointSpace" = [ "EventTarget" "XrSpace" ]; - "XrLayer" = [ "EventTarget" ]; - "XrPermissionStatus" = [ "EventTarget" "PermissionStatus" ]; - "XrReferenceSpace" = [ "EventTarget" "XrSpace" ]; - "XrReferenceSpaceEvent" = [ "Event" ]; - "XrSession" = [ "EventTarget" ]; - "XrSessionEvent" = [ "Event" ]; - "XrSpace" = [ "EventTarget" ]; - "XrSystem" = [ "EventTarget" ]; - "XrViewerPose" = [ "XrPose" ]; - "XrWebGlLayer" = [ "EventTarget" "XrLayer" ]; - }; - resolvedDefaultFeatures = [ "AbortController" "AbortSignal" "AngleInstancedArrays" "BinaryType" "Blob" "Clipboard" "ClipboardEvent" "CompositionEvent" "CssStyleDeclaration" "DataTransfer" "DataTransferItem" "DataTransferItemList" "Document" "DomRect" "DomRectReadOnly" "DragEvent" "Element" "Event" "EventListener" "EventTarget" "ExtBlendMinmax" "ExtColorBufferFloat" "ExtColorBufferHalfFloat" "ExtDisjointTimerQuery" "ExtFragDepth" "ExtSRgb" "ExtShaderTextureLod" "ExtTextureFilterAnisotropic" "File" "FileList" "FocusEvent" "Gpu" "GpuAdapter" "GpuAddressMode" "GpuAutoLayoutMode" "GpuBindGroup" "GpuBindGroupDescriptor" "GpuBindGroupEntry" "GpuBindGroupLayout" "GpuBindGroupLayoutDescriptor" "GpuBindGroupLayoutEntry" "GpuBlendComponent" "GpuBlendFactor" "GpuBlendOperation" "GpuBlendState" "GpuBuffer" "GpuBufferBinding" "GpuBufferBindingLayout" "GpuBufferBindingType" "GpuBufferDescriptor" "GpuCanvasAlphaMode" "GpuCanvasConfiguration" "GpuCanvasContext" "GpuColorDict" "GpuColorTargetState" "GpuCommandBuffer" "GpuCommandBufferDescriptor" "GpuCommandEncoder" "GpuCommandEncoderDescriptor" "GpuCompareFunction" "GpuCompilationInfo" "GpuCompilationMessage" "GpuCompilationMessageType" "GpuComputePassDescriptor" "GpuComputePassEncoder" "GpuComputePassTimestampWrites" "GpuComputePipeline" "GpuComputePipelineDescriptor" "GpuCullMode" "GpuDepthStencilState" "GpuDevice" "GpuDeviceDescriptor" "GpuDeviceLostInfo" "GpuDeviceLostReason" "GpuError" "GpuErrorFilter" "GpuExtent3dDict" "GpuFeatureName" "GpuFilterMode" "GpuFragmentState" "GpuFrontFace" "GpuImageCopyBuffer" "GpuImageCopyExternalImage" "GpuImageCopyTexture" "GpuImageCopyTextureTagged" "GpuImageDataLayout" "GpuIndexFormat" "GpuLoadOp" "GpuMipmapFilterMode" "GpuMultisampleState" "GpuObjectDescriptorBase" "GpuOrigin2dDict" "GpuOrigin3dDict" "GpuOutOfMemoryError" "GpuPipelineDescriptorBase" "GpuPipelineLayout" "GpuPipelineLayoutDescriptor" "GpuPowerPreference" "GpuPrimitiveState" "GpuPrimitiveTopology" "GpuProgrammableStage" "GpuQuerySet" "GpuQuerySetDescriptor" "GpuQueryType" "GpuQueue" "GpuRenderBundle" "GpuRenderBundleDescriptor" "GpuRenderBundleEncoder" "GpuRenderBundleEncoderDescriptor" "GpuRenderPassColorAttachment" "GpuRenderPassDepthStencilAttachment" "GpuRenderPassDescriptor" "GpuRenderPassEncoder" "GpuRenderPipeline" "GpuRenderPipelineDescriptor" "GpuRequestAdapterOptions" "GpuSampler" "GpuSamplerBindingLayout" "GpuSamplerBindingType" "GpuSamplerDescriptor" "GpuShaderModule" "GpuShaderModuleDescriptor" "GpuStencilFaceState" "GpuStencilOperation" "GpuStorageTextureAccess" "GpuStorageTextureBindingLayout" "GpuStoreOp" "GpuSupportedFeatures" "GpuSupportedLimits" "GpuTexture" "GpuTextureAspect" "GpuTextureBindingLayout" "GpuTextureDescriptor" "GpuTextureDimension" "GpuTextureFormat" "GpuTextureSampleType" "GpuTextureView" "GpuTextureViewDescriptor" "GpuTextureViewDimension" "GpuUncapturedErrorEvent" "GpuUncapturedErrorEventInit" "GpuValidationError" "GpuVertexAttribute" "GpuVertexBufferLayout" "GpuVertexFormat" "GpuVertexState" "GpuVertexStepMode" "HtmlCanvasElement" "HtmlElement" "HtmlImageElement" "HtmlInputElement" "HtmlMediaElement" "HtmlVideoElement" "ImageBitmap" "ImageBitmapRenderingContext" "InputEvent" "IntersectionObserver" "IntersectionObserverEntry" "KeyboardEvent" "Location" "MediaQueryList" "MediaQueryListEvent" "MessageChannel" "MessageEvent" "MessagePort" "MouseEvent" "Navigator" "Node" "NodeList" "OesElementIndexUint" "OesStandardDerivatives" "OesTextureFloat" "OesTextureFloatLinear" "OesTextureHalfFloat" "OesTextureHalfFloatLinear" "OesVertexArrayObject" "OffscreenCanvas" "OvrMultiview2" "PageTransitionEvent" "Performance" "PointerEvent" "ResizeObserver" "ResizeObserverBoxOptions" "ResizeObserverEntry" "ResizeObserverOptions" "ResizeObserverSize" "SpeechSynthesis" "SpeechSynthesisUtterance" "Storage" "Touch" "TouchEvent" "TouchList" "UiEvent" "VideoFrame" "VisibilityState" "WebGl2RenderingContext" "WebGlActiveInfo" "WebGlBuffer" "WebGlFramebuffer" "WebGlProgram" "WebGlQuery" "WebGlRenderbuffer" "WebGlRenderingContext" "WebGlSampler" "WebGlShader" "WebGlSync" "WebGlTexture" "WebGlTransformFeedback" "WebGlUniformLocation" "WebGlVertexArrayObject" "WebglColorBufferFloat" "WebglCompressedTextureAstc" "WebglCompressedTextureEtc" "WebglCompressedTextureEtc1" "WebglCompressedTexturePvrtc" "WebglCompressedTextureS3tc" "WebglCompressedTextureS3tcSrgb" "WebglDebugRendererInfo" "WebglDebugShaders" "WebglDepthTexture" "WebglDrawBuffers" "WebglLoseContext" "WheelEvent" "Window" "Worker" "WorkerGlobalScope" "WorkerNavigator" "console" "gpu_map_mode" ]; - }; - "web-time" = rec { - crateName = "web-time"; - version = "0.2.4"; - edition = "2021"; - sha256 = "1q6gk0nkwbfz30g1pz8g52mq00zjx7m5im36k3474aw73jdh8c5a"; - dependencies = [ - { - name = "js-sys"; - packageId = "js-sys"; - target = { target, features }: ((builtins.elem "wasm" target."family") && (!(("emscripten" == target."os" or null) || ("wasi" == target."os" or null)))); - } - { - name = "wasm-bindgen"; - packageId = "wasm-bindgen"; - usesDefaultFeatures = false; - target = { target, features }: ((builtins.elem "wasm" target."family") && (!(("emscripten" == target."os" or null) || ("wasi" == target."os" or null)))); - } - ]; - - }; - "webbrowser" = rec { - crateName = "webbrowser"; - version = "0.8.12"; - edition = "2018"; - sha256 = "0w9w098h99xssjlzn4lbiq9qaqk9dqysg865kxqjfb5hb0b3kcl2"; - authors = [ - "Amod Malviya @amodm" - ]; - dependencies = [ - { - name = "core-foundation"; - packageId = "core-foundation"; - target = { target, features }: ("macos" == target."os" or null); - } - { - name = "home"; - packageId = "home"; - target = { target, features }: (("linux" == target."os" or null) || ("freebsd" == target."os" or null) || ("netbsd" == target."os" or null) || ("openbsd" == target."os" or null) || ("haiku" == target."os" or null)); - } - { - name = "jni"; - packageId = "jni"; - target = { target, features }: ("android" == target."os" or null); - } - { - name = "log"; - packageId = "log"; - } - { - name = "ndk-context"; - packageId = "ndk-context"; - target = { target, features }: ("android" == target."os" or null); - } - { - name = "objc"; - packageId = "objc"; - target = { target, features }: ("ios" == target."os" or null); - } - { - name = "raw-window-handle"; - packageId = "raw-window-handle 0.5.2"; - target = { target, features }: ("ios" == target."os" or null); - } - { - name = "url"; - packageId = "url"; - } - { - name = "web-sys"; - packageId = "web-sys"; - target = { target, features }: ("wasm32" == target."arch" or null); - features = [ "Window" ]; - } - ]; - features = { - "wasm-console" = [ "web-sys/console" ]; - }; - }; - "wgpu" = rec { - crateName = "wgpu"; - version = "0.19.1"; - edition = "2021"; - sha256 = "0b9kh8s4qw3s9g6ix6p2m3588hdgmsd0aihcy22nnbng1lqrmzhb"; - authors = [ - "gfx-rs developers" - ]; - dependencies = [ - { - name = "arrayvec"; - packageId = "arrayvec"; - } - { - name = "cfg-if"; - packageId = "cfg-if"; - } - { - name = "js-sys"; - packageId = "js-sys"; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "log"; - packageId = "log"; - } - { - name = "parking_lot"; - packageId = "parking_lot"; - } - { - name = "parking_lot"; - packageId = "parking_lot"; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "profiling"; - packageId = "profiling"; - usesDefaultFeatures = false; - } - { - name = "raw-window-handle"; - packageId = "raw-window-handle 0.6.0"; - features = [ "std" ]; - } - { - name = "smallvec"; - packageId = "smallvec"; - } - { - name = "static_assertions"; - packageId = "static_assertions"; - } - { - name = "wasm-bindgen"; - packageId = "wasm-bindgen"; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "wasm-bindgen-futures"; - packageId = "wasm-bindgen-futures"; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "web-sys"; - packageId = "web-sys"; - target = { target, features }: ("wasm32" == target."arch" or null); - features = [ "Document" "Navigator" "Node" "NodeList" "Gpu" "GpuAdapter" "GpuAddressMode" "GpuAutoLayoutMode" "GpuBindGroup" "GpuBindGroupDescriptor" "GpuBindGroupEntry" "GpuBindGroupLayout" "GpuBindGroupLayoutDescriptor" "GpuBindGroupLayoutEntry" "GpuBlendComponent" "GpuBlendFactor" "GpuBlendOperation" "GpuBlendState" "GpuBuffer" "GpuBufferBinding" "GpuBufferBindingLayout" "GpuBufferBindingType" "GpuBufferDescriptor" "GpuCanvasAlphaMode" "GpuCanvasContext" "GpuCanvasConfiguration" "GpuColorDict" "GpuColorTargetState" "GpuCommandBuffer" "GpuCommandBufferDescriptor" "GpuCommandEncoder" "GpuCommandEncoderDescriptor" "GpuCompareFunction" "GpuCompilationInfo" "GpuCompilationMessage" "GpuCompilationMessageType" "GpuComputePassDescriptor" "GpuComputePassEncoder" "GpuComputePassTimestampWrites" "GpuComputePipeline" "GpuComputePipelineDescriptor" "GpuCullMode" "GpuDepthStencilState" "GpuDevice" "GpuDeviceDescriptor" "GpuDeviceLostInfo" "GpuDeviceLostReason" "GpuError" "GpuErrorFilter" "GpuExtent3dDict" "GpuFeatureName" "GpuFilterMode" "GpuFragmentState" "GpuFrontFace" "GpuImageCopyBuffer" "GpuImageCopyExternalImage" "GpuImageCopyTexture" "GpuImageCopyTextureTagged" "GpuImageDataLayout" "GpuIndexFormat" "GpuLoadOp" "gpu_map_mode" "GpuMipmapFilterMode" "GpuMultisampleState" "GpuObjectDescriptorBase" "GpuOrigin2dDict" "GpuOrigin3dDict" "GpuOutOfMemoryError" "GpuPipelineDescriptorBase" "GpuPipelineLayout" "GpuPipelineLayoutDescriptor" "GpuPowerPreference" "GpuPrimitiveState" "GpuPrimitiveTopology" "GpuProgrammableStage" "GpuQuerySet" "GpuQuerySetDescriptor" "GpuQueryType" "GpuQueue" "GpuRenderBundle" "GpuRenderBundleDescriptor" "GpuRenderBundleEncoder" "GpuRenderBundleEncoderDescriptor" "GpuRenderPassColorAttachment" "GpuRenderPassDepthStencilAttachment" "GpuRenderPassDescriptor" "GpuRenderPassEncoder" "GpuRenderPipeline" "GpuRenderPipelineDescriptor" "GpuRequestAdapterOptions" "GpuSampler" "GpuSamplerBindingLayout" "GpuSamplerBindingType" "GpuSamplerDescriptor" "GpuShaderModule" "GpuShaderModuleDescriptor" "GpuStencilFaceState" "GpuStencilOperation" "GpuStorageTextureAccess" "GpuStorageTextureBindingLayout" "GpuStoreOp" "GpuSupportedFeatures" "GpuSupportedLimits" "GpuTexture" "GpuTextureAspect" "GpuTextureBindingLayout" "GpuTextureDescriptor" "GpuTextureDimension" "GpuTextureFormat" "GpuTextureSampleType" "GpuTextureView" "GpuTextureViewDescriptor" "GpuTextureViewDimension" "GpuUncapturedErrorEvent" "GpuUncapturedErrorEventInit" "GpuValidationError" "GpuVertexAttribute" "GpuVertexBufferLayout" "GpuVertexFormat" "GpuVertexState" "GpuVertexStepMode" "HtmlCanvasElement" "OffscreenCanvas" "ImageBitmap" "ImageBitmapRenderingContext" "Window" "WorkerGlobalScope" "WorkerNavigator" ]; - } - { - name = "wgpu-core"; - packageId = "wgpu-core"; - rename = "wgc"; - optional = true; - features = [ "raw-window-handle" ]; - } - { - name = "wgpu-core"; - packageId = "wgpu-core"; - rename = "wgc"; - target = { target, features }: ((target."unix" or false) && (!("ios" == target."os" or null)) && (!("macos" == target."os" or null))); - features = [ "gles" ]; - } - { - name = "wgpu-core"; - packageId = "wgpu-core"; - rename = "wgc"; - target = { target, features }: ((!("wasm32" == target."arch" or null)) || ("emscripten" == target."os" or null)); - features = [ "raw-window-handle" ]; - } - { - name = "wgpu-core"; - packageId = "wgpu-core"; - rename = "wgc"; - target = { target, features }: (("macos" == target."os" or null) || ("ios" == target."os" or null)); - } - { - name = "wgpu-core"; - packageId = "wgpu-core"; - rename = "wgc"; - target = { target, features }: ((target."windows" or false) || ((target."unix" or false) && (!("emscripten" == target."os" or null)) && (!("ios" == target."os" or null)) && (!("macos" == target."os" or null)))); - features = [ "vulkan" ]; - } - { - name = "wgpu-core"; - packageId = "wgpu-core"; - rename = "wgc"; - target = { target, features }: (target."windows" or false); - features = [ "gles" ]; - } - { - name = "wgpu-hal"; - packageId = "wgpu-hal"; - rename = "hal"; - target = { target, features }: ((!("wasm32" == target."arch" or null)) && (target."unix" or false) && (!("ios" == target."os" or null)) && (!("macos" == target."os" or null))); - features = [ "renderdoc" ]; - } - { - name = "wgpu-hal"; - packageId = "wgpu-hal"; - rename = "hal"; - target = { target, features }: ((!("wasm32" == target."arch" or null)) || ("emscripten" == target."os" or null)); - } - { - name = "wgpu-hal"; - packageId = "wgpu-hal"; - rename = "hal"; - optional = true; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "wgpu-hal"; - packageId = "wgpu-hal"; - rename = "hal"; - target = { target, features }: (target."windows" or false); - features = [ "dxc_shader_compiler" "renderdoc" "windows_rs" ]; - } - { - name = "wgpu-types"; - packageId = "wgpu-types"; - rename = "wgt"; - } - ]; - buildDependencies = [ - { - name = "cfg_aliases"; - packageId = "cfg_aliases"; - } - ]; - features = { - "angle" = [ "wgc?/gles" ]; - "api_log_info" = [ "wgc/api_log_info" ]; - "default" = [ "wgsl" "dx12" "metal" "webgpu" ]; - "dx12" = [ "wgc?/dx12" ]; - "fragile-send-sync-non-atomic-wasm" = [ "hal/fragile-send-sync-non-atomic-wasm" "wgc/fragile-send-sync-non-atomic-wasm" "wgt/fragile-send-sync-non-atomic-wasm" ]; - "glsl" = [ "naga/glsl-in" ]; - "hal" = [ "dep:hal" ]; - "metal" = [ "wgc?/metal" ]; - "naga" = [ "dep:naga" ]; - "naga-ir" = [ "naga" ]; - "replay" = [ "serde" "wgc/replay" ]; - "serde" = [ "dep:serde" ]; - "spirv" = [ "naga/spv-in" ]; - "strict_asserts" = [ "wgc?/strict_asserts" "wgt/strict_asserts" ]; - "trace" = [ "serde" "wgc/trace" ]; - "vulkan-portability" = [ "wgc?/vulkan" ]; - "webgl" = [ "hal" "wgc/gles" ]; - "webgpu" = [ "naga?/wgsl-out" ]; - "wgc" = [ "dep:wgc" ]; - "wgsl" = [ "wgc?/wgsl" ]; - }; - resolvedDefaultFeatures = [ "fragile-send-sync-non-atomic-wasm" "hal" "wgc" "wgsl" ]; - }; - "wgpu-core" = rec { - crateName = "wgpu-core"; - version = "0.19.0"; - edition = "2021"; - sha256 = "1v9hiqg0fl9dax2z5i57dm4i60jr9m7g8kd6k46xl2h6si8y85bb"; - authors = [ - "gfx-rs developers" - ]; - dependencies = [ - { - name = "arrayvec"; - packageId = "arrayvec"; - } - { - name = "bit-vec"; - packageId = "bit-vec"; - } - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "codespan-reporting"; - packageId = "codespan-reporting"; - } - { - name = "indexmap"; - packageId = "indexmap"; - } - { - name = "log"; - packageId = "log"; - } - { - name = "naga"; - packageId = "naga"; - features = [ "clone" ]; - } - { - name = "once_cell"; - packageId = "once_cell"; - } - { - name = "parking_lot"; - packageId = "parking_lot"; - } - { - name = "profiling"; - packageId = "profiling"; - usesDefaultFeatures = false; - } - { - name = "raw-window-handle"; - packageId = "raw-window-handle 0.6.0"; - optional = true; - } - { - name = "rustc-hash"; - packageId = "rustc-hash"; - } - { - name = "smallvec"; - packageId = "smallvec"; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - { - name = "web-sys"; - packageId = "web-sys"; - target = { target, features }: (("wasm32" == target."arch" or null) && (!("emscripten" == target."os" or null))); - features = [ "HtmlCanvasElement" "OffscreenCanvas" ]; - } - { - name = "wgpu-hal"; - packageId = "wgpu-hal"; - rename = "hal"; - usesDefaultFeatures = false; - } - { - name = "wgpu-types"; - packageId = "wgpu-types"; - rename = "wgt"; - } - ]; - buildDependencies = [ - { - name = "cfg_aliases"; - packageId = "cfg_aliases"; - } - ]; - features = { - "default" = [ "link" ]; - "dx12" = [ "hal/dx12" ]; - "fragile-send-sync-non-atomic-wasm" = [ "hal/fragile-send-sync-non-atomic-wasm" "wgt/fragile-send-sync-non-atomic-wasm" ]; - "gles" = [ "hal/gles" ]; - "link" = [ "hal/link" ]; - "metal" = [ "hal/metal" ]; - "raw-window-handle" = [ "dep:raw-window-handle" ]; - "renderdoc" = [ "hal/renderdoc" ]; - "replay" = [ "serde" "wgt/replay" "arrayvec/serde" "naga/deserialize" ]; - "ron" = [ "dep:ron" ]; - "serde" = [ "dep:serde" ]; - "serial-pass" = [ "serde" "wgt/serde" "arrayvec/serde" ]; - "strict_asserts" = [ "wgt/strict_asserts" ]; - "trace" = [ "ron" "serde" "wgt/trace" "arrayvec/serde" "naga/serialize" ]; - "vulkan" = [ "hal/vulkan" ]; - "wgsl" = [ "naga/wgsl-in" ]; - }; - resolvedDefaultFeatures = [ "default" "fragile-send-sync-non-atomic-wasm" "gles" "link" "raw-window-handle" "vulkan" "wgsl" ]; - }; - "wgpu-hal" = rec { - crateName = "wgpu-hal"; - version = "0.19.1"; - edition = "2021"; - sha256 = "0wkggrz7lgimzx3s893nk36ikb1nn1g946jrpk0azgrnca2lgfz3"; - authors = [ - "gfx-rs developers" - ]; - dependencies = [ - { - name = "android_system_properties"; - packageId = "android_system_properties"; - target = { target, features }: ("android" == target."os" or null); - } - { - name = "arrayvec"; - packageId = "arrayvec"; - } - { - name = "ash"; - packageId = "ash"; - optional = true; - target = { target, features }: (!("wasm32" == target."arch" or null)); - } - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "core-graphics-types"; - packageId = "core-graphics-types"; - target = { target, features }: (("macos" == target."os" or null) || ("ios" == target."os" or null)); - } - { - name = "glow"; - packageId = "glow"; - optional = true; - } - { - name = "glutin_wgl_sys"; - packageId = "glutin_wgl_sys"; - optional = true; - target = { target, features }: (target."windows" or false); - } - { - name = "gpu-alloc"; - packageId = "gpu-alloc"; - optional = true; - target = { target, features }: (!("wasm32" == target."arch" or null)); - } - { - name = "gpu-allocator"; - packageId = "gpu-allocator"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: (target."windows" or false); - features = [ "d3d12" "public-winapi" ]; - } - { - name = "gpu-descriptor"; - packageId = "gpu-descriptor"; - optional = true; - target = { target, features }: (!("wasm32" == target."arch" or null)); - } - { - name = "hassle-rs"; - packageId = "hassle-rs"; - optional = true; - target = { target, features }: (target."windows" or false); - } - { - name = "js-sys"; - packageId = "js-sys"; - target = { target, features }: (("wasm32" == target."arch" or null) && (!("emscripten" == target."os" or null))); - } - { - name = "khronos-egl"; - packageId = "khronos-egl"; - optional = true; - target = { target, features }: (!("wasm32" == target."arch" or null)); - features = [ "dynamic" ]; - } - { - name = "khronos-egl"; - packageId = "khronos-egl"; - target = { target, features }: ("emscripten" == target."os" or null); - features = [ "static" "no-pkg-config" ]; - } - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (target."unix" or false); - } - { - name = "libloading"; - packageId = "libloading 0.8.1"; - optional = true; - target = { target, features }: (!("wasm32" == target."arch" or null)); - } - { - name = "libloading"; - packageId = "libloading 0.8.1"; - optional = true; - target = { target, features }: ("emscripten" == target."os" or null); - } - { - name = "log"; - packageId = "log"; - } - { - name = "metal"; - packageId = "metal"; - target = { target, features }: (("macos" == target."os" or null) || ("ios" == target."os" or null)); - } - { - name = "naga"; - packageId = "naga"; - features = [ "clone" ]; - } - { - name = "objc"; - packageId = "objc"; - target = { target, features }: (("macos" == target."os" or null) || ("ios" == target."os" or null)); - } - { - name = "once_cell"; - packageId = "once_cell"; - } - { - name = "parking_lot"; - packageId = "parking_lot"; - } - { - name = "profiling"; - packageId = "profiling"; - usesDefaultFeatures = false; - } - { - name = "raw-window-handle"; - packageId = "raw-window-handle 0.6.0"; - } - { - name = "renderdoc-sys"; - packageId = "renderdoc-sys"; - optional = true; - target = { target, features }: (!("wasm32" == target."arch" or null)); - } - { - name = "rustc-hash"; - packageId = "rustc-hash"; - } - { - name = "smallvec"; - packageId = "smallvec"; - optional = true; - target = { target, features }: (!("wasm32" == target."arch" or null)); - features = [ "union" ]; - } - { - name = "thiserror"; - packageId = "thiserror"; - } - { - name = "wasm-bindgen"; - packageId = "wasm-bindgen"; - target = { target, features }: (("wasm32" == target."arch" or null) && (!("emscripten" == target."os" or null))); - } - { - name = "web-sys"; - packageId = "web-sys"; - target = { target, features }: (("wasm32" == target."arch" or null) && (!("emscripten" == target."os" or null))); - features = [ "Window" "HtmlCanvasElement" "WebGl2RenderingContext" "OffscreenCanvas" ]; - } - { - name = "wgpu-types"; - packageId = "wgpu-types"; - rename = "wgt"; - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "profileapi" "libloaderapi" "windef" "winuser" "dcomp" ]; - } - ]; - buildDependencies = [ - { - name = "cfg_aliases"; - packageId = "cfg_aliases"; - } - ]; - devDependencies = [ - { - name = "naga"; - packageId = "naga"; - features = [ "wgsl-in" ]; - } - ]; - features = { - "ash" = [ "dep:ash" ]; - "bit-set" = [ "dep:bit-set" ]; - "block" = [ "dep:block" ]; - "d3d12" = [ "dep:d3d12" ]; - "default" = [ "link" ]; - "dx12" = [ "naga/hlsl-out" "d3d12" "bit-set" "libloading" "range-alloc" "winapi/std" "winapi/winbase" "winapi/d3d12" "winapi/d3d12shader" "winapi/d3d12sdklayers" "winapi/dxgi1_6" ]; - "dxc_shader_compiler" = [ "hassle-rs" ]; - "fragile-send-sync-non-atomic-wasm" = [ "wgt/fragile-send-sync-non-atomic-wasm" ]; - "gles" = [ "naga/glsl-out" "glow" "glutin_wgl_sys" "khronos-egl" "libloading" ]; - "glow" = [ "dep:glow" ]; - "glutin_wgl_sys" = [ "dep:glutin_wgl_sys" ]; - "gpu-alloc" = [ "dep:gpu-alloc" ]; - "gpu-allocator" = [ "dep:gpu-allocator" ]; - "gpu-descriptor" = [ "dep:gpu-descriptor" ]; - "hassle-rs" = [ "dep:hassle-rs" ]; - "khronos-egl" = [ "dep:khronos-egl" ]; - "libloading" = [ "dep:libloading" ]; - "link" = [ "metal/link" ]; - "metal" = [ "naga/msl-out" "block" ]; - "range-alloc" = [ "dep:range-alloc" ]; - "renderdoc" = [ "libloading" "renderdoc-sys" ]; - "renderdoc-sys" = [ "dep:renderdoc-sys" ]; - "smallvec" = [ "dep:smallvec" ]; - "vulkan" = [ "naga/spv-out" "ash" "gpu-alloc" "gpu-descriptor" "libloading" "smallvec" ]; - "windows_rs" = [ "gpu-allocator" ]; - }; - resolvedDefaultFeatures = [ "ash" "default" "dxc_shader_compiler" "fragile-send-sync-non-atomic-wasm" "gles" "glow" "glutin_wgl_sys" "gpu-alloc" "gpu-allocator" "gpu-descriptor" "hassle-rs" "khronos-egl" "libloading" "link" "renderdoc" "renderdoc-sys" "smallvec" "vulkan" "windows_rs" ]; - }; - "wgpu-types" = rec { - crateName = "wgpu-types"; - version = "0.19.0"; - edition = "2021"; - sha256 = "1wjszlps8602zjb3qw79hi927by9yr3nwb8bp2g09yrbfzmwnpw9"; - authors = [ - "gfx-rs developers" - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "js-sys"; - packageId = "js-sys"; - target = { target, features }: ("wasm32" == target."arch" or null); - } - { - name = "web-sys"; - packageId = "web-sys"; - target = { target, features }: ("wasm32" == target."arch" or null); - features = [ "ImageBitmap" "HtmlVideoElement" "HtmlCanvasElement" "OffscreenCanvas" ]; - } - ]; - features = { - "replay" = [ "serde" ]; - "serde" = [ "dep:serde" ]; - "trace" = [ "serde" ]; - }; - resolvedDefaultFeatures = [ "fragile-send-sync-non-atomic-wasm" ]; - }; - "widestring" = rec { - crateName = "widestring"; - version = "1.0.2"; - edition = "2021"; - sha256 = "1a11qxmqf8jhh0vbyb6cc614d9qdqsh01r5bqnivn5pc74gi8gv5"; - features = { - "default" = [ "std" ]; - "std" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "std" ]; - }; - "winapi" = rec { - crateName = "winapi"; - version = "0.3.9"; - edition = "2015"; - sha256 = "06gl025x418lchw1wxj64ycr7gha83m44cjr5sarhynd9xkrm0sw"; - authors = [ - "Peter Atashian " - ]; - dependencies = [ - { - name = "winapi-i686-pc-windows-gnu"; - packageId = "winapi-i686-pc-windows-gnu"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "i686-pc-windows-gnu"); - } - { - name = "winapi-x86_64-pc-windows-gnu"; - packageId = "winapi-x86_64-pc-windows-gnu"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "x86_64-pc-windows-gnu"); - } - ]; - features = { - "debug" = [ "impl-debug" ]; - }; - resolvedDefaultFeatures = [ "basetsd" "combaseapi" "consoleapi" "d3d12" "dcomp" "errhandlingapi" "fileapi" "handleapi" "impl-debug" "impl-default" "iphlpapi" "knownfolders" "libloaderapi" "memoryapi" "minwinbase" "minwindef" "ntdef" "objbase" "oleauto" "processenv" "processthreadsapi" "profileapi" "sddl" "securitybaseapi" "shellapi" "shlobj" "std" "stringapiset" "synchapi" "sysinfoapi" "tcpmib" "winbase" "wincon" "windef" "winerror" "winnt" "winsock2" "winuser" "ws2def" "ws2ipdef" "ws2tcpip" "wtypes" ]; - }; - "winapi-i686-pc-windows-gnu" = rec { - crateName = "winapi-i686-pc-windows-gnu"; - version = "0.4.0"; - edition = "2015"; - sha256 = "1dmpa6mvcvzz16zg6d5vrfy4bxgg541wxrcip7cnshi06v38ffxc"; - authors = [ - "Peter Atashian " - ]; - - }; - "winapi-util" = rec { - crateName = "winapi-util"; - version = "0.1.6"; - edition = "2021"; - sha256 = "15i5lm39wd44004i9d5qspry2cynkrpvwzghr6s2c3dsk28nz7pj"; - authors = [ - "Andrew Gallant " - ]; - dependencies = [ - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "std" "consoleapi" "errhandlingapi" "fileapi" "minwindef" "processenv" "sysinfoapi" "winbase" "wincon" "winerror" "winnt" ]; - } - ]; - - }; - "winapi-wsapoll" = rec { - crateName = "winapi-wsapoll"; - version = "0.1.1"; - edition = "2018"; - sha256 = "0vnzlcm6yrlx0xdx4g7zr41n84aj73h0p8fwh0m60mbiyl873ha4"; - authors = [ - "Uli Schlachter " - ]; - dependencies = [ - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "winsock2" ]; - } - ]; - - }; - "winapi-x86_64-pc-windows-gnu" = rec { - crateName = "winapi-x86_64-pc-windows-gnu"; - version = "0.4.0"; - edition = "2015"; - sha256 = "0gqq64czqb64kskjryj8isp62m2sgvx25yyj3kpc2myh85w24bki"; - authors = [ - "Peter Atashian " - ]; - - }; - "windows 0.48.0" = rec { - crateName = "windows"; - version = "0.48.0"; - edition = "2018"; - sha256 = "03vh89ilnxdxdh0n9np4ns4m10fvm93h3b0cc05ipg3qq1mqi1p6"; - authors = [ - "Microsoft" - ]; - dependencies = [ - { - name = "windows-implement"; - packageId = "windows-implement"; - optional = true; - } - { - name = "windows-interface"; - packageId = "windows-interface"; - optional = true; - } - { - name = "windows-targets"; - packageId = "windows-targets 0.48.5"; - } - ]; - features = { - "AI_MachineLearning" = [ "AI" ]; - "ApplicationModel_Activation" = [ "ApplicationModel" ]; - "ApplicationModel_AppExtensions" = [ "ApplicationModel" ]; - "ApplicationModel_AppService" = [ "ApplicationModel" ]; - "ApplicationModel_Appointments" = [ "ApplicationModel" ]; - "ApplicationModel_Appointments_AppointmentsProvider" = [ "ApplicationModel_Appointments" ]; - "ApplicationModel_Appointments_DataProvider" = [ "ApplicationModel_Appointments" ]; - "ApplicationModel_Background" = [ "ApplicationModel" ]; - "ApplicationModel_Calls" = [ "ApplicationModel" ]; - "ApplicationModel_Calls_Background" = [ "ApplicationModel_Calls" ]; - "ApplicationModel_Calls_Provider" = [ "ApplicationModel_Calls" ]; - "ApplicationModel_Chat" = [ "ApplicationModel" ]; - "ApplicationModel_CommunicationBlocking" = [ "ApplicationModel" ]; - "ApplicationModel_Contacts" = [ "ApplicationModel" ]; - "ApplicationModel_Contacts_DataProvider" = [ "ApplicationModel_Contacts" ]; - "ApplicationModel_Contacts_Provider" = [ "ApplicationModel_Contacts" ]; - "ApplicationModel_ConversationalAgent" = [ "ApplicationModel" ]; - "ApplicationModel_Core" = [ "ApplicationModel" ]; - "ApplicationModel_DataTransfer" = [ "ApplicationModel" ]; - "ApplicationModel_DataTransfer_DragDrop" = [ "ApplicationModel_DataTransfer" ]; - "ApplicationModel_DataTransfer_DragDrop_Core" = [ "ApplicationModel_DataTransfer_DragDrop" ]; - "ApplicationModel_DataTransfer_ShareTarget" = [ "ApplicationModel_DataTransfer" ]; - "ApplicationModel_Email" = [ "ApplicationModel" ]; - "ApplicationModel_Email_DataProvider" = [ "ApplicationModel_Email" ]; - "ApplicationModel_ExtendedExecution" = [ "ApplicationModel" ]; - "ApplicationModel_ExtendedExecution_Foreground" = [ "ApplicationModel_ExtendedExecution" ]; - "ApplicationModel_Holographic" = [ "ApplicationModel" ]; - "ApplicationModel_LockScreen" = [ "ApplicationModel" ]; - "ApplicationModel_Payments" = [ "ApplicationModel" ]; - "ApplicationModel_Payments_Provider" = [ "ApplicationModel_Payments" ]; - "ApplicationModel_Preview" = [ "ApplicationModel" ]; - "ApplicationModel_Preview_Holographic" = [ "ApplicationModel_Preview" ]; - "ApplicationModel_Preview_InkWorkspace" = [ "ApplicationModel_Preview" ]; - "ApplicationModel_Preview_Notes" = [ "ApplicationModel_Preview" ]; - "ApplicationModel_Resources" = [ "ApplicationModel" ]; - "ApplicationModel_Resources_Core" = [ "ApplicationModel_Resources" ]; - "ApplicationModel_Resources_Management" = [ "ApplicationModel_Resources" ]; - "ApplicationModel_Search" = [ "ApplicationModel" ]; - "ApplicationModel_Search_Core" = [ "ApplicationModel_Search" ]; - "ApplicationModel_Store" = [ "ApplicationModel" ]; - "ApplicationModel_Store_LicenseManagement" = [ "ApplicationModel_Store" ]; - "ApplicationModel_Store_Preview" = [ "ApplicationModel_Store" ]; - "ApplicationModel_Store_Preview_InstallControl" = [ "ApplicationModel_Store_Preview" ]; - "ApplicationModel_UserActivities" = [ "ApplicationModel" ]; - "ApplicationModel_UserActivities_Core" = [ "ApplicationModel_UserActivities" ]; - "ApplicationModel_UserDataAccounts" = [ "ApplicationModel" ]; - "ApplicationModel_UserDataAccounts_Provider" = [ "ApplicationModel_UserDataAccounts" ]; - "ApplicationModel_UserDataAccounts_SystemAccess" = [ "ApplicationModel_UserDataAccounts" ]; - "ApplicationModel_UserDataTasks" = [ "ApplicationModel" ]; - "ApplicationModel_UserDataTasks_DataProvider" = [ "ApplicationModel_UserDataTasks" ]; - "ApplicationModel_VoiceCommands" = [ "ApplicationModel" ]; - "ApplicationModel_Wallet" = [ "ApplicationModel" ]; - "ApplicationModel_Wallet_System" = [ "ApplicationModel_Wallet" ]; - "Data_Html" = [ "Data" ]; - "Data_Json" = [ "Data" ]; - "Data_Pdf" = [ "Data" ]; - "Data_Text" = [ "Data" ]; - "Data_Xml" = [ "Data" ]; - "Data_Xml_Dom" = [ "Data_Xml" ]; - "Data_Xml_Xsl" = [ "Data_Xml" ]; - "Devices_Adc" = [ "Devices" ]; - "Devices_Adc_Provider" = [ "Devices_Adc" ]; - "Devices_Background" = [ "Devices" ]; - "Devices_Bluetooth" = [ "Devices" ]; - "Devices_Bluetooth_Advertisement" = [ "Devices_Bluetooth" ]; - "Devices_Bluetooth_Background" = [ "Devices_Bluetooth" ]; - "Devices_Bluetooth_GenericAttributeProfile" = [ "Devices_Bluetooth" ]; - "Devices_Bluetooth_Rfcomm" = [ "Devices_Bluetooth" ]; - "Devices_Custom" = [ "Devices" ]; - "Devices_Display" = [ "Devices" ]; - "Devices_Display_Core" = [ "Devices_Display" ]; - "Devices_Enumeration" = [ "Devices" ]; - "Devices_Enumeration_Pnp" = [ "Devices_Enumeration" ]; - "Devices_Geolocation" = [ "Devices" ]; - "Devices_Geolocation_Geofencing" = [ "Devices_Geolocation" ]; - "Devices_Geolocation_Provider" = [ "Devices_Geolocation" ]; - "Devices_Gpio" = [ "Devices" ]; - "Devices_Gpio_Provider" = [ "Devices_Gpio" ]; - "Devices_Haptics" = [ "Devices" ]; - "Devices_HumanInterfaceDevice" = [ "Devices" ]; - "Devices_I2c" = [ "Devices" ]; - "Devices_I2c_Provider" = [ "Devices_I2c" ]; - "Devices_Input" = [ "Devices" ]; - "Devices_Input_Preview" = [ "Devices_Input" ]; - "Devices_Lights" = [ "Devices" ]; - "Devices_Lights_Effects" = [ "Devices_Lights" ]; - "Devices_Midi" = [ "Devices" ]; - "Devices_PointOfService" = [ "Devices" ]; - "Devices_PointOfService_Provider" = [ "Devices_PointOfService" ]; - "Devices_Portable" = [ "Devices" ]; - "Devices_Power" = [ "Devices" ]; - "Devices_Printers" = [ "Devices" ]; - "Devices_Printers_Extensions" = [ "Devices_Printers" ]; - "Devices_Pwm" = [ "Devices" ]; - "Devices_Pwm_Provider" = [ "Devices_Pwm" ]; - "Devices_Radios" = [ "Devices" ]; - "Devices_Scanners" = [ "Devices" ]; - "Devices_Sensors" = [ "Devices" ]; - "Devices_Sensors_Custom" = [ "Devices_Sensors" ]; - "Devices_SerialCommunication" = [ "Devices" ]; - "Devices_SmartCards" = [ "Devices" ]; - "Devices_Sms" = [ "Devices" ]; - "Devices_Spi" = [ "Devices" ]; - "Devices_Spi_Provider" = [ "Devices_Spi" ]; - "Devices_Usb" = [ "Devices" ]; - "Devices_WiFi" = [ "Devices" ]; - "Devices_WiFiDirect" = [ "Devices" ]; - "Devices_WiFiDirect_Services" = [ "Devices_WiFiDirect" ]; - "Embedded_DeviceLockdown" = [ "Embedded" ]; - "Foundation_Collections" = [ "Foundation" ]; - "Foundation_Diagnostics" = [ "Foundation" ]; - "Foundation_Metadata" = [ "Foundation" ]; - "Foundation_Numerics" = [ "Foundation" ]; - "Gaming_Input" = [ "Gaming" ]; - "Gaming_Input_Custom" = [ "Gaming_Input" ]; - "Gaming_Input_ForceFeedback" = [ "Gaming_Input" ]; - "Gaming_Input_Preview" = [ "Gaming_Input" ]; - "Gaming_Preview" = [ "Gaming" ]; - "Gaming_Preview_GamesEnumeration" = [ "Gaming_Preview" ]; - "Gaming_UI" = [ "Gaming" ]; - "Gaming_XboxLive" = [ "Gaming" ]; - "Gaming_XboxLive_Storage" = [ "Gaming_XboxLive" ]; - "Globalization_Collation" = [ "Globalization" ]; - "Globalization_DateTimeFormatting" = [ "Globalization" ]; - "Globalization_Fonts" = [ "Globalization" ]; - "Globalization_NumberFormatting" = [ "Globalization" ]; - "Globalization_PhoneNumberFormatting" = [ "Globalization" ]; - "Graphics_Capture" = [ "Graphics" ]; - "Graphics_DirectX" = [ "Graphics" ]; - "Graphics_DirectX_Direct3D11" = [ "Graphics_DirectX" ]; - "Graphics_Display" = [ "Graphics" ]; - "Graphics_Display_Core" = [ "Graphics_Display" ]; - "Graphics_Effects" = [ "Graphics" ]; - "Graphics_Holographic" = [ "Graphics" ]; - "Graphics_Imaging" = [ "Graphics" ]; - "Graphics_Printing" = [ "Graphics" ]; - "Graphics_Printing3D" = [ "Graphics" ]; - "Graphics_Printing_OptionDetails" = [ "Graphics_Printing" ]; - "Graphics_Printing_PrintSupport" = [ "Graphics_Printing" ]; - "Graphics_Printing_PrintTicket" = [ "Graphics_Printing" ]; - "Graphics_Printing_Workflow" = [ "Graphics_Printing" ]; - "Management_Core" = [ "Management" ]; - "Management_Deployment" = [ "Management" ]; - "Management_Deployment_Preview" = [ "Management_Deployment" ]; - "Management_Policies" = [ "Management" ]; - "Management_Update" = [ "Management" ]; - "Management_Workplace" = [ "Management" ]; - "Media_AppBroadcasting" = [ "Media" ]; - "Media_AppRecording" = [ "Media" ]; - "Media_Audio" = [ "Media" ]; - "Media_Capture" = [ "Media" ]; - "Media_Capture_Core" = [ "Media_Capture" ]; - "Media_Capture_Frames" = [ "Media_Capture" ]; - "Media_Casting" = [ "Media" ]; - "Media_ClosedCaptioning" = [ "Media" ]; - "Media_ContentRestrictions" = [ "Media" ]; - "Media_Control" = [ "Media" ]; - "Media_Core" = [ "Media" ]; - "Media_Core_Preview" = [ "Media_Core" ]; - "Media_Devices" = [ "Media" ]; - "Media_Devices_Core" = [ "Media_Devices" ]; - "Media_DialProtocol" = [ "Media" ]; - "Media_Editing" = [ "Media" ]; - "Media_Effects" = [ "Media" ]; - "Media_FaceAnalysis" = [ "Media" ]; - "Media_Import" = [ "Media" ]; - "Media_MediaProperties" = [ "Media" ]; - "Media_Miracast" = [ "Media" ]; - "Media_Ocr" = [ "Media" ]; - "Media_PlayTo" = [ "Media" ]; - "Media_Playback" = [ "Media" ]; - "Media_Playlists" = [ "Media" ]; - "Media_Protection" = [ "Media" ]; - "Media_Protection_PlayReady" = [ "Media_Protection" ]; - "Media_Render" = [ "Media" ]; - "Media_SpeechRecognition" = [ "Media" ]; - "Media_SpeechSynthesis" = [ "Media" ]; - "Media_Streaming" = [ "Media" ]; - "Media_Streaming_Adaptive" = [ "Media_Streaming" ]; - "Media_Transcoding" = [ "Media" ]; - "Networking_BackgroundTransfer" = [ "Networking" ]; - "Networking_Connectivity" = [ "Networking" ]; - "Networking_NetworkOperators" = [ "Networking" ]; - "Networking_Proximity" = [ "Networking" ]; - "Networking_PushNotifications" = [ "Networking" ]; - "Networking_ServiceDiscovery" = [ "Networking" ]; - "Networking_ServiceDiscovery_Dnssd" = [ "Networking_ServiceDiscovery" ]; - "Networking_Sockets" = [ "Networking" ]; - "Networking_Vpn" = [ "Networking" ]; - "Networking_XboxLive" = [ "Networking" ]; - "Perception_Automation" = [ "Perception" ]; - "Perception_Automation_Core" = [ "Perception_Automation" ]; - "Perception_People" = [ "Perception" ]; - "Perception_Spatial" = [ "Perception" ]; - "Perception_Spatial_Preview" = [ "Perception_Spatial" ]; - "Perception_Spatial_Surfaces" = [ "Perception_Spatial" ]; - "Phone_ApplicationModel" = [ "Phone" ]; - "Phone_Devices" = [ "Phone" ]; - "Phone_Devices_Notification" = [ "Phone_Devices" ]; - "Phone_Devices_Power" = [ "Phone_Devices" ]; - "Phone_Management" = [ "Phone" ]; - "Phone_Management_Deployment" = [ "Phone_Management" ]; - "Phone_Media" = [ "Phone" ]; - "Phone_Media_Devices" = [ "Phone_Media" ]; - "Phone_Notification" = [ "Phone" ]; - "Phone_Notification_Management" = [ "Phone_Notification" ]; - "Phone_PersonalInformation" = [ "Phone" ]; - "Phone_PersonalInformation_Provisioning" = [ "Phone_PersonalInformation" ]; - "Phone_Speech" = [ "Phone" ]; - "Phone_Speech_Recognition" = [ "Phone_Speech" ]; - "Phone_StartScreen" = [ "Phone" ]; - "Phone_System" = [ "Phone" ]; - "Phone_System_Power" = [ "Phone_System" ]; - "Phone_System_Profile" = [ "Phone_System" ]; - "Phone_System_UserProfile" = [ "Phone_System" ]; - "Phone_System_UserProfile_GameServices" = [ "Phone_System_UserProfile" ]; - "Phone_System_UserProfile_GameServices_Core" = [ "Phone_System_UserProfile_GameServices" ]; - "Phone_UI" = [ "Phone" ]; - "Phone_UI_Input" = [ "Phone_UI" ]; - "Security_Authentication" = [ "Security" ]; - "Security_Authentication_Identity" = [ "Security_Authentication" ]; - "Security_Authentication_Identity_Core" = [ "Security_Authentication_Identity" ]; - "Security_Authentication_OnlineId" = [ "Security_Authentication" ]; - "Security_Authentication_Web" = [ "Security_Authentication" ]; - "Security_Authentication_Web_Core" = [ "Security_Authentication_Web" ]; - "Security_Authentication_Web_Provider" = [ "Security_Authentication_Web" ]; - "Security_Authorization" = [ "Security" ]; - "Security_Authorization_AppCapabilityAccess" = [ "Security_Authorization" ]; - "Security_Credentials" = [ "Security" ]; - "Security_Credentials_UI" = [ "Security_Credentials" ]; - "Security_Cryptography" = [ "Security" ]; - "Security_Cryptography_Certificates" = [ "Security_Cryptography" ]; - "Security_Cryptography_Core" = [ "Security_Cryptography" ]; - "Security_Cryptography_DataProtection" = [ "Security_Cryptography" ]; - "Security_DataProtection" = [ "Security" ]; - "Security_EnterpriseData" = [ "Security" ]; - "Security_ExchangeActiveSyncProvisioning" = [ "Security" ]; - "Security_Isolation" = [ "Security" ]; - "Services_Maps" = [ "Services" ]; - "Services_Maps_Guidance" = [ "Services_Maps" ]; - "Services_Maps_LocalSearch" = [ "Services_Maps" ]; - "Services_Maps_OfflineMaps" = [ "Services_Maps" ]; - "Services_Store" = [ "Services" ]; - "Services_TargetedContent" = [ "Services" ]; - "Storage_AccessCache" = [ "Storage" ]; - "Storage_BulkAccess" = [ "Storage" ]; - "Storage_Compression" = [ "Storage" ]; - "Storage_FileProperties" = [ "Storage" ]; - "Storage_Pickers" = [ "Storage" ]; - "Storage_Pickers_Provider" = [ "Storage_Pickers" ]; - "Storage_Provider" = [ "Storage" ]; - "Storage_Search" = [ "Storage" ]; - "Storage_Streams" = [ "Storage" ]; - "System_Diagnostics" = [ "System" ]; - "System_Diagnostics_DevicePortal" = [ "System_Diagnostics" ]; - "System_Diagnostics_Telemetry" = [ "System_Diagnostics" ]; - "System_Diagnostics_TraceReporting" = [ "System_Diagnostics" ]; - "System_Display" = [ "System" ]; - "System_Implementation" = [ "System" ]; - "System_Implementation_FileExplorer" = [ "System_Implementation" ]; - "System_Inventory" = [ "System" ]; - "System_Power" = [ "System" ]; - "System_Profile" = [ "System" ]; - "System_Profile_SystemManufacturers" = [ "System_Profile" ]; - "System_RemoteDesktop" = [ "System" ]; - "System_RemoteDesktop_Input" = [ "System_RemoteDesktop" ]; - "System_RemoteSystems" = [ "System" ]; - "System_Threading" = [ "System" ]; - "System_Threading_Core" = [ "System_Threading" ]; - "System_Update" = [ "System" ]; - "System_UserProfile" = [ "System" ]; - "UI_Accessibility" = [ "UI" ]; - "UI_ApplicationSettings" = [ "UI" ]; - "UI_Composition" = [ "UI" ]; - "UI_Composition_Core" = [ "UI_Composition" ]; - "UI_Composition_Desktop" = [ "UI_Composition" ]; - "UI_Composition_Diagnostics" = [ "UI_Composition" ]; - "UI_Composition_Effects" = [ "UI_Composition" ]; - "UI_Composition_Interactions" = [ "UI_Composition" ]; - "UI_Composition_Scenes" = [ "UI_Composition" ]; - "UI_Core" = [ "UI" ]; - "UI_Core_AnimationMetrics" = [ "UI_Core" ]; - "UI_Core_Preview" = [ "UI_Core" ]; - "UI_Input" = [ "UI" ]; - "UI_Input_Core" = [ "UI_Input" ]; - "UI_Input_Inking" = [ "UI_Input" ]; - "UI_Input_Inking_Analysis" = [ "UI_Input_Inking" ]; - "UI_Input_Inking_Core" = [ "UI_Input_Inking" ]; - "UI_Input_Inking_Preview" = [ "UI_Input_Inking" ]; - "UI_Input_Preview" = [ "UI_Input" ]; - "UI_Input_Preview_Injection" = [ "UI_Input_Preview" ]; - "UI_Input_Spatial" = [ "UI_Input" ]; - "UI_Notifications" = [ "UI" ]; - "UI_Notifications_Management" = [ "UI_Notifications" ]; - "UI_Popups" = [ "UI" ]; - "UI_Shell" = [ "UI" ]; - "UI_StartScreen" = [ "UI" ]; - "UI_Text" = [ "UI" ]; - "UI_Text_Core" = [ "UI_Text" ]; - "UI_UIAutomation" = [ "UI" ]; - "UI_UIAutomation_Core" = [ "UI_UIAutomation" ]; - "UI_ViewManagement" = [ "UI" ]; - "UI_ViewManagement_Core" = [ "UI_ViewManagement" ]; - "UI_WebUI" = [ "UI" ]; - "UI_WebUI_Core" = [ "UI_WebUI" ]; - "UI_WindowManagement" = [ "UI" ]; - "UI_WindowManagement_Preview" = [ "UI_WindowManagement" ]; - "Wdk_System" = [ "Wdk" ]; - "Wdk_System_OfflineRegistry" = [ "Wdk_System" ]; - "Web_AtomPub" = [ "Web" ]; - "Web_Http" = [ "Web" ]; - "Web_Http_Diagnostics" = [ "Web_Http" ]; - "Web_Http_Filters" = [ "Web_Http" ]; - "Web_Http_Headers" = [ "Web_Http" ]; - "Web_Syndication" = [ "Web" ]; - "Web_UI" = [ "Web" ]; - "Web_UI_Interop" = [ "Web_UI" ]; - "Win32_AI" = [ "Win32" ]; - "Win32_AI_MachineLearning" = [ "Win32_AI" ]; - "Win32_AI_MachineLearning_DirectML" = [ "Win32_AI_MachineLearning" ]; - "Win32_AI_MachineLearning_WinML" = [ "Win32_AI_MachineLearning" ]; - "Win32_Data" = [ "Win32" ]; - "Win32_Data_HtmlHelp" = [ "Win32_Data" ]; - "Win32_Data_RightsManagement" = [ "Win32_Data" ]; - "Win32_Data_Xml" = [ "Win32_Data" ]; - "Win32_Data_Xml_MsXml" = [ "Win32_Data_Xml" ]; - "Win32_Data_Xml_XmlLite" = [ "Win32_Data_Xml" ]; - "Win32_Devices" = [ "Win32" ]; - "Win32_Devices_AllJoyn" = [ "Win32_Devices" ]; - "Win32_Devices_BiometricFramework" = [ "Win32_Devices" ]; - "Win32_Devices_Bluetooth" = [ "Win32_Devices" ]; - "Win32_Devices_Communication" = [ "Win32_Devices" ]; - "Win32_Devices_DeviceAccess" = [ "Win32_Devices" ]; - "Win32_Devices_DeviceAndDriverInstallation" = [ "Win32_Devices" ]; - "Win32_Devices_DeviceQuery" = [ "Win32_Devices" ]; - "Win32_Devices_Display" = [ "Win32_Devices" ]; - "Win32_Devices_Enumeration" = [ "Win32_Devices" ]; - "Win32_Devices_Enumeration_Pnp" = [ "Win32_Devices_Enumeration" ]; - "Win32_Devices_Fax" = [ "Win32_Devices" ]; - "Win32_Devices_FunctionDiscovery" = [ "Win32_Devices" ]; - "Win32_Devices_Geolocation" = [ "Win32_Devices" ]; - "Win32_Devices_HumanInterfaceDevice" = [ "Win32_Devices" ]; - "Win32_Devices_ImageAcquisition" = [ "Win32_Devices" ]; - "Win32_Devices_PortableDevices" = [ "Win32_Devices" ]; - "Win32_Devices_Properties" = [ "Win32_Devices" ]; - "Win32_Devices_Pwm" = [ "Win32_Devices" ]; - "Win32_Devices_Sensors" = [ "Win32_Devices" ]; - "Win32_Devices_SerialCommunication" = [ "Win32_Devices" ]; - "Win32_Devices_Tapi" = [ "Win32_Devices" ]; - "Win32_Devices_Usb" = [ "Win32_Devices" ]; - "Win32_Devices_WebServicesOnDevices" = [ "Win32_Devices" ]; - "Win32_Foundation" = [ "Win32" ]; - "Win32_Gaming" = [ "Win32" ]; - "Win32_Globalization" = [ "Win32" ]; - "Win32_Graphics" = [ "Win32" ]; - "Win32_Graphics_CompositionSwapchain" = [ "Win32_Graphics" ]; - "Win32_Graphics_DXCore" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct2D" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct2D_Common" = [ "Win32_Graphics_Direct2D" ]; - "Win32_Graphics_Direct3D" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct3D10" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct3D11" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct3D11on12" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct3D12" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct3D9" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct3D9on12" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct3D_Dxc" = [ "Win32_Graphics_Direct3D" ]; - "Win32_Graphics_Direct3D_Fxc" = [ "Win32_Graphics_Direct3D" ]; - "Win32_Graphics_DirectComposition" = [ "Win32_Graphics" ]; - "Win32_Graphics_DirectDraw" = [ "Win32_Graphics" ]; - "Win32_Graphics_DirectManipulation" = [ "Win32_Graphics" ]; - "Win32_Graphics_DirectWrite" = [ "Win32_Graphics" ]; - "Win32_Graphics_Dwm" = [ "Win32_Graphics" ]; - "Win32_Graphics_Dxgi" = [ "Win32_Graphics" ]; - "Win32_Graphics_Dxgi_Common" = [ "Win32_Graphics_Dxgi" ]; - "Win32_Graphics_Gdi" = [ "Win32_Graphics" ]; - "Win32_Graphics_Hlsl" = [ "Win32_Graphics" ]; - "Win32_Graphics_Imaging" = [ "Win32_Graphics" ]; - "Win32_Graphics_Imaging_D2D" = [ "Win32_Graphics_Imaging" ]; - "Win32_Graphics_OpenGL" = [ "Win32_Graphics" ]; - "Win32_Graphics_Printing" = [ "Win32_Graphics" ]; - "Win32_Graphics_Printing_PrintTicket" = [ "Win32_Graphics_Printing" ]; - "Win32_Management" = [ "Win32" ]; - "Win32_Management_MobileDeviceManagementRegistration" = [ "Win32_Management" ]; - "Win32_Media" = [ "Win32" ]; - "Win32_Media_Audio" = [ "Win32_Media" ]; - "Win32_Media_Audio_Apo" = [ "Win32_Media_Audio" ]; - "Win32_Media_Audio_DirectMusic" = [ "Win32_Media_Audio" ]; - "Win32_Media_Audio_DirectSound" = [ "Win32_Media_Audio" ]; - "Win32_Media_Audio_Endpoints" = [ "Win32_Media_Audio" ]; - "Win32_Media_Audio_XAudio2" = [ "Win32_Media_Audio" ]; - "Win32_Media_DeviceManager" = [ "Win32_Media" ]; - "Win32_Media_DirectShow" = [ "Win32_Media" ]; - "Win32_Media_DirectShow_Tv" = [ "Win32_Media_DirectShow" ]; - "Win32_Media_DirectShow_Xml" = [ "Win32_Media_DirectShow" ]; - "Win32_Media_DxMediaObjects" = [ "Win32_Media" ]; - "Win32_Media_KernelStreaming" = [ "Win32_Media" ]; - "Win32_Media_LibrarySharingServices" = [ "Win32_Media" ]; - "Win32_Media_MediaFoundation" = [ "Win32_Media" ]; - "Win32_Media_MediaPlayer" = [ "Win32_Media" ]; - "Win32_Media_Multimedia" = [ "Win32_Media" ]; - "Win32_Media_PictureAcquisition" = [ "Win32_Media" ]; - "Win32_Media_Speech" = [ "Win32_Media" ]; - "Win32_Media_Streaming" = [ "Win32_Media" ]; - "Win32_Media_WindowsMediaFormat" = [ "Win32_Media" ]; - "Win32_NetworkManagement" = [ "Win32" ]; - "Win32_NetworkManagement_Dhcp" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Dns" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_InternetConnectionWizard" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_IpHelper" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_MobileBroadband" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Multicast" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Ndis" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetBios" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetManagement" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetShell" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetworkDiagnosticsFramework" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetworkPolicyServer" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_P2P" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_QoS" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Rras" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Snmp" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WNet" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WebDav" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WiFi" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsConnectNow" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsConnectionManager" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsFilteringPlatform" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsFirewall" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsNetworkVirtualization" = [ "Win32_NetworkManagement" ]; - "Win32_Networking" = [ "Win32" ]; - "Win32_Networking_ActiveDirectory" = [ "Win32_Networking" ]; - "Win32_Networking_BackgroundIntelligentTransferService" = [ "Win32_Networking" ]; - "Win32_Networking_Clustering" = [ "Win32_Networking" ]; - "Win32_Networking_HttpServer" = [ "Win32_Networking" ]; - "Win32_Networking_Ldap" = [ "Win32_Networking" ]; - "Win32_Networking_NetworkListManager" = [ "Win32_Networking" ]; - "Win32_Networking_RemoteDifferentialCompression" = [ "Win32_Networking" ]; - "Win32_Networking_WebSocket" = [ "Win32_Networking" ]; - "Win32_Networking_WinHttp" = [ "Win32_Networking" ]; - "Win32_Networking_WinInet" = [ "Win32_Networking" ]; - "Win32_Networking_WinSock" = [ "Win32_Networking" ]; - "Win32_Networking_WindowsWebServices" = [ "Win32_Networking" ]; - "Win32_Security" = [ "Win32" ]; - "Win32_Security_AppLocker" = [ "Win32_Security" ]; - "Win32_Security_Authentication" = [ "Win32_Security" ]; - "Win32_Security_Authentication_Identity" = [ "Win32_Security_Authentication" ]; - "Win32_Security_Authentication_Identity_Provider" = [ "Win32_Security_Authentication_Identity" ]; - "Win32_Security_Authorization" = [ "Win32_Security" ]; - "Win32_Security_Authorization_UI" = [ "Win32_Security_Authorization" ]; - "Win32_Security_ConfigurationSnapin" = [ "Win32_Security" ]; - "Win32_Security_Credentials" = [ "Win32_Security" ]; - "Win32_Security_Cryptography" = [ "Win32_Security" ]; - "Win32_Security_Cryptography_Catalog" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_Cryptography_Certificates" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_Cryptography_Sip" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_Cryptography_UI" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_DiagnosticDataQuery" = [ "Win32_Security" ]; - "Win32_Security_DirectoryServices" = [ "Win32_Security" ]; - "Win32_Security_EnterpriseData" = [ "Win32_Security" ]; - "Win32_Security_ExtensibleAuthenticationProtocol" = [ "Win32_Security" ]; - "Win32_Security_Isolation" = [ "Win32_Security" ]; - "Win32_Security_LicenseProtection" = [ "Win32_Security" ]; - "Win32_Security_NetworkAccessProtection" = [ "Win32_Security" ]; - "Win32_Security_Tpm" = [ "Win32_Security" ]; - "Win32_Security_WinTrust" = [ "Win32_Security" ]; - "Win32_Security_WinWlx" = [ "Win32_Security" ]; - "Win32_Storage" = [ "Win32" ]; - "Win32_Storage_Cabinets" = [ "Win32_Storage" ]; - "Win32_Storage_CloudFilters" = [ "Win32_Storage" ]; - "Win32_Storage_Compression" = [ "Win32_Storage" ]; - "Win32_Storage_DataDeduplication" = [ "Win32_Storage" ]; - "Win32_Storage_DistributedFileSystem" = [ "Win32_Storage" ]; - "Win32_Storage_EnhancedStorage" = [ "Win32_Storage" ]; - "Win32_Storage_FileHistory" = [ "Win32_Storage" ]; - "Win32_Storage_FileServerResourceManager" = [ "Win32_Storage" ]; - "Win32_Storage_FileSystem" = [ "Win32_Storage" ]; - "Win32_Storage_Imapi" = [ "Win32_Storage" ]; - "Win32_Storage_IndexServer" = [ "Win32_Storage" ]; - "Win32_Storage_InstallableFileSystems" = [ "Win32_Storage" ]; - "Win32_Storage_IscsiDisc" = [ "Win32_Storage" ]; - "Win32_Storage_Jet" = [ "Win32_Storage" ]; - "Win32_Storage_OfflineFiles" = [ "Win32_Storage" ]; - "Win32_Storage_OperationRecorder" = [ "Win32_Storage" ]; - "Win32_Storage_Packaging" = [ "Win32_Storage" ]; - "Win32_Storage_Packaging_Appx" = [ "Win32_Storage_Packaging" ]; - "Win32_Storage_Packaging_Opc" = [ "Win32_Storage_Packaging" ]; - "Win32_Storage_ProjectedFileSystem" = [ "Win32_Storage" ]; - "Win32_Storage_StructuredStorage" = [ "Win32_Storage" ]; - "Win32_Storage_Vhd" = [ "Win32_Storage" ]; - "Win32_Storage_VirtualDiskService" = [ "Win32_Storage" ]; - "Win32_Storage_Vss" = [ "Win32_Storage" ]; - "Win32_Storage_Xps" = [ "Win32_Storage" ]; - "Win32_Storage_Xps_Printing" = [ "Win32_Storage_Xps" ]; - "Win32_System" = [ "Win32" ]; - "Win32_System_AddressBook" = [ "Win32_System" ]; - "Win32_System_Antimalware" = [ "Win32_System" ]; - "Win32_System_ApplicationInstallationAndServicing" = [ "Win32_System" ]; - "Win32_System_ApplicationVerifier" = [ "Win32_System" ]; - "Win32_System_AssessmentTool" = [ "Win32_System" ]; - "Win32_System_ClrHosting" = [ "Win32_System" ]; - "Win32_System_Com" = [ "Win32_System" ]; - "Win32_System_Com_CallObj" = [ "Win32_System_Com" ]; - "Win32_System_Com_ChannelCredentials" = [ "Win32_System_Com" ]; - "Win32_System_Com_Events" = [ "Win32_System_Com" ]; - "Win32_System_Com_Marshal" = [ "Win32_System_Com" ]; - "Win32_System_Com_StructuredStorage" = [ "Win32_System_Com" ]; - "Win32_System_Com_UI" = [ "Win32_System_Com" ]; - "Win32_System_Com_Urlmon" = [ "Win32_System_Com" ]; - "Win32_System_ComponentServices" = [ "Win32_System" ]; - "Win32_System_Console" = [ "Win32_System" ]; - "Win32_System_Contacts" = [ "Win32_System" ]; - "Win32_System_CorrelationVector" = [ "Win32_System" ]; - "Win32_System_DataExchange" = [ "Win32_System" ]; - "Win32_System_DeploymentServices" = [ "Win32_System" ]; - "Win32_System_DesktopSharing" = [ "Win32_System" ]; - "Win32_System_DeveloperLicensing" = [ "Win32_System" ]; - "Win32_System_Diagnostics" = [ "Win32_System" ]; - "Win32_System_Diagnostics_Ceip" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_ClrProfiling" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_Debug" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_Debug_ActiveScript" = [ "Win32_System_Diagnostics_Debug" ]; - "Win32_System_Diagnostics_Debug_Extensions" = [ "Win32_System_Diagnostics_Debug" ]; - "Win32_System_Diagnostics_Etw" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_ProcessSnapshotting" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_ToolHelp" = [ "Win32_System_Diagnostics" ]; - "Win32_System_DistributedTransactionCoordinator" = [ "Win32_System" ]; - "Win32_System_Environment" = [ "Win32_System" ]; - "Win32_System_ErrorReporting" = [ "Win32_System" ]; - "Win32_System_EventCollector" = [ "Win32_System" ]; - "Win32_System_EventLog" = [ "Win32_System" ]; - "Win32_System_EventNotificationService" = [ "Win32_System" ]; - "Win32_System_GroupPolicy" = [ "Win32_System" ]; - "Win32_System_HostCompute" = [ "Win32_System" ]; - "Win32_System_HostComputeNetwork" = [ "Win32_System" ]; - "Win32_System_HostComputeSystem" = [ "Win32_System" ]; - "Win32_System_Hypervisor" = [ "Win32_System" ]; - "Win32_System_IO" = [ "Win32_System" ]; - "Win32_System_Iis" = [ "Win32_System" ]; - "Win32_System_Ioctl" = [ "Win32_System" ]; - "Win32_System_JobObjects" = [ "Win32_System" ]; - "Win32_System_Js" = [ "Win32_System" ]; - "Win32_System_Kernel" = [ "Win32_System" ]; - "Win32_System_LibraryLoader" = [ "Win32_System" ]; - "Win32_System_Mailslots" = [ "Win32_System" ]; - "Win32_System_Mapi" = [ "Win32_System" ]; - "Win32_System_Memory" = [ "Win32_System" ]; - "Win32_System_Memory_NonVolatile" = [ "Win32_System_Memory" ]; - "Win32_System_MessageQueuing" = [ "Win32_System" ]; - "Win32_System_MixedReality" = [ "Win32_System" ]; - "Win32_System_Mmc" = [ "Win32_System" ]; - "Win32_System_Ole" = [ "Win32_System" ]; - "Win32_System_ParentalControls" = [ "Win32_System" ]; - "Win32_System_PasswordManagement" = [ "Win32_System" ]; - "Win32_System_Performance" = [ "Win32_System" ]; - "Win32_System_Performance_HardwareCounterProfiling" = [ "Win32_System_Performance" ]; - "Win32_System_Pipes" = [ "Win32_System" ]; - "Win32_System_Power" = [ "Win32_System" ]; - "Win32_System_ProcessStatus" = [ "Win32_System" ]; - "Win32_System_RealTimeCommunications" = [ "Win32_System" ]; - "Win32_System_Recovery" = [ "Win32_System" ]; - "Win32_System_Registry" = [ "Win32_System" ]; - "Win32_System_RemoteAssistance" = [ "Win32_System" ]; - "Win32_System_RemoteDesktop" = [ "Win32_System" ]; - "Win32_System_RemoteManagement" = [ "Win32_System" ]; - "Win32_System_RestartManager" = [ "Win32_System" ]; - "Win32_System_Restore" = [ "Win32_System" ]; - "Win32_System_Rpc" = [ "Win32_System" ]; - "Win32_System_Search" = [ "Win32_System" ]; - "Win32_System_Search_Common" = [ "Win32_System_Search" ]; - "Win32_System_SecurityCenter" = [ "Win32_System" ]; - "Win32_System_ServerBackup" = [ "Win32_System" ]; - "Win32_System_Services" = [ "Win32_System" ]; - "Win32_System_SettingsManagementInfrastructure" = [ "Win32_System" ]; - "Win32_System_SetupAndMigration" = [ "Win32_System" ]; - "Win32_System_Shutdown" = [ "Win32_System" ]; - "Win32_System_SideShow" = [ "Win32_System" ]; - "Win32_System_StationsAndDesktops" = [ "Win32_System" ]; - "Win32_System_SubsystemForLinux" = [ "Win32_System" ]; - "Win32_System_SystemInformation" = [ "Win32_System" ]; - "Win32_System_SystemServices" = [ "Win32_System" ]; - "Win32_System_TaskScheduler" = [ "Win32_System" ]; - "Win32_System_Threading" = [ "Win32_System" ]; - "Win32_System_Time" = [ "Win32_System" ]; - "Win32_System_TpmBaseServices" = [ "Win32_System" ]; - "Win32_System_TransactionServer" = [ "Win32_System" ]; - "Win32_System_UpdateAgent" = [ "Win32_System" ]; - "Win32_System_UpdateAssessment" = [ "Win32_System" ]; - "Win32_System_UserAccessLogging" = [ "Win32_System" ]; - "Win32_System_VirtualDosMachines" = [ "Win32_System" ]; - "Win32_System_WinRT" = [ "Win32_System" ]; - "Win32_System_WinRT_AllJoyn" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Composition" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_CoreInputView" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Direct3D11" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Display" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Graphics" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Graphics_Capture" = [ "Win32_System_WinRT_Graphics" ]; - "Win32_System_WinRT_Graphics_Direct2D" = [ "Win32_System_WinRT_Graphics" ]; - "Win32_System_WinRT_Graphics_Imaging" = [ "Win32_System_WinRT_Graphics" ]; - "Win32_System_WinRT_Holographic" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Isolation" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_ML" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Media" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Metadata" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Pdf" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Printing" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Shell" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Storage" = [ "Win32_System_WinRT" ]; - "Win32_System_WindowsProgramming" = [ "Win32_System" ]; - "Win32_System_WindowsSync" = [ "Win32_System" ]; - "Win32_System_Wmi" = [ "Win32_System" ]; - "Win32_UI" = [ "Win32" ]; - "Win32_UI_Accessibility" = [ "Win32_UI" ]; - "Win32_UI_Animation" = [ "Win32_UI" ]; - "Win32_UI_ColorSystem" = [ "Win32_UI" ]; - "Win32_UI_Controls" = [ "Win32_UI" ]; - "Win32_UI_Controls_Dialogs" = [ "Win32_UI_Controls" ]; - "Win32_UI_Controls_RichEdit" = [ "Win32_UI_Controls" ]; - "Win32_UI_HiDpi" = [ "Win32_UI" ]; - "Win32_UI_Input" = [ "Win32_UI" ]; - "Win32_UI_Input_Ime" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Ink" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_KeyboardAndMouse" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Pointer" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Radial" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Touch" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_XboxController" = [ "Win32_UI_Input" ]; - "Win32_UI_InteractionContext" = [ "Win32_UI" ]; - "Win32_UI_LegacyWindowsEnvironmentFeatures" = [ "Win32_UI" ]; - "Win32_UI_Magnification" = [ "Win32_UI" ]; - "Win32_UI_Notifications" = [ "Win32_UI" ]; - "Win32_UI_Ribbon" = [ "Win32_UI" ]; - "Win32_UI_Shell" = [ "Win32_UI" ]; - "Win32_UI_Shell_Common" = [ "Win32_UI_Shell" ]; - "Win32_UI_Shell_PropertiesSystem" = [ "Win32_UI_Shell" ]; - "Win32_UI_TabletPC" = [ "Win32_UI" ]; - "Win32_UI_TextServices" = [ "Win32_UI" ]; - "Win32_UI_WindowsAndMessaging" = [ "Win32_UI" ]; - "Win32_UI_Wpf" = [ "Win32_UI" ]; - "Win32_Web" = [ "Win32" ]; - "Win32_Web_InternetExplorer" = [ "Win32_Web" ]; - "implement" = [ "windows-implement" "windows-interface" ]; - "windows-implement" = [ "dep:windows-implement" ]; - "windows-interface" = [ "dep:windows-interface" ]; - }; - resolvedDefaultFeatures = [ "Win32" "Win32_Foundation" "Win32_Graphics" "Win32_Graphics_Gdi" "Win32_System" "Win32_System_Com" "Win32_System_LibraryLoader" "Win32_System_Ole" "Win32_UI" "Win32_UI_Accessibility" "Win32_UI_Input" "Win32_UI_Input_KeyboardAndMouse" "Win32_UI_WindowsAndMessaging" "default" "implement" "windows-implement" "windows-interface" ]; - }; - "windows 0.52.0" = rec { - crateName = "windows"; - version = "0.52.0"; - edition = "2021"; - sha256 = "1gnh210qjlprpd1szaq04rjm1zqgdm9j7l9absg0kawi2rwm72p4"; - authors = [ - "Microsoft" - ]; - dependencies = [ - { - name = "windows-core"; - packageId = "windows-core"; - } - { - name = "windows-targets"; - packageId = "windows-targets 0.52.0"; - } - ]; - features = { - "AI_MachineLearning" = [ "AI" ]; - "ApplicationModel_Activation" = [ "ApplicationModel" ]; - "ApplicationModel_AppExtensions" = [ "ApplicationModel" ]; - "ApplicationModel_AppService" = [ "ApplicationModel" ]; - "ApplicationModel_Appointments" = [ "ApplicationModel" ]; - "ApplicationModel_Appointments_AppointmentsProvider" = [ "ApplicationModel_Appointments" ]; - "ApplicationModel_Appointments_DataProvider" = [ "ApplicationModel_Appointments" ]; - "ApplicationModel_Background" = [ "ApplicationModel" ]; - "ApplicationModel_Calls" = [ "ApplicationModel" ]; - "ApplicationModel_Calls_Background" = [ "ApplicationModel_Calls" ]; - "ApplicationModel_Calls_Provider" = [ "ApplicationModel_Calls" ]; - "ApplicationModel_Chat" = [ "ApplicationModel" ]; - "ApplicationModel_CommunicationBlocking" = [ "ApplicationModel" ]; - "ApplicationModel_Contacts" = [ "ApplicationModel" ]; - "ApplicationModel_Contacts_DataProvider" = [ "ApplicationModel_Contacts" ]; - "ApplicationModel_Contacts_Provider" = [ "ApplicationModel_Contacts" ]; - "ApplicationModel_ConversationalAgent" = [ "ApplicationModel" ]; - "ApplicationModel_Core" = [ "ApplicationModel" ]; - "ApplicationModel_DataTransfer" = [ "ApplicationModel" ]; - "ApplicationModel_DataTransfer_DragDrop" = [ "ApplicationModel_DataTransfer" ]; - "ApplicationModel_DataTransfer_DragDrop_Core" = [ "ApplicationModel_DataTransfer_DragDrop" ]; - "ApplicationModel_DataTransfer_ShareTarget" = [ "ApplicationModel_DataTransfer" ]; - "ApplicationModel_Email" = [ "ApplicationModel" ]; - "ApplicationModel_Email_DataProvider" = [ "ApplicationModel_Email" ]; - "ApplicationModel_ExtendedExecution" = [ "ApplicationModel" ]; - "ApplicationModel_ExtendedExecution_Foreground" = [ "ApplicationModel_ExtendedExecution" ]; - "ApplicationModel_Holographic" = [ "ApplicationModel" ]; - "ApplicationModel_LockScreen" = [ "ApplicationModel" ]; - "ApplicationModel_Payments" = [ "ApplicationModel" ]; - "ApplicationModel_Payments_Provider" = [ "ApplicationModel_Payments" ]; - "ApplicationModel_Preview" = [ "ApplicationModel" ]; - "ApplicationModel_Preview_Holographic" = [ "ApplicationModel_Preview" ]; - "ApplicationModel_Preview_InkWorkspace" = [ "ApplicationModel_Preview" ]; - "ApplicationModel_Preview_Notes" = [ "ApplicationModel_Preview" ]; - "ApplicationModel_Resources" = [ "ApplicationModel" ]; - "ApplicationModel_Resources_Core" = [ "ApplicationModel_Resources" ]; - "ApplicationModel_Resources_Management" = [ "ApplicationModel_Resources" ]; - "ApplicationModel_Search" = [ "ApplicationModel" ]; - "ApplicationModel_Search_Core" = [ "ApplicationModel_Search" ]; - "ApplicationModel_Store" = [ "ApplicationModel" ]; - "ApplicationModel_Store_LicenseManagement" = [ "ApplicationModel_Store" ]; - "ApplicationModel_Store_Preview" = [ "ApplicationModel_Store" ]; - "ApplicationModel_Store_Preview_InstallControl" = [ "ApplicationModel_Store_Preview" ]; - "ApplicationModel_UserActivities" = [ "ApplicationModel" ]; - "ApplicationModel_UserActivities_Core" = [ "ApplicationModel_UserActivities" ]; - "ApplicationModel_UserDataAccounts" = [ "ApplicationModel" ]; - "ApplicationModel_UserDataAccounts_Provider" = [ "ApplicationModel_UserDataAccounts" ]; - "ApplicationModel_UserDataAccounts_SystemAccess" = [ "ApplicationModel_UserDataAccounts" ]; - "ApplicationModel_UserDataTasks" = [ "ApplicationModel" ]; - "ApplicationModel_UserDataTasks_DataProvider" = [ "ApplicationModel_UserDataTasks" ]; - "ApplicationModel_VoiceCommands" = [ "ApplicationModel" ]; - "ApplicationModel_Wallet" = [ "ApplicationModel" ]; - "ApplicationModel_Wallet_System" = [ "ApplicationModel_Wallet" ]; - "Data_Html" = [ "Data" ]; - "Data_Json" = [ "Data" ]; - "Data_Pdf" = [ "Data" ]; - "Data_Text" = [ "Data" ]; - "Data_Xml" = [ "Data" ]; - "Data_Xml_Dom" = [ "Data_Xml" ]; - "Data_Xml_Xsl" = [ "Data_Xml" ]; - "Devices_Adc" = [ "Devices" ]; - "Devices_Adc_Provider" = [ "Devices_Adc" ]; - "Devices_Background" = [ "Devices" ]; - "Devices_Bluetooth" = [ "Devices" ]; - "Devices_Bluetooth_Advertisement" = [ "Devices_Bluetooth" ]; - "Devices_Bluetooth_Background" = [ "Devices_Bluetooth" ]; - "Devices_Bluetooth_GenericAttributeProfile" = [ "Devices_Bluetooth" ]; - "Devices_Bluetooth_Rfcomm" = [ "Devices_Bluetooth" ]; - "Devices_Custom" = [ "Devices" ]; - "Devices_Display" = [ "Devices" ]; - "Devices_Display_Core" = [ "Devices_Display" ]; - "Devices_Enumeration" = [ "Devices" ]; - "Devices_Enumeration_Pnp" = [ "Devices_Enumeration" ]; - "Devices_Geolocation" = [ "Devices" ]; - "Devices_Geolocation_Geofencing" = [ "Devices_Geolocation" ]; - "Devices_Geolocation_Provider" = [ "Devices_Geolocation" ]; - "Devices_Gpio" = [ "Devices" ]; - "Devices_Gpio_Provider" = [ "Devices_Gpio" ]; - "Devices_Haptics" = [ "Devices" ]; - "Devices_HumanInterfaceDevice" = [ "Devices" ]; - "Devices_I2c" = [ "Devices" ]; - "Devices_I2c_Provider" = [ "Devices_I2c" ]; - "Devices_Input" = [ "Devices" ]; - "Devices_Input_Preview" = [ "Devices_Input" ]; - "Devices_Lights" = [ "Devices" ]; - "Devices_Lights_Effects" = [ "Devices_Lights" ]; - "Devices_Midi" = [ "Devices" ]; - "Devices_PointOfService" = [ "Devices" ]; - "Devices_PointOfService_Provider" = [ "Devices_PointOfService" ]; - "Devices_Portable" = [ "Devices" ]; - "Devices_Power" = [ "Devices" ]; - "Devices_Printers" = [ "Devices" ]; - "Devices_Printers_Extensions" = [ "Devices_Printers" ]; - "Devices_Pwm" = [ "Devices" ]; - "Devices_Pwm_Provider" = [ "Devices_Pwm" ]; - "Devices_Radios" = [ "Devices" ]; - "Devices_Scanners" = [ "Devices" ]; - "Devices_Sensors" = [ "Devices" ]; - "Devices_Sensors_Custom" = [ "Devices_Sensors" ]; - "Devices_SerialCommunication" = [ "Devices" ]; - "Devices_SmartCards" = [ "Devices" ]; - "Devices_Sms" = [ "Devices" ]; - "Devices_Spi" = [ "Devices" ]; - "Devices_Spi_Provider" = [ "Devices_Spi" ]; - "Devices_Usb" = [ "Devices" ]; - "Devices_WiFi" = [ "Devices" ]; - "Devices_WiFiDirect" = [ "Devices" ]; - "Devices_WiFiDirect_Services" = [ "Devices_WiFiDirect" ]; - "Embedded_DeviceLockdown" = [ "Embedded" ]; - "Foundation_Collections" = [ "Foundation" ]; - "Foundation_Diagnostics" = [ "Foundation" ]; - "Foundation_Metadata" = [ "Foundation" ]; - "Foundation_Numerics" = [ "Foundation" ]; - "Gaming_Input" = [ "Gaming" ]; - "Gaming_Input_Custom" = [ "Gaming_Input" ]; - "Gaming_Input_ForceFeedback" = [ "Gaming_Input" ]; - "Gaming_Input_Preview" = [ "Gaming_Input" ]; - "Gaming_Preview" = [ "Gaming" ]; - "Gaming_Preview_GamesEnumeration" = [ "Gaming_Preview" ]; - "Gaming_UI" = [ "Gaming" ]; - "Gaming_XboxLive" = [ "Gaming" ]; - "Gaming_XboxLive_Storage" = [ "Gaming_XboxLive" ]; - "Globalization_Collation" = [ "Globalization" ]; - "Globalization_DateTimeFormatting" = [ "Globalization" ]; - "Globalization_Fonts" = [ "Globalization" ]; - "Globalization_NumberFormatting" = [ "Globalization" ]; - "Globalization_PhoneNumberFormatting" = [ "Globalization" ]; - "Graphics_Capture" = [ "Graphics" ]; - "Graphics_DirectX" = [ "Graphics" ]; - "Graphics_DirectX_Direct3D11" = [ "Graphics_DirectX" ]; - "Graphics_Display" = [ "Graphics" ]; - "Graphics_Display_Core" = [ "Graphics_Display" ]; - "Graphics_Effects" = [ "Graphics" ]; - "Graphics_Holographic" = [ "Graphics" ]; - "Graphics_Imaging" = [ "Graphics" ]; - "Graphics_Printing" = [ "Graphics" ]; - "Graphics_Printing3D" = [ "Graphics" ]; - "Graphics_Printing_OptionDetails" = [ "Graphics_Printing" ]; - "Graphics_Printing_PrintSupport" = [ "Graphics_Printing" ]; - "Graphics_Printing_PrintTicket" = [ "Graphics_Printing" ]; - "Graphics_Printing_Workflow" = [ "Graphics_Printing" ]; - "Management_Core" = [ "Management" ]; - "Management_Deployment" = [ "Management" ]; - "Management_Deployment_Preview" = [ "Management_Deployment" ]; - "Management_Policies" = [ "Management" ]; - "Management_Update" = [ "Management" ]; - "Management_Workplace" = [ "Management" ]; - "Media_AppBroadcasting" = [ "Media" ]; - "Media_AppRecording" = [ "Media" ]; - "Media_Audio" = [ "Media" ]; - "Media_Capture" = [ "Media" ]; - "Media_Capture_Core" = [ "Media_Capture" ]; - "Media_Capture_Frames" = [ "Media_Capture" ]; - "Media_Casting" = [ "Media" ]; - "Media_ClosedCaptioning" = [ "Media" ]; - "Media_ContentRestrictions" = [ "Media" ]; - "Media_Control" = [ "Media" ]; - "Media_Core" = [ "Media" ]; - "Media_Core_Preview" = [ "Media_Core" ]; - "Media_Devices" = [ "Media" ]; - "Media_Devices_Core" = [ "Media_Devices" ]; - "Media_DialProtocol" = [ "Media" ]; - "Media_Editing" = [ "Media" ]; - "Media_Effects" = [ "Media" ]; - "Media_FaceAnalysis" = [ "Media" ]; - "Media_Import" = [ "Media" ]; - "Media_MediaProperties" = [ "Media" ]; - "Media_Miracast" = [ "Media" ]; - "Media_Ocr" = [ "Media" ]; - "Media_PlayTo" = [ "Media" ]; - "Media_Playback" = [ "Media" ]; - "Media_Playlists" = [ "Media" ]; - "Media_Protection" = [ "Media" ]; - "Media_Protection_PlayReady" = [ "Media_Protection" ]; - "Media_Render" = [ "Media" ]; - "Media_SpeechRecognition" = [ "Media" ]; - "Media_SpeechSynthesis" = [ "Media" ]; - "Media_Streaming" = [ "Media" ]; - "Media_Streaming_Adaptive" = [ "Media_Streaming" ]; - "Media_Transcoding" = [ "Media" ]; - "Networking_BackgroundTransfer" = [ "Networking" ]; - "Networking_Connectivity" = [ "Networking" ]; - "Networking_NetworkOperators" = [ "Networking" ]; - "Networking_Proximity" = [ "Networking" ]; - "Networking_PushNotifications" = [ "Networking" ]; - "Networking_ServiceDiscovery" = [ "Networking" ]; - "Networking_ServiceDiscovery_Dnssd" = [ "Networking_ServiceDiscovery" ]; - "Networking_Sockets" = [ "Networking" ]; - "Networking_Vpn" = [ "Networking" ]; - "Networking_XboxLive" = [ "Networking" ]; - "Perception_Automation" = [ "Perception" ]; - "Perception_Automation_Core" = [ "Perception_Automation" ]; - "Perception_People" = [ "Perception" ]; - "Perception_Spatial" = [ "Perception" ]; - "Perception_Spatial_Preview" = [ "Perception_Spatial" ]; - "Perception_Spatial_Surfaces" = [ "Perception_Spatial" ]; - "Phone_ApplicationModel" = [ "Phone" ]; - "Phone_Devices" = [ "Phone" ]; - "Phone_Devices_Notification" = [ "Phone_Devices" ]; - "Phone_Devices_Power" = [ "Phone_Devices" ]; - "Phone_Management" = [ "Phone" ]; - "Phone_Management_Deployment" = [ "Phone_Management" ]; - "Phone_Media" = [ "Phone" ]; - "Phone_Media_Devices" = [ "Phone_Media" ]; - "Phone_Notification" = [ "Phone" ]; - "Phone_Notification_Management" = [ "Phone_Notification" ]; - "Phone_PersonalInformation" = [ "Phone" ]; - "Phone_PersonalInformation_Provisioning" = [ "Phone_PersonalInformation" ]; - "Phone_Speech" = [ "Phone" ]; - "Phone_Speech_Recognition" = [ "Phone_Speech" ]; - "Phone_StartScreen" = [ "Phone" ]; - "Phone_System" = [ "Phone" ]; - "Phone_System_Power" = [ "Phone_System" ]; - "Phone_System_Profile" = [ "Phone_System" ]; - "Phone_System_UserProfile" = [ "Phone_System" ]; - "Phone_System_UserProfile_GameServices" = [ "Phone_System_UserProfile" ]; - "Phone_System_UserProfile_GameServices_Core" = [ "Phone_System_UserProfile_GameServices" ]; - "Phone_UI" = [ "Phone" ]; - "Phone_UI_Input" = [ "Phone_UI" ]; - "Security_Authentication" = [ "Security" ]; - "Security_Authentication_Identity" = [ "Security_Authentication" ]; - "Security_Authentication_Identity_Core" = [ "Security_Authentication_Identity" ]; - "Security_Authentication_OnlineId" = [ "Security_Authentication" ]; - "Security_Authentication_Web" = [ "Security_Authentication" ]; - "Security_Authentication_Web_Core" = [ "Security_Authentication_Web" ]; - "Security_Authentication_Web_Provider" = [ "Security_Authentication_Web" ]; - "Security_Authorization" = [ "Security" ]; - "Security_Authorization_AppCapabilityAccess" = [ "Security_Authorization" ]; - "Security_Credentials" = [ "Security" ]; - "Security_Credentials_UI" = [ "Security_Credentials" ]; - "Security_Cryptography" = [ "Security" ]; - "Security_Cryptography_Certificates" = [ "Security_Cryptography" ]; - "Security_Cryptography_Core" = [ "Security_Cryptography" ]; - "Security_Cryptography_DataProtection" = [ "Security_Cryptography" ]; - "Security_DataProtection" = [ "Security" ]; - "Security_EnterpriseData" = [ "Security" ]; - "Security_ExchangeActiveSyncProvisioning" = [ "Security" ]; - "Security_Isolation" = [ "Security" ]; - "Services_Maps" = [ "Services" ]; - "Services_Maps_Guidance" = [ "Services_Maps" ]; - "Services_Maps_LocalSearch" = [ "Services_Maps" ]; - "Services_Maps_OfflineMaps" = [ "Services_Maps" ]; - "Services_Store" = [ "Services" ]; - "Services_TargetedContent" = [ "Services" ]; - "Storage_AccessCache" = [ "Storage" ]; - "Storage_BulkAccess" = [ "Storage" ]; - "Storage_Compression" = [ "Storage" ]; - "Storage_FileProperties" = [ "Storage" ]; - "Storage_Pickers" = [ "Storage" ]; - "Storage_Pickers_Provider" = [ "Storage_Pickers" ]; - "Storage_Provider" = [ "Storage" ]; - "Storage_Search" = [ "Storage" ]; - "Storage_Streams" = [ "Storage" ]; - "System_Diagnostics" = [ "System" ]; - "System_Diagnostics_DevicePortal" = [ "System_Diagnostics" ]; - "System_Diagnostics_Telemetry" = [ "System_Diagnostics" ]; - "System_Diagnostics_TraceReporting" = [ "System_Diagnostics" ]; - "System_Display" = [ "System" ]; - "System_Implementation" = [ "System" ]; - "System_Implementation_FileExplorer" = [ "System_Implementation" ]; - "System_Inventory" = [ "System" ]; - "System_Power" = [ "System" ]; - "System_Profile" = [ "System" ]; - "System_Profile_SystemManufacturers" = [ "System_Profile" ]; - "System_RemoteDesktop" = [ "System" ]; - "System_RemoteDesktop_Input" = [ "System_RemoteDesktop" ]; - "System_RemoteSystems" = [ "System" ]; - "System_Threading" = [ "System" ]; - "System_Threading_Core" = [ "System_Threading" ]; - "System_Update" = [ "System" ]; - "System_UserProfile" = [ "System" ]; - "UI_Accessibility" = [ "UI" ]; - "UI_ApplicationSettings" = [ "UI" ]; - "UI_Composition" = [ "UI" ]; - "UI_Composition_Core" = [ "UI_Composition" ]; - "UI_Composition_Desktop" = [ "UI_Composition" ]; - "UI_Composition_Diagnostics" = [ "UI_Composition" ]; - "UI_Composition_Effects" = [ "UI_Composition" ]; - "UI_Composition_Interactions" = [ "UI_Composition" ]; - "UI_Composition_Scenes" = [ "UI_Composition" ]; - "UI_Core" = [ "UI" ]; - "UI_Core_AnimationMetrics" = [ "UI_Core" ]; - "UI_Core_Preview" = [ "UI_Core" ]; - "UI_Input" = [ "UI" ]; - "UI_Input_Core" = [ "UI_Input" ]; - "UI_Input_Inking" = [ "UI_Input" ]; - "UI_Input_Inking_Analysis" = [ "UI_Input_Inking" ]; - "UI_Input_Inking_Core" = [ "UI_Input_Inking" ]; - "UI_Input_Inking_Preview" = [ "UI_Input_Inking" ]; - "UI_Input_Preview" = [ "UI_Input" ]; - "UI_Input_Preview_Injection" = [ "UI_Input_Preview" ]; - "UI_Input_Spatial" = [ "UI_Input" ]; - "UI_Notifications" = [ "UI" ]; - "UI_Notifications_Management" = [ "UI_Notifications" ]; - "UI_Popups" = [ "UI" ]; - "UI_Shell" = [ "UI" ]; - "UI_StartScreen" = [ "UI" ]; - "UI_Text" = [ "UI" ]; - "UI_Text_Core" = [ "UI_Text" ]; - "UI_UIAutomation" = [ "UI" ]; - "UI_UIAutomation_Core" = [ "UI_UIAutomation" ]; - "UI_ViewManagement" = [ "UI" ]; - "UI_ViewManagement_Core" = [ "UI_ViewManagement" ]; - "UI_WebUI" = [ "UI" ]; - "UI_WebUI_Core" = [ "UI_WebUI" ]; - "UI_WindowManagement" = [ "UI" ]; - "UI_WindowManagement_Preview" = [ "UI_WindowManagement" ]; - "Wdk_Foundation" = [ "Wdk" ]; - "Wdk_Graphics" = [ "Wdk" ]; - "Wdk_Graphics_Direct3D" = [ "Wdk_Graphics" ]; - "Wdk_Storage" = [ "Wdk" ]; - "Wdk_Storage_FileSystem" = [ "Wdk_Storage" ]; - "Wdk_Storage_FileSystem_Minifilters" = [ "Wdk_Storage_FileSystem" ]; - "Wdk_System" = [ "Wdk" ]; - "Wdk_System_IO" = [ "Wdk_System" ]; - "Wdk_System_OfflineRegistry" = [ "Wdk_System" ]; - "Wdk_System_Registry" = [ "Wdk_System" ]; - "Wdk_System_SystemInformation" = [ "Wdk_System" ]; - "Wdk_System_SystemServices" = [ "Wdk_System" ]; - "Wdk_System_Threading" = [ "Wdk_System" ]; - "Web_AtomPub" = [ "Web" ]; - "Web_Http" = [ "Web" ]; - "Web_Http_Diagnostics" = [ "Web_Http" ]; - "Web_Http_Filters" = [ "Web_Http" ]; - "Web_Http_Headers" = [ "Web_Http" ]; - "Web_Syndication" = [ "Web" ]; - "Web_UI" = [ "Web" ]; - "Web_UI_Interop" = [ "Web_UI" ]; - "Win32_AI" = [ "Win32" ]; - "Win32_AI_MachineLearning" = [ "Win32_AI" ]; - "Win32_AI_MachineLearning_DirectML" = [ "Win32_AI_MachineLearning" ]; - "Win32_AI_MachineLearning_WinML" = [ "Win32_AI_MachineLearning" ]; - "Win32_Data" = [ "Win32" ]; - "Win32_Data_HtmlHelp" = [ "Win32_Data" ]; - "Win32_Data_RightsManagement" = [ "Win32_Data" ]; - "Win32_Data_Xml" = [ "Win32_Data" ]; - "Win32_Data_Xml_MsXml" = [ "Win32_Data_Xml" ]; - "Win32_Data_Xml_XmlLite" = [ "Win32_Data_Xml" ]; - "Win32_Devices" = [ "Win32" ]; - "Win32_Devices_AllJoyn" = [ "Win32_Devices" ]; - "Win32_Devices_BiometricFramework" = [ "Win32_Devices" ]; - "Win32_Devices_Bluetooth" = [ "Win32_Devices" ]; - "Win32_Devices_Communication" = [ "Win32_Devices" ]; - "Win32_Devices_DeviceAccess" = [ "Win32_Devices" ]; - "Win32_Devices_DeviceAndDriverInstallation" = [ "Win32_Devices" ]; - "Win32_Devices_DeviceQuery" = [ "Win32_Devices" ]; - "Win32_Devices_Display" = [ "Win32_Devices" ]; - "Win32_Devices_Enumeration" = [ "Win32_Devices" ]; - "Win32_Devices_Enumeration_Pnp" = [ "Win32_Devices_Enumeration" ]; - "Win32_Devices_Fax" = [ "Win32_Devices" ]; - "Win32_Devices_FunctionDiscovery" = [ "Win32_Devices" ]; - "Win32_Devices_Geolocation" = [ "Win32_Devices" ]; - "Win32_Devices_HumanInterfaceDevice" = [ "Win32_Devices" ]; - "Win32_Devices_ImageAcquisition" = [ "Win32_Devices" ]; - "Win32_Devices_PortableDevices" = [ "Win32_Devices" ]; - "Win32_Devices_Properties" = [ "Win32_Devices" ]; - "Win32_Devices_Pwm" = [ "Win32_Devices" ]; - "Win32_Devices_Sensors" = [ "Win32_Devices" ]; - "Win32_Devices_SerialCommunication" = [ "Win32_Devices" ]; - "Win32_Devices_Tapi" = [ "Win32_Devices" ]; - "Win32_Devices_Usb" = [ "Win32_Devices" ]; - "Win32_Devices_WebServicesOnDevices" = [ "Win32_Devices" ]; - "Win32_Foundation" = [ "Win32" ]; - "Win32_Gaming" = [ "Win32" ]; - "Win32_Globalization" = [ "Win32" ]; - "Win32_Graphics" = [ "Win32" ]; - "Win32_Graphics_CompositionSwapchain" = [ "Win32_Graphics" ]; - "Win32_Graphics_DXCore" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct2D" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct2D_Common" = [ "Win32_Graphics_Direct2D" ]; - "Win32_Graphics_Direct3D" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct3D10" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct3D11" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct3D11on12" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct3D12" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct3D9" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct3D9on12" = [ "Win32_Graphics" ]; - "Win32_Graphics_Direct3D_Dxc" = [ "Win32_Graphics_Direct3D" ]; - "Win32_Graphics_Direct3D_Fxc" = [ "Win32_Graphics_Direct3D" ]; - "Win32_Graphics_DirectComposition" = [ "Win32_Graphics" ]; - "Win32_Graphics_DirectDraw" = [ "Win32_Graphics" ]; - "Win32_Graphics_DirectManipulation" = [ "Win32_Graphics" ]; - "Win32_Graphics_DirectWrite" = [ "Win32_Graphics" ]; - "Win32_Graphics_Dwm" = [ "Win32_Graphics" ]; - "Win32_Graphics_Dxgi" = [ "Win32_Graphics" ]; - "Win32_Graphics_Dxgi_Common" = [ "Win32_Graphics_Dxgi" ]; - "Win32_Graphics_Gdi" = [ "Win32_Graphics" ]; - "Win32_Graphics_GdiPlus" = [ "Win32_Graphics" ]; - "Win32_Graphics_Hlsl" = [ "Win32_Graphics" ]; - "Win32_Graphics_Imaging" = [ "Win32_Graphics" ]; - "Win32_Graphics_Imaging_D2D" = [ "Win32_Graphics_Imaging" ]; - "Win32_Graphics_OpenGL" = [ "Win32_Graphics" ]; - "Win32_Graphics_Printing" = [ "Win32_Graphics" ]; - "Win32_Graphics_Printing_PrintTicket" = [ "Win32_Graphics_Printing" ]; - "Win32_Management" = [ "Win32" ]; - "Win32_Management_MobileDeviceManagementRegistration" = [ "Win32_Management" ]; - "Win32_Media" = [ "Win32" ]; - "Win32_Media_Audio" = [ "Win32_Media" ]; - "Win32_Media_Audio_Apo" = [ "Win32_Media_Audio" ]; - "Win32_Media_Audio_DirectMusic" = [ "Win32_Media_Audio" ]; - "Win32_Media_Audio_DirectSound" = [ "Win32_Media_Audio" ]; - "Win32_Media_Audio_Endpoints" = [ "Win32_Media_Audio" ]; - "Win32_Media_Audio_XAudio2" = [ "Win32_Media_Audio" ]; - "Win32_Media_DeviceManager" = [ "Win32_Media" ]; - "Win32_Media_DirectShow" = [ "Win32_Media" ]; - "Win32_Media_DirectShow_Tv" = [ "Win32_Media_DirectShow" ]; - "Win32_Media_DirectShow_Xml" = [ "Win32_Media_DirectShow" ]; - "Win32_Media_DxMediaObjects" = [ "Win32_Media" ]; - "Win32_Media_KernelStreaming" = [ "Win32_Media" ]; - "Win32_Media_LibrarySharingServices" = [ "Win32_Media" ]; - "Win32_Media_MediaFoundation" = [ "Win32_Media" ]; - "Win32_Media_MediaPlayer" = [ "Win32_Media" ]; - "Win32_Media_Multimedia" = [ "Win32_Media" ]; - "Win32_Media_PictureAcquisition" = [ "Win32_Media" ]; - "Win32_Media_Speech" = [ "Win32_Media" ]; - "Win32_Media_Streaming" = [ "Win32_Media" ]; - "Win32_Media_WindowsMediaFormat" = [ "Win32_Media" ]; - "Win32_NetworkManagement" = [ "Win32" ]; - "Win32_NetworkManagement_Dhcp" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Dns" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_InternetConnectionWizard" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_IpHelper" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_MobileBroadband" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Multicast" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Ndis" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetBios" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetManagement" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetShell" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetworkDiagnosticsFramework" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetworkPolicyServer" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_P2P" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_QoS" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Rras" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Snmp" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WNet" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WebDav" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WiFi" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsConnectNow" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsConnectionManager" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsFilteringPlatform" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsFirewall" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsNetworkVirtualization" = [ "Win32_NetworkManagement" ]; - "Win32_Networking" = [ "Win32" ]; - "Win32_Networking_ActiveDirectory" = [ "Win32_Networking" ]; - "Win32_Networking_BackgroundIntelligentTransferService" = [ "Win32_Networking" ]; - "Win32_Networking_Clustering" = [ "Win32_Networking" ]; - "Win32_Networking_HttpServer" = [ "Win32_Networking" ]; - "Win32_Networking_Ldap" = [ "Win32_Networking" ]; - "Win32_Networking_NetworkListManager" = [ "Win32_Networking" ]; - "Win32_Networking_RemoteDifferentialCompression" = [ "Win32_Networking" ]; - "Win32_Networking_WebSocket" = [ "Win32_Networking" ]; - "Win32_Networking_WinHttp" = [ "Win32_Networking" ]; - "Win32_Networking_WinInet" = [ "Win32_Networking" ]; - "Win32_Networking_WinSock" = [ "Win32_Networking" ]; - "Win32_Networking_WindowsWebServices" = [ "Win32_Networking" ]; - "Win32_Security" = [ "Win32" ]; - "Win32_Security_AppLocker" = [ "Win32_Security" ]; - "Win32_Security_Authentication" = [ "Win32_Security" ]; - "Win32_Security_Authentication_Identity" = [ "Win32_Security_Authentication" ]; - "Win32_Security_Authentication_Identity_Provider" = [ "Win32_Security_Authentication_Identity" ]; - "Win32_Security_Authorization" = [ "Win32_Security" ]; - "Win32_Security_Authorization_UI" = [ "Win32_Security_Authorization" ]; - "Win32_Security_ConfigurationSnapin" = [ "Win32_Security" ]; - "Win32_Security_Credentials" = [ "Win32_Security" ]; - "Win32_Security_Cryptography" = [ "Win32_Security" ]; - "Win32_Security_Cryptography_Catalog" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_Cryptography_Certificates" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_Cryptography_Sip" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_Cryptography_UI" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_DiagnosticDataQuery" = [ "Win32_Security" ]; - "Win32_Security_DirectoryServices" = [ "Win32_Security" ]; - "Win32_Security_EnterpriseData" = [ "Win32_Security" ]; - "Win32_Security_ExtensibleAuthenticationProtocol" = [ "Win32_Security" ]; - "Win32_Security_Isolation" = [ "Win32_Security" ]; - "Win32_Security_LicenseProtection" = [ "Win32_Security" ]; - "Win32_Security_NetworkAccessProtection" = [ "Win32_Security" ]; - "Win32_Security_Tpm" = [ "Win32_Security" ]; - "Win32_Security_WinTrust" = [ "Win32_Security" ]; - "Win32_Security_WinWlx" = [ "Win32_Security" ]; - "Win32_Storage" = [ "Win32" ]; - "Win32_Storage_Cabinets" = [ "Win32_Storage" ]; - "Win32_Storage_CloudFilters" = [ "Win32_Storage" ]; - "Win32_Storage_Compression" = [ "Win32_Storage" ]; - "Win32_Storage_DataDeduplication" = [ "Win32_Storage" ]; - "Win32_Storage_DistributedFileSystem" = [ "Win32_Storage" ]; - "Win32_Storage_EnhancedStorage" = [ "Win32_Storage" ]; - "Win32_Storage_FileHistory" = [ "Win32_Storage" ]; - "Win32_Storage_FileServerResourceManager" = [ "Win32_Storage" ]; - "Win32_Storage_FileSystem" = [ "Win32_Storage" ]; - "Win32_Storage_Imapi" = [ "Win32_Storage" ]; - "Win32_Storage_IndexServer" = [ "Win32_Storage" ]; - "Win32_Storage_InstallableFileSystems" = [ "Win32_Storage" ]; - "Win32_Storage_IscsiDisc" = [ "Win32_Storage" ]; - "Win32_Storage_Jet" = [ "Win32_Storage" ]; - "Win32_Storage_Nvme" = [ "Win32_Storage" ]; - "Win32_Storage_OfflineFiles" = [ "Win32_Storage" ]; - "Win32_Storage_OperationRecorder" = [ "Win32_Storage" ]; - "Win32_Storage_Packaging" = [ "Win32_Storage" ]; - "Win32_Storage_Packaging_Appx" = [ "Win32_Storage_Packaging" ]; - "Win32_Storage_Packaging_Opc" = [ "Win32_Storage_Packaging" ]; - "Win32_Storage_ProjectedFileSystem" = [ "Win32_Storage" ]; - "Win32_Storage_StructuredStorage" = [ "Win32_Storage" ]; - "Win32_Storage_Vhd" = [ "Win32_Storage" ]; - "Win32_Storage_VirtualDiskService" = [ "Win32_Storage" ]; - "Win32_Storage_Vss" = [ "Win32_Storage" ]; - "Win32_Storage_Xps" = [ "Win32_Storage" ]; - "Win32_Storage_Xps_Printing" = [ "Win32_Storage_Xps" ]; - "Win32_System" = [ "Win32" ]; - "Win32_System_AddressBook" = [ "Win32_System" ]; - "Win32_System_Antimalware" = [ "Win32_System" ]; - "Win32_System_ApplicationInstallationAndServicing" = [ "Win32_System" ]; - "Win32_System_ApplicationVerifier" = [ "Win32_System" ]; - "Win32_System_AssessmentTool" = [ "Win32_System" ]; - "Win32_System_ClrHosting" = [ "Win32_System" ]; - "Win32_System_Com" = [ "Win32_System" ]; - "Win32_System_Com_CallObj" = [ "Win32_System_Com" ]; - "Win32_System_Com_ChannelCredentials" = [ "Win32_System_Com" ]; - "Win32_System_Com_Events" = [ "Win32_System_Com" ]; - "Win32_System_Com_Marshal" = [ "Win32_System_Com" ]; - "Win32_System_Com_StructuredStorage" = [ "Win32_System_Com" ]; - "Win32_System_Com_UI" = [ "Win32_System_Com" ]; - "Win32_System_Com_Urlmon" = [ "Win32_System_Com" ]; - "Win32_System_ComponentServices" = [ "Win32_System" ]; - "Win32_System_Console" = [ "Win32_System" ]; - "Win32_System_Contacts" = [ "Win32_System" ]; - "Win32_System_CorrelationVector" = [ "Win32_System" ]; - "Win32_System_DataExchange" = [ "Win32_System" ]; - "Win32_System_DeploymentServices" = [ "Win32_System" ]; - "Win32_System_DesktopSharing" = [ "Win32_System" ]; - "Win32_System_DeveloperLicensing" = [ "Win32_System" ]; - "Win32_System_Diagnostics" = [ "Win32_System" ]; - "Win32_System_Diagnostics_Ceip" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_ClrProfiling" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_Debug" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_Debug_ActiveScript" = [ "Win32_System_Diagnostics_Debug" ]; - "Win32_System_Diagnostics_Debug_Extensions" = [ "Win32_System_Diagnostics_Debug" ]; - "Win32_System_Diagnostics_Etw" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_ProcessSnapshotting" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_ToolHelp" = [ "Win32_System_Diagnostics" ]; - "Win32_System_DistributedTransactionCoordinator" = [ "Win32_System" ]; - "Win32_System_Environment" = [ "Win32_System" ]; - "Win32_System_ErrorReporting" = [ "Win32_System" ]; - "Win32_System_EventCollector" = [ "Win32_System" ]; - "Win32_System_EventLog" = [ "Win32_System" ]; - "Win32_System_EventNotificationService" = [ "Win32_System" ]; - "Win32_System_GroupPolicy" = [ "Win32_System" ]; - "Win32_System_HostCompute" = [ "Win32_System" ]; - "Win32_System_HostComputeNetwork" = [ "Win32_System" ]; - "Win32_System_HostComputeSystem" = [ "Win32_System" ]; - "Win32_System_Hypervisor" = [ "Win32_System" ]; - "Win32_System_IO" = [ "Win32_System" ]; - "Win32_System_Iis" = [ "Win32_System" ]; - "Win32_System_Ioctl" = [ "Win32_System" ]; - "Win32_System_JobObjects" = [ "Win32_System" ]; - "Win32_System_Js" = [ "Win32_System" ]; - "Win32_System_Kernel" = [ "Win32_System" ]; - "Win32_System_LibraryLoader" = [ "Win32_System" ]; - "Win32_System_Mailslots" = [ "Win32_System" ]; - "Win32_System_Mapi" = [ "Win32_System" ]; - "Win32_System_Memory" = [ "Win32_System" ]; - "Win32_System_Memory_NonVolatile" = [ "Win32_System_Memory" ]; - "Win32_System_MessageQueuing" = [ "Win32_System" ]; - "Win32_System_MixedReality" = [ "Win32_System" ]; - "Win32_System_Mmc" = [ "Win32_System" ]; - "Win32_System_Ole" = [ "Win32_System" ]; - "Win32_System_ParentalControls" = [ "Win32_System" ]; - "Win32_System_PasswordManagement" = [ "Win32_System" ]; - "Win32_System_Performance" = [ "Win32_System" ]; - "Win32_System_Performance_HardwareCounterProfiling" = [ "Win32_System_Performance" ]; - "Win32_System_Pipes" = [ "Win32_System" ]; - "Win32_System_Power" = [ "Win32_System" ]; - "Win32_System_ProcessStatus" = [ "Win32_System" ]; - "Win32_System_RealTimeCommunications" = [ "Win32_System" ]; - "Win32_System_Recovery" = [ "Win32_System" ]; - "Win32_System_Registry" = [ "Win32_System" ]; - "Win32_System_RemoteAssistance" = [ "Win32_System" ]; - "Win32_System_RemoteDesktop" = [ "Win32_System" ]; - "Win32_System_RemoteManagement" = [ "Win32_System" ]; - "Win32_System_RestartManager" = [ "Win32_System" ]; - "Win32_System_Restore" = [ "Win32_System" ]; - "Win32_System_Rpc" = [ "Win32_System" ]; - "Win32_System_Search" = [ "Win32_System" ]; - "Win32_System_Search_Common" = [ "Win32_System_Search" ]; - "Win32_System_SecurityCenter" = [ "Win32_System" ]; - "Win32_System_ServerBackup" = [ "Win32_System" ]; - "Win32_System_Services" = [ "Win32_System" ]; - "Win32_System_SettingsManagementInfrastructure" = [ "Win32_System" ]; - "Win32_System_SetupAndMigration" = [ "Win32_System" ]; - "Win32_System_Shutdown" = [ "Win32_System" ]; - "Win32_System_SideShow" = [ "Win32_System" ]; - "Win32_System_StationsAndDesktops" = [ "Win32_System" ]; - "Win32_System_SubsystemForLinux" = [ "Win32_System" ]; - "Win32_System_SystemInformation" = [ "Win32_System" ]; - "Win32_System_SystemServices" = [ "Win32_System" ]; - "Win32_System_TaskScheduler" = [ "Win32_System" ]; - "Win32_System_Threading" = [ "Win32_System" ]; - "Win32_System_Time" = [ "Win32_System" ]; - "Win32_System_TpmBaseServices" = [ "Win32_System" ]; - "Win32_System_TransactionServer" = [ "Win32_System" ]; - "Win32_System_UpdateAgent" = [ "Win32_System" ]; - "Win32_System_UpdateAssessment" = [ "Win32_System" ]; - "Win32_System_UserAccessLogging" = [ "Win32_System" ]; - "Win32_System_Variant" = [ "Win32_System" ]; - "Win32_System_VirtualDosMachines" = [ "Win32_System" ]; - "Win32_System_WinRT" = [ "Win32_System" ]; - "Win32_System_WinRT_AllJoyn" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Composition" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_CoreInputView" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Direct3D11" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Display" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Graphics" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Graphics_Capture" = [ "Win32_System_WinRT_Graphics" ]; - "Win32_System_WinRT_Graphics_Direct2D" = [ "Win32_System_WinRT_Graphics" ]; - "Win32_System_WinRT_Graphics_Imaging" = [ "Win32_System_WinRT_Graphics" ]; - "Win32_System_WinRT_Holographic" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Isolation" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_ML" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Media" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Metadata" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Pdf" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Printing" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Shell" = [ "Win32_System_WinRT" ]; - "Win32_System_WinRT_Storage" = [ "Win32_System_WinRT" ]; - "Win32_System_WindowsProgramming" = [ "Win32_System" ]; - "Win32_System_WindowsSync" = [ "Win32_System" ]; - "Win32_System_Wmi" = [ "Win32_System" ]; - "Win32_UI" = [ "Win32" ]; - "Win32_UI_Accessibility" = [ "Win32_UI" ]; - "Win32_UI_Animation" = [ "Win32_UI" ]; - "Win32_UI_ColorSystem" = [ "Win32_UI" ]; - "Win32_UI_Controls" = [ "Win32_UI" ]; - "Win32_UI_Controls_Dialogs" = [ "Win32_UI_Controls" ]; - "Win32_UI_Controls_RichEdit" = [ "Win32_UI_Controls" ]; - "Win32_UI_HiDpi" = [ "Win32_UI" ]; - "Win32_UI_Input" = [ "Win32_UI" ]; - "Win32_UI_Input_Ime" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Ink" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_KeyboardAndMouse" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Pointer" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Radial" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Touch" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_XboxController" = [ "Win32_UI_Input" ]; - "Win32_UI_InteractionContext" = [ "Win32_UI" ]; - "Win32_UI_LegacyWindowsEnvironmentFeatures" = [ "Win32_UI" ]; - "Win32_UI_Magnification" = [ "Win32_UI" ]; - "Win32_UI_Notifications" = [ "Win32_UI" ]; - "Win32_UI_Ribbon" = [ "Win32_UI" ]; - "Win32_UI_Shell" = [ "Win32_UI" ]; - "Win32_UI_Shell_Common" = [ "Win32_UI_Shell" ]; - "Win32_UI_Shell_PropertiesSystem" = [ "Win32_UI_Shell" ]; - "Win32_UI_TabletPC" = [ "Win32_UI" ]; - "Win32_UI_TextServices" = [ "Win32_UI" ]; - "Win32_UI_WindowsAndMessaging" = [ "Win32_UI" ]; - "Win32_UI_Wpf" = [ "Win32_UI" ]; - "Win32_Web" = [ "Win32" ]; - "Win32_Web_InternetExplorer" = [ "Win32_Web" ]; - "implement" = [ "windows-implement" "windows-interface" "windows-core/implement" ]; - "windows-implement" = [ "dep:windows-implement" ]; - "windows-interface" = [ "dep:windows-interface" ]; - }; - resolvedDefaultFeatures = [ "Win32" "Win32_Foundation" "Win32_Graphics" "Win32_Graphics_Direct3D" "Win32_Graphics_Direct3D12" "Win32_Graphics_Dxgi" "Win32_Graphics_Dxgi_Common" "default" ]; - }; - "windows-core" = rec { - crateName = "windows-core"; - version = "0.52.0"; - edition = "2021"; - sha256 = "1nc3qv7sy24x0nlnb32f7alzpd6f72l4p24vl65vydbyil669ark"; - authors = [ - "Microsoft" - ]; - dependencies = [ - { - name = "windows-targets"; - packageId = "windows-targets 0.52.0"; - } - ]; - features = { - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "windows-implement" = rec { - crateName = "windows-implement"; - version = "0.48.0"; - edition = "2018"; - sha256 = "1764n853zd7bb0wn94i0qxfs6kdy7wrz7v9qhdn7x7hvk64fabjy"; - procMacro = true; - authors = [ - "Microsoft" - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 1.0.109"; - usesDefaultFeatures = false; - features = [ "parsing" "proc-macro" "printing" "full" "derive" ]; - } - ]; - - }; - "windows-interface" = rec { - crateName = "windows-interface"; - version = "0.48.0"; - edition = "2018"; - sha256 = "1iqcilw0hfyzwhk12xfmcy40r10406sgf4xmdansijlv1kr8vyz6"; - procMacro = true; - authors = [ - "Microsoft" - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 1.0.109"; - usesDefaultFeatures = false; - features = [ "parsing" "proc-macro" "printing" "full" "derive" ]; - } - ]; - - }; - "windows-sys 0.45.0" = rec { - crateName = "windows-sys"; - version = "0.45.0"; - edition = "2018"; - sha256 = "1l36bcqm4g89pknfp8r9rl1w4bn017q6a8qlx8viv0xjxzjkna3m"; - authors = [ - "Microsoft" - ]; - dependencies = [ - { - name = "windows-targets"; - packageId = "windows-targets 0.42.2"; - target = { target, features }: (!(target."windows_raw_dylib" or false)); - } - ]; - features = { - "Win32_Data" = [ "Win32" ]; - "Win32_Data_HtmlHelp" = [ "Win32_Data" ]; - "Win32_Data_RightsManagement" = [ "Win32_Data" ]; - "Win32_Data_Xml" = [ "Win32_Data" ]; - "Win32_Data_Xml_MsXml" = [ "Win32_Data_Xml" ]; - "Win32_Data_Xml_XmlLite" = [ "Win32_Data_Xml" ]; - "Win32_Devices" = [ "Win32" ]; - "Win32_Devices_AllJoyn" = [ "Win32_Devices" ]; - "Win32_Devices_BiometricFramework" = [ "Win32_Devices" ]; - "Win32_Devices_Bluetooth" = [ "Win32_Devices" ]; - "Win32_Devices_Communication" = [ "Win32_Devices" ]; - "Win32_Devices_DeviceAccess" = [ "Win32_Devices" ]; - "Win32_Devices_DeviceAndDriverInstallation" = [ "Win32_Devices" ]; - "Win32_Devices_DeviceQuery" = [ "Win32_Devices" ]; - "Win32_Devices_Display" = [ "Win32_Devices" ]; - "Win32_Devices_Enumeration" = [ "Win32_Devices" ]; - "Win32_Devices_Enumeration_Pnp" = [ "Win32_Devices_Enumeration" ]; - "Win32_Devices_Fax" = [ "Win32_Devices" ]; - "Win32_Devices_FunctionDiscovery" = [ "Win32_Devices" ]; - "Win32_Devices_Geolocation" = [ "Win32_Devices" ]; - "Win32_Devices_HumanInterfaceDevice" = [ "Win32_Devices" ]; - "Win32_Devices_ImageAcquisition" = [ "Win32_Devices" ]; - "Win32_Devices_PortableDevices" = [ "Win32_Devices" ]; - "Win32_Devices_Properties" = [ "Win32_Devices" ]; - "Win32_Devices_Pwm" = [ "Win32_Devices" ]; - "Win32_Devices_Sensors" = [ "Win32_Devices" ]; - "Win32_Devices_SerialCommunication" = [ "Win32_Devices" ]; - "Win32_Devices_Tapi" = [ "Win32_Devices" ]; - "Win32_Devices_Usb" = [ "Win32_Devices" ]; - "Win32_Devices_WebServicesOnDevices" = [ "Win32_Devices" ]; - "Win32_Foundation" = [ "Win32" ]; - "Win32_Gaming" = [ "Win32" ]; - "Win32_Globalization" = [ "Win32" ]; - "Win32_Graphics" = [ "Win32" ]; - "Win32_Graphics_Dwm" = [ "Win32_Graphics" ]; - "Win32_Graphics_Gdi" = [ "Win32_Graphics" ]; - "Win32_Graphics_Hlsl" = [ "Win32_Graphics" ]; - "Win32_Graphics_OpenGL" = [ "Win32_Graphics" ]; - "Win32_Graphics_Printing" = [ "Win32_Graphics" ]; - "Win32_Graphics_Printing_PrintTicket" = [ "Win32_Graphics_Printing" ]; - "Win32_Management" = [ "Win32" ]; - "Win32_Management_MobileDeviceManagementRegistration" = [ "Win32_Management" ]; - "Win32_Media" = [ "Win32" ]; - "Win32_Media_Audio" = [ "Win32_Media" ]; - "Win32_Media_Audio_Apo" = [ "Win32_Media_Audio" ]; - "Win32_Media_Audio_DirectMusic" = [ "Win32_Media_Audio" ]; - "Win32_Media_Audio_Endpoints" = [ "Win32_Media_Audio" ]; - "Win32_Media_Audio_XAudio2" = [ "Win32_Media_Audio" ]; - "Win32_Media_DeviceManager" = [ "Win32_Media" ]; - "Win32_Media_DxMediaObjects" = [ "Win32_Media" ]; - "Win32_Media_KernelStreaming" = [ "Win32_Media" ]; - "Win32_Media_LibrarySharingServices" = [ "Win32_Media" ]; - "Win32_Media_MediaPlayer" = [ "Win32_Media" ]; - "Win32_Media_Multimedia" = [ "Win32_Media" ]; - "Win32_Media_Speech" = [ "Win32_Media" ]; - "Win32_Media_Streaming" = [ "Win32_Media" ]; - "Win32_Media_WindowsMediaFormat" = [ "Win32_Media" ]; - "Win32_NetworkManagement" = [ "Win32" ]; - "Win32_NetworkManagement_Dhcp" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Dns" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_InternetConnectionWizard" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_IpHelper" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_MobileBroadband" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Multicast" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Ndis" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetBios" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetManagement" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetShell" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetworkDiagnosticsFramework" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetworkPolicyServer" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_P2P" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_QoS" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Rras" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Snmp" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WNet" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WebDav" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WiFi" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsConnectNow" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsConnectionManager" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsFilteringPlatform" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsFirewall" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsNetworkVirtualization" = [ "Win32_NetworkManagement" ]; - "Win32_Networking" = [ "Win32" ]; - "Win32_Networking_ActiveDirectory" = [ "Win32_Networking" ]; - "Win32_Networking_BackgroundIntelligentTransferService" = [ "Win32_Networking" ]; - "Win32_Networking_Clustering" = [ "Win32_Networking" ]; - "Win32_Networking_HttpServer" = [ "Win32_Networking" ]; - "Win32_Networking_Ldap" = [ "Win32_Networking" ]; - "Win32_Networking_NetworkListManager" = [ "Win32_Networking" ]; - "Win32_Networking_RemoteDifferentialCompression" = [ "Win32_Networking" ]; - "Win32_Networking_WebSocket" = [ "Win32_Networking" ]; - "Win32_Networking_WinHttp" = [ "Win32_Networking" ]; - "Win32_Networking_WinInet" = [ "Win32_Networking" ]; - "Win32_Networking_WinSock" = [ "Win32_Networking" ]; - "Win32_Networking_WindowsWebServices" = [ "Win32_Networking" ]; - "Win32_Security" = [ "Win32" ]; - "Win32_Security_AppLocker" = [ "Win32_Security" ]; - "Win32_Security_Authentication" = [ "Win32_Security" ]; - "Win32_Security_Authentication_Identity" = [ "Win32_Security_Authentication" ]; - "Win32_Security_Authentication_Identity_Provider" = [ "Win32_Security_Authentication_Identity" ]; - "Win32_Security_Authorization" = [ "Win32_Security" ]; - "Win32_Security_Authorization_UI" = [ "Win32_Security_Authorization" ]; - "Win32_Security_ConfigurationSnapin" = [ "Win32_Security" ]; - "Win32_Security_Credentials" = [ "Win32_Security" ]; - "Win32_Security_Cryptography" = [ "Win32_Security" ]; - "Win32_Security_Cryptography_Catalog" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_Cryptography_Certificates" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_Cryptography_Sip" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_Cryptography_UI" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_DiagnosticDataQuery" = [ "Win32_Security" ]; - "Win32_Security_DirectoryServices" = [ "Win32_Security" ]; - "Win32_Security_EnterpriseData" = [ "Win32_Security" ]; - "Win32_Security_ExtensibleAuthenticationProtocol" = [ "Win32_Security" ]; - "Win32_Security_Isolation" = [ "Win32_Security" ]; - "Win32_Security_LicenseProtection" = [ "Win32_Security" ]; - "Win32_Security_NetworkAccessProtection" = [ "Win32_Security" ]; - "Win32_Security_Tpm" = [ "Win32_Security" ]; - "Win32_Security_WinTrust" = [ "Win32_Security" ]; - "Win32_Security_WinWlx" = [ "Win32_Security" ]; - "Win32_Storage" = [ "Win32" ]; - "Win32_Storage_Cabinets" = [ "Win32_Storage" ]; - "Win32_Storage_CloudFilters" = [ "Win32_Storage" ]; - "Win32_Storage_Compression" = [ "Win32_Storage" ]; - "Win32_Storage_DataDeduplication" = [ "Win32_Storage" ]; - "Win32_Storage_DistributedFileSystem" = [ "Win32_Storage" ]; - "Win32_Storage_EnhancedStorage" = [ "Win32_Storage" ]; - "Win32_Storage_FileHistory" = [ "Win32_Storage" ]; - "Win32_Storage_FileServerResourceManager" = [ "Win32_Storage" ]; - "Win32_Storage_FileSystem" = [ "Win32_Storage" ]; - "Win32_Storage_Imapi" = [ "Win32_Storage" ]; - "Win32_Storage_IndexServer" = [ "Win32_Storage" ]; - "Win32_Storage_InstallableFileSystems" = [ "Win32_Storage" ]; - "Win32_Storage_IscsiDisc" = [ "Win32_Storage" ]; - "Win32_Storage_Jet" = [ "Win32_Storage" ]; - "Win32_Storage_OfflineFiles" = [ "Win32_Storage" ]; - "Win32_Storage_OperationRecorder" = [ "Win32_Storage" ]; - "Win32_Storage_Packaging" = [ "Win32_Storage" ]; - "Win32_Storage_Packaging_Appx" = [ "Win32_Storage_Packaging" ]; - "Win32_Storage_Packaging_Opc" = [ "Win32_Storage_Packaging" ]; - "Win32_Storage_ProjectedFileSystem" = [ "Win32_Storage" ]; - "Win32_Storage_StructuredStorage" = [ "Win32_Storage" ]; - "Win32_Storage_Vhd" = [ "Win32_Storage" ]; - "Win32_Storage_VirtualDiskService" = [ "Win32_Storage" ]; - "Win32_Storage_Vss" = [ "Win32_Storage" ]; - "Win32_Storage_Xps" = [ "Win32_Storage" ]; - "Win32_Storage_Xps_Printing" = [ "Win32_Storage_Xps" ]; - "Win32_System" = [ "Win32" ]; - "Win32_System_AddressBook" = [ "Win32_System" ]; - "Win32_System_Antimalware" = [ "Win32_System" ]; - "Win32_System_ApplicationInstallationAndServicing" = [ "Win32_System" ]; - "Win32_System_ApplicationVerifier" = [ "Win32_System" ]; - "Win32_System_AssessmentTool" = [ "Win32_System" ]; - "Win32_System_Com" = [ "Win32_System" ]; - "Win32_System_Com_CallObj" = [ "Win32_System_Com" ]; - "Win32_System_Com_ChannelCredentials" = [ "Win32_System_Com" ]; - "Win32_System_Com_Events" = [ "Win32_System_Com" ]; - "Win32_System_Com_Marshal" = [ "Win32_System_Com" ]; - "Win32_System_Com_StructuredStorage" = [ "Win32_System_Com" ]; - "Win32_System_Com_UI" = [ "Win32_System_Com" ]; - "Win32_System_Com_Urlmon" = [ "Win32_System_Com" ]; - "Win32_System_ComponentServices" = [ "Win32_System" ]; - "Win32_System_Console" = [ "Win32_System" ]; - "Win32_System_Contacts" = [ "Win32_System" ]; - "Win32_System_CorrelationVector" = [ "Win32_System" ]; - "Win32_System_DataExchange" = [ "Win32_System" ]; - "Win32_System_DeploymentServices" = [ "Win32_System" ]; - "Win32_System_DesktopSharing" = [ "Win32_System" ]; - "Win32_System_DeveloperLicensing" = [ "Win32_System" ]; - "Win32_System_Diagnostics" = [ "Win32_System" ]; - "Win32_System_Diagnostics_Ceip" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_Debug" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_Etw" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_ProcessSnapshotting" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_ToolHelp" = [ "Win32_System_Diagnostics" ]; - "Win32_System_DistributedTransactionCoordinator" = [ "Win32_System" ]; - "Win32_System_Environment" = [ "Win32_System" ]; - "Win32_System_ErrorReporting" = [ "Win32_System" ]; - "Win32_System_EventCollector" = [ "Win32_System" ]; - "Win32_System_EventLog" = [ "Win32_System" ]; - "Win32_System_EventNotificationService" = [ "Win32_System" ]; - "Win32_System_GroupPolicy" = [ "Win32_System" ]; - "Win32_System_HostCompute" = [ "Win32_System" ]; - "Win32_System_HostComputeNetwork" = [ "Win32_System" ]; - "Win32_System_HostComputeSystem" = [ "Win32_System" ]; - "Win32_System_Hypervisor" = [ "Win32_System" ]; - "Win32_System_IO" = [ "Win32_System" ]; - "Win32_System_Iis" = [ "Win32_System" ]; - "Win32_System_Ioctl" = [ "Win32_System" ]; - "Win32_System_JobObjects" = [ "Win32_System" ]; - "Win32_System_Js" = [ "Win32_System" ]; - "Win32_System_Kernel" = [ "Win32_System" ]; - "Win32_System_LibraryLoader" = [ "Win32_System" ]; - "Win32_System_Mailslots" = [ "Win32_System" ]; - "Win32_System_Mapi" = [ "Win32_System" ]; - "Win32_System_Memory" = [ "Win32_System" ]; - "Win32_System_Memory_NonVolatile" = [ "Win32_System_Memory" ]; - "Win32_System_MessageQueuing" = [ "Win32_System" ]; - "Win32_System_MixedReality" = [ "Win32_System" ]; - "Win32_System_Mmc" = [ "Win32_System" ]; - "Win32_System_Ole" = [ "Win32_System" ]; - "Win32_System_ParentalControls" = [ "Win32_System" ]; - "Win32_System_PasswordManagement" = [ "Win32_System" ]; - "Win32_System_Performance" = [ "Win32_System" ]; - "Win32_System_Performance_HardwareCounterProfiling" = [ "Win32_System_Performance" ]; - "Win32_System_Pipes" = [ "Win32_System" ]; - "Win32_System_Power" = [ "Win32_System" ]; - "Win32_System_ProcessStatus" = [ "Win32_System" ]; - "Win32_System_RealTimeCommunications" = [ "Win32_System" ]; - "Win32_System_Recovery" = [ "Win32_System" ]; - "Win32_System_Registry" = [ "Win32_System" ]; - "Win32_System_RemoteAssistance" = [ "Win32_System" ]; - "Win32_System_RemoteDesktop" = [ "Win32_System" ]; - "Win32_System_RemoteManagement" = [ "Win32_System" ]; - "Win32_System_RestartManager" = [ "Win32_System" ]; - "Win32_System_Restore" = [ "Win32_System" ]; - "Win32_System_Rpc" = [ "Win32_System" ]; - "Win32_System_Search" = [ "Win32_System" ]; - "Win32_System_Search_Common" = [ "Win32_System_Search" ]; - "Win32_System_SecurityCenter" = [ "Win32_System" ]; - "Win32_System_ServerBackup" = [ "Win32_System" ]; - "Win32_System_Services" = [ "Win32_System" ]; - "Win32_System_SettingsManagementInfrastructure" = [ "Win32_System" ]; - "Win32_System_SetupAndMigration" = [ "Win32_System" ]; - "Win32_System_Shutdown" = [ "Win32_System" ]; - "Win32_System_StationsAndDesktops" = [ "Win32_System" ]; - "Win32_System_SubsystemForLinux" = [ "Win32_System" ]; - "Win32_System_SystemInformation" = [ "Win32_System" ]; - "Win32_System_SystemServices" = [ "Win32_System" ]; - "Win32_System_TaskScheduler" = [ "Win32_System" ]; - "Win32_System_Threading" = [ "Win32_System" ]; - "Win32_System_Time" = [ "Win32_System" ]; - "Win32_System_TpmBaseServices" = [ "Win32_System" ]; - "Win32_System_UpdateAgent" = [ "Win32_System" ]; - "Win32_System_UpdateAssessment" = [ "Win32_System" ]; - "Win32_System_UserAccessLogging" = [ "Win32_System" ]; - "Win32_System_VirtualDosMachines" = [ "Win32_System" ]; - "Win32_System_WindowsProgramming" = [ "Win32_System" ]; - "Win32_System_WindowsSync" = [ "Win32_System" ]; - "Win32_System_Wmi" = [ "Win32_System" ]; - "Win32_UI" = [ "Win32" ]; - "Win32_UI_Accessibility" = [ "Win32_UI" ]; - "Win32_UI_Animation" = [ "Win32_UI" ]; - "Win32_UI_ColorSystem" = [ "Win32_UI" ]; - "Win32_UI_Controls" = [ "Win32_UI" ]; - "Win32_UI_Controls_Dialogs" = [ "Win32_UI_Controls" ]; - "Win32_UI_Controls_RichEdit" = [ "Win32_UI_Controls" ]; - "Win32_UI_HiDpi" = [ "Win32_UI" ]; - "Win32_UI_Input" = [ "Win32_UI" ]; - "Win32_UI_Input_Ime" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Ink" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_KeyboardAndMouse" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Pointer" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Radial" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Touch" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_XboxController" = [ "Win32_UI_Input" ]; - "Win32_UI_InteractionContext" = [ "Win32_UI" ]; - "Win32_UI_LegacyWindowsEnvironmentFeatures" = [ "Win32_UI" ]; - "Win32_UI_Magnification" = [ "Win32_UI" ]; - "Win32_UI_Notifications" = [ "Win32_UI" ]; - "Win32_UI_Ribbon" = [ "Win32_UI" ]; - "Win32_UI_Shell" = [ "Win32_UI" ]; - "Win32_UI_Shell_Common" = [ "Win32_UI_Shell" ]; - "Win32_UI_Shell_PropertiesSystem" = [ "Win32_UI_Shell" ]; - "Win32_UI_TabletPC" = [ "Win32_UI" ]; - "Win32_UI_TextServices" = [ "Win32_UI" ]; - "Win32_UI_WindowsAndMessaging" = [ "Win32_UI" ]; - "Win32_UI_Wpf" = [ "Win32_UI" ]; - }; - resolvedDefaultFeatures = [ "Win32" "Win32_Globalization" "default" ]; - }; - "windows-sys 0.48.0" = rec { - crateName = "windows-sys"; - version = "0.48.0"; - edition = "2018"; - sha256 = "1aan23v5gs7gya1lc46hqn9mdh8yph3fhxmhxlw36pn6pqc28zb7"; - authors = [ - "Microsoft" - ]; - dependencies = [ - { - name = "windows-targets"; - packageId = "windows-targets 0.48.5"; - } - ]; - features = { - "Wdk_System" = [ "Wdk" ]; - "Wdk_System_OfflineRegistry" = [ "Wdk_System" ]; - "Win32_Data" = [ "Win32" ]; - "Win32_Data_HtmlHelp" = [ "Win32_Data" ]; - "Win32_Data_RightsManagement" = [ "Win32_Data" ]; - "Win32_Data_Xml" = [ "Win32_Data" ]; - "Win32_Data_Xml_MsXml" = [ "Win32_Data_Xml" ]; - "Win32_Data_Xml_XmlLite" = [ "Win32_Data_Xml" ]; - "Win32_Devices" = [ "Win32" ]; - "Win32_Devices_AllJoyn" = [ "Win32_Devices" ]; - "Win32_Devices_BiometricFramework" = [ "Win32_Devices" ]; - "Win32_Devices_Bluetooth" = [ "Win32_Devices" ]; - "Win32_Devices_Communication" = [ "Win32_Devices" ]; - "Win32_Devices_DeviceAccess" = [ "Win32_Devices" ]; - "Win32_Devices_DeviceAndDriverInstallation" = [ "Win32_Devices" ]; - "Win32_Devices_DeviceQuery" = [ "Win32_Devices" ]; - "Win32_Devices_Display" = [ "Win32_Devices" ]; - "Win32_Devices_Enumeration" = [ "Win32_Devices" ]; - "Win32_Devices_Enumeration_Pnp" = [ "Win32_Devices_Enumeration" ]; - "Win32_Devices_Fax" = [ "Win32_Devices" ]; - "Win32_Devices_FunctionDiscovery" = [ "Win32_Devices" ]; - "Win32_Devices_Geolocation" = [ "Win32_Devices" ]; - "Win32_Devices_HumanInterfaceDevice" = [ "Win32_Devices" ]; - "Win32_Devices_ImageAcquisition" = [ "Win32_Devices" ]; - "Win32_Devices_PortableDevices" = [ "Win32_Devices" ]; - "Win32_Devices_Properties" = [ "Win32_Devices" ]; - "Win32_Devices_Pwm" = [ "Win32_Devices" ]; - "Win32_Devices_Sensors" = [ "Win32_Devices" ]; - "Win32_Devices_SerialCommunication" = [ "Win32_Devices" ]; - "Win32_Devices_Tapi" = [ "Win32_Devices" ]; - "Win32_Devices_Usb" = [ "Win32_Devices" ]; - "Win32_Devices_WebServicesOnDevices" = [ "Win32_Devices" ]; - "Win32_Foundation" = [ "Win32" ]; - "Win32_Gaming" = [ "Win32" ]; - "Win32_Globalization" = [ "Win32" ]; - "Win32_Graphics" = [ "Win32" ]; - "Win32_Graphics_Dwm" = [ "Win32_Graphics" ]; - "Win32_Graphics_Gdi" = [ "Win32_Graphics" ]; - "Win32_Graphics_Hlsl" = [ "Win32_Graphics" ]; - "Win32_Graphics_OpenGL" = [ "Win32_Graphics" ]; - "Win32_Graphics_Printing" = [ "Win32_Graphics" ]; - "Win32_Graphics_Printing_PrintTicket" = [ "Win32_Graphics_Printing" ]; - "Win32_Management" = [ "Win32" ]; - "Win32_Management_MobileDeviceManagementRegistration" = [ "Win32_Management" ]; - "Win32_Media" = [ "Win32" ]; - "Win32_Media_Audio" = [ "Win32_Media" ]; - "Win32_Media_Audio_Apo" = [ "Win32_Media_Audio" ]; - "Win32_Media_Audio_DirectMusic" = [ "Win32_Media_Audio" ]; - "Win32_Media_Audio_Endpoints" = [ "Win32_Media_Audio" ]; - "Win32_Media_Audio_XAudio2" = [ "Win32_Media_Audio" ]; - "Win32_Media_DeviceManager" = [ "Win32_Media" ]; - "Win32_Media_DxMediaObjects" = [ "Win32_Media" ]; - "Win32_Media_KernelStreaming" = [ "Win32_Media" ]; - "Win32_Media_LibrarySharingServices" = [ "Win32_Media" ]; - "Win32_Media_MediaPlayer" = [ "Win32_Media" ]; - "Win32_Media_Multimedia" = [ "Win32_Media" ]; - "Win32_Media_Speech" = [ "Win32_Media" ]; - "Win32_Media_Streaming" = [ "Win32_Media" ]; - "Win32_Media_WindowsMediaFormat" = [ "Win32_Media" ]; - "Win32_NetworkManagement" = [ "Win32" ]; - "Win32_NetworkManagement_Dhcp" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Dns" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_InternetConnectionWizard" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_IpHelper" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_MobileBroadband" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Multicast" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Ndis" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetBios" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetManagement" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetShell" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetworkDiagnosticsFramework" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetworkPolicyServer" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_P2P" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_QoS" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Rras" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Snmp" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WNet" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WebDav" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WiFi" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsConnectNow" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsConnectionManager" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsFilteringPlatform" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsFirewall" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsNetworkVirtualization" = [ "Win32_NetworkManagement" ]; - "Win32_Networking" = [ "Win32" ]; - "Win32_Networking_ActiveDirectory" = [ "Win32_Networking" ]; - "Win32_Networking_BackgroundIntelligentTransferService" = [ "Win32_Networking" ]; - "Win32_Networking_Clustering" = [ "Win32_Networking" ]; - "Win32_Networking_HttpServer" = [ "Win32_Networking" ]; - "Win32_Networking_Ldap" = [ "Win32_Networking" ]; - "Win32_Networking_NetworkListManager" = [ "Win32_Networking" ]; - "Win32_Networking_RemoteDifferentialCompression" = [ "Win32_Networking" ]; - "Win32_Networking_WebSocket" = [ "Win32_Networking" ]; - "Win32_Networking_WinHttp" = [ "Win32_Networking" ]; - "Win32_Networking_WinInet" = [ "Win32_Networking" ]; - "Win32_Networking_WinSock" = [ "Win32_Networking" ]; - "Win32_Networking_WindowsWebServices" = [ "Win32_Networking" ]; - "Win32_Security" = [ "Win32" ]; - "Win32_Security_AppLocker" = [ "Win32_Security" ]; - "Win32_Security_Authentication" = [ "Win32_Security" ]; - "Win32_Security_Authentication_Identity" = [ "Win32_Security_Authentication" ]; - "Win32_Security_Authentication_Identity_Provider" = [ "Win32_Security_Authentication_Identity" ]; - "Win32_Security_Authorization" = [ "Win32_Security" ]; - "Win32_Security_Authorization_UI" = [ "Win32_Security_Authorization" ]; - "Win32_Security_ConfigurationSnapin" = [ "Win32_Security" ]; - "Win32_Security_Credentials" = [ "Win32_Security" ]; - "Win32_Security_Cryptography" = [ "Win32_Security" ]; - "Win32_Security_Cryptography_Catalog" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_Cryptography_Certificates" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_Cryptography_Sip" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_Cryptography_UI" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_DiagnosticDataQuery" = [ "Win32_Security" ]; - "Win32_Security_DirectoryServices" = [ "Win32_Security" ]; - "Win32_Security_EnterpriseData" = [ "Win32_Security" ]; - "Win32_Security_ExtensibleAuthenticationProtocol" = [ "Win32_Security" ]; - "Win32_Security_Isolation" = [ "Win32_Security" ]; - "Win32_Security_LicenseProtection" = [ "Win32_Security" ]; - "Win32_Security_NetworkAccessProtection" = [ "Win32_Security" ]; - "Win32_Security_Tpm" = [ "Win32_Security" ]; - "Win32_Security_WinTrust" = [ "Win32_Security" ]; - "Win32_Security_WinWlx" = [ "Win32_Security" ]; - "Win32_Storage" = [ "Win32" ]; - "Win32_Storage_Cabinets" = [ "Win32_Storage" ]; - "Win32_Storage_CloudFilters" = [ "Win32_Storage" ]; - "Win32_Storage_Compression" = [ "Win32_Storage" ]; - "Win32_Storage_DataDeduplication" = [ "Win32_Storage" ]; - "Win32_Storage_DistributedFileSystem" = [ "Win32_Storage" ]; - "Win32_Storage_EnhancedStorage" = [ "Win32_Storage" ]; - "Win32_Storage_FileHistory" = [ "Win32_Storage" ]; - "Win32_Storage_FileServerResourceManager" = [ "Win32_Storage" ]; - "Win32_Storage_FileSystem" = [ "Win32_Storage" ]; - "Win32_Storage_Imapi" = [ "Win32_Storage" ]; - "Win32_Storage_IndexServer" = [ "Win32_Storage" ]; - "Win32_Storage_InstallableFileSystems" = [ "Win32_Storage" ]; - "Win32_Storage_IscsiDisc" = [ "Win32_Storage" ]; - "Win32_Storage_Jet" = [ "Win32_Storage" ]; - "Win32_Storage_OfflineFiles" = [ "Win32_Storage" ]; - "Win32_Storage_OperationRecorder" = [ "Win32_Storage" ]; - "Win32_Storage_Packaging" = [ "Win32_Storage" ]; - "Win32_Storage_Packaging_Appx" = [ "Win32_Storage_Packaging" ]; - "Win32_Storage_Packaging_Opc" = [ "Win32_Storage_Packaging" ]; - "Win32_Storage_ProjectedFileSystem" = [ "Win32_Storage" ]; - "Win32_Storage_StructuredStorage" = [ "Win32_Storage" ]; - "Win32_Storage_Vhd" = [ "Win32_Storage" ]; - "Win32_Storage_VirtualDiskService" = [ "Win32_Storage" ]; - "Win32_Storage_Vss" = [ "Win32_Storage" ]; - "Win32_Storage_Xps" = [ "Win32_Storage" ]; - "Win32_Storage_Xps_Printing" = [ "Win32_Storage_Xps" ]; - "Win32_System" = [ "Win32" ]; - "Win32_System_AddressBook" = [ "Win32_System" ]; - "Win32_System_Antimalware" = [ "Win32_System" ]; - "Win32_System_ApplicationInstallationAndServicing" = [ "Win32_System" ]; - "Win32_System_ApplicationVerifier" = [ "Win32_System" ]; - "Win32_System_AssessmentTool" = [ "Win32_System" ]; - "Win32_System_ClrHosting" = [ "Win32_System" ]; - "Win32_System_Com" = [ "Win32_System" ]; - "Win32_System_Com_CallObj" = [ "Win32_System_Com" ]; - "Win32_System_Com_ChannelCredentials" = [ "Win32_System_Com" ]; - "Win32_System_Com_Events" = [ "Win32_System_Com" ]; - "Win32_System_Com_Marshal" = [ "Win32_System_Com" ]; - "Win32_System_Com_StructuredStorage" = [ "Win32_System_Com" ]; - "Win32_System_Com_UI" = [ "Win32_System_Com" ]; - "Win32_System_Com_Urlmon" = [ "Win32_System_Com" ]; - "Win32_System_ComponentServices" = [ "Win32_System" ]; - "Win32_System_Console" = [ "Win32_System" ]; - "Win32_System_Contacts" = [ "Win32_System" ]; - "Win32_System_CorrelationVector" = [ "Win32_System" ]; - "Win32_System_DataExchange" = [ "Win32_System" ]; - "Win32_System_DeploymentServices" = [ "Win32_System" ]; - "Win32_System_DesktopSharing" = [ "Win32_System" ]; - "Win32_System_DeveloperLicensing" = [ "Win32_System" ]; - "Win32_System_Diagnostics" = [ "Win32_System" ]; - "Win32_System_Diagnostics_Ceip" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_ClrProfiling" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_Debug" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_Debug_ActiveScript" = [ "Win32_System_Diagnostics_Debug" ]; - "Win32_System_Diagnostics_Debug_Extensions" = [ "Win32_System_Diagnostics_Debug" ]; - "Win32_System_Diagnostics_Etw" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_ProcessSnapshotting" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_ToolHelp" = [ "Win32_System_Diagnostics" ]; - "Win32_System_DistributedTransactionCoordinator" = [ "Win32_System" ]; - "Win32_System_Environment" = [ "Win32_System" ]; - "Win32_System_ErrorReporting" = [ "Win32_System" ]; - "Win32_System_EventCollector" = [ "Win32_System" ]; - "Win32_System_EventLog" = [ "Win32_System" ]; - "Win32_System_EventNotificationService" = [ "Win32_System" ]; - "Win32_System_GroupPolicy" = [ "Win32_System" ]; - "Win32_System_HostCompute" = [ "Win32_System" ]; - "Win32_System_HostComputeNetwork" = [ "Win32_System" ]; - "Win32_System_HostComputeSystem" = [ "Win32_System" ]; - "Win32_System_Hypervisor" = [ "Win32_System" ]; - "Win32_System_IO" = [ "Win32_System" ]; - "Win32_System_Iis" = [ "Win32_System" ]; - "Win32_System_Ioctl" = [ "Win32_System" ]; - "Win32_System_JobObjects" = [ "Win32_System" ]; - "Win32_System_Js" = [ "Win32_System" ]; - "Win32_System_Kernel" = [ "Win32_System" ]; - "Win32_System_LibraryLoader" = [ "Win32_System" ]; - "Win32_System_Mailslots" = [ "Win32_System" ]; - "Win32_System_Mapi" = [ "Win32_System" ]; - "Win32_System_Memory" = [ "Win32_System" ]; - "Win32_System_Memory_NonVolatile" = [ "Win32_System_Memory" ]; - "Win32_System_MessageQueuing" = [ "Win32_System" ]; - "Win32_System_MixedReality" = [ "Win32_System" ]; - "Win32_System_Mmc" = [ "Win32_System" ]; - "Win32_System_Ole" = [ "Win32_System" ]; - "Win32_System_ParentalControls" = [ "Win32_System" ]; - "Win32_System_PasswordManagement" = [ "Win32_System" ]; - "Win32_System_Performance" = [ "Win32_System" ]; - "Win32_System_Performance_HardwareCounterProfiling" = [ "Win32_System_Performance" ]; - "Win32_System_Pipes" = [ "Win32_System" ]; - "Win32_System_Power" = [ "Win32_System" ]; - "Win32_System_ProcessStatus" = [ "Win32_System" ]; - "Win32_System_RealTimeCommunications" = [ "Win32_System" ]; - "Win32_System_Recovery" = [ "Win32_System" ]; - "Win32_System_Registry" = [ "Win32_System" ]; - "Win32_System_RemoteAssistance" = [ "Win32_System" ]; - "Win32_System_RemoteDesktop" = [ "Win32_System" ]; - "Win32_System_RemoteManagement" = [ "Win32_System" ]; - "Win32_System_RestartManager" = [ "Win32_System" ]; - "Win32_System_Restore" = [ "Win32_System" ]; - "Win32_System_Rpc" = [ "Win32_System" ]; - "Win32_System_Search" = [ "Win32_System" ]; - "Win32_System_Search_Common" = [ "Win32_System_Search" ]; - "Win32_System_SecurityCenter" = [ "Win32_System" ]; - "Win32_System_ServerBackup" = [ "Win32_System" ]; - "Win32_System_Services" = [ "Win32_System" ]; - "Win32_System_SettingsManagementInfrastructure" = [ "Win32_System" ]; - "Win32_System_SetupAndMigration" = [ "Win32_System" ]; - "Win32_System_Shutdown" = [ "Win32_System" ]; - "Win32_System_StationsAndDesktops" = [ "Win32_System" ]; - "Win32_System_SubsystemForLinux" = [ "Win32_System" ]; - "Win32_System_SystemInformation" = [ "Win32_System" ]; - "Win32_System_SystemServices" = [ "Win32_System" ]; - "Win32_System_TaskScheduler" = [ "Win32_System" ]; - "Win32_System_Threading" = [ "Win32_System" ]; - "Win32_System_Time" = [ "Win32_System" ]; - "Win32_System_TpmBaseServices" = [ "Win32_System" ]; - "Win32_System_UpdateAgent" = [ "Win32_System" ]; - "Win32_System_UpdateAssessment" = [ "Win32_System" ]; - "Win32_System_UserAccessLogging" = [ "Win32_System" ]; - "Win32_System_VirtualDosMachines" = [ "Win32_System" ]; - "Win32_System_WindowsProgramming" = [ "Win32_System" ]; - "Win32_System_WindowsSync" = [ "Win32_System" ]; - "Win32_System_Wmi" = [ "Win32_System" ]; - "Win32_UI" = [ "Win32" ]; - "Win32_UI_Accessibility" = [ "Win32_UI" ]; - "Win32_UI_Animation" = [ "Win32_UI" ]; - "Win32_UI_ColorSystem" = [ "Win32_UI" ]; - "Win32_UI_Controls" = [ "Win32_UI" ]; - "Win32_UI_Controls_Dialogs" = [ "Win32_UI_Controls" ]; - "Win32_UI_Controls_RichEdit" = [ "Win32_UI_Controls" ]; - "Win32_UI_HiDpi" = [ "Win32_UI" ]; - "Win32_UI_Input" = [ "Win32_UI" ]; - "Win32_UI_Input_Ime" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Ink" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_KeyboardAndMouse" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Pointer" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Radial" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Touch" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_XboxController" = [ "Win32_UI_Input" ]; - "Win32_UI_InteractionContext" = [ "Win32_UI" ]; - "Win32_UI_LegacyWindowsEnvironmentFeatures" = [ "Win32_UI" ]; - "Win32_UI_Magnification" = [ "Win32_UI" ]; - "Win32_UI_Notifications" = [ "Win32_UI" ]; - "Win32_UI_Ribbon" = [ "Win32_UI" ]; - "Win32_UI_Shell" = [ "Win32_UI" ]; - "Win32_UI_Shell_Common" = [ "Win32_UI_Shell" ]; - "Win32_UI_Shell_PropertiesSystem" = [ "Win32_UI_Shell" ]; - "Win32_UI_TabletPC" = [ "Win32_UI" ]; - "Win32_UI_TextServices" = [ "Win32_UI" ]; - "Win32_UI_WindowsAndMessaging" = [ "Win32_UI" ]; - "Win32_UI_Wpf" = [ "Win32_UI" ]; - "Win32_Web" = [ "Win32" ]; - "Win32_Web_InternetExplorer" = [ "Win32_Web" ]; - }; - resolvedDefaultFeatures = [ "Win32" "Win32_Devices" "Win32_Devices_HumanInterfaceDevice" "Win32_Foundation" "Win32_Globalization" "Win32_Graphics" "Win32_Graphics_Dwm" "Win32_Graphics_Gdi" "Win32_Graphics_OpenGL" "Win32_Media" "Win32_NetworkManagement" "Win32_NetworkManagement_IpHelper" "Win32_Networking" "Win32_Networking_WinSock" "Win32_Security" "Win32_Storage" "Win32_Storage_FileSystem" "Win32_System" "Win32_System_Com" "Win32_System_Com_StructuredStorage" "Win32_System_Console" "Win32_System_Diagnostics" "Win32_System_Diagnostics_Debug" "Win32_System_IO" "Win32_System_LibraryLoader" "Win32_System_Ole" "Win32_System_SystemInformation" "Win32_System_SystemServices" "Win32_System_Threading" "Win32_System_WindowsProgramming" "Win32_UI" "Win32_UI_Accessibility" "Win32_UI_Controls" "Win32_UI_HiDpi" "Win32_UI_Input" "Win32_UI_Input_Ime" "Win32_UI_Input_KeyboardAndMouse" "Win32_UI_Input_Pointer" "Win32_UI_Input_Touch" "Win32_UI_Shell" "Win32_UI_TextServices" "Win32_UI_WindowsAndMessaging" "default" ]; - }; - "windows-sys 0.52.0" = rec { - crateName = "windows-sys"; - version = "0.52.0"; - edition = "2021"; - sha256 = "0gd3v4ji88490zgb6b5mq5zgbvwv7zx1ibn8v3x83rwcdbryaar8"; - authors = [ - "Microsoft" - ]; - dependencies = [ - { - name = "windows-targets"; - packageId = "windows-targets 0.52.0"; - } - ]; - features = { - "Wdk_Foundation" = [ "Wdk" ]; - "Wdk_Graphics" = [ "Wdk" ]; - "Wdk_Graphics_Direct3D" = [ "Wdk_Graphics" ]; - "Wdk_Storage" = [ "Wdk" ]; - "Wdk_Storage_FileSystem" = [ "Wdk_Storage" ]; - "Wdk_Storage_FileSystem_Minifilters" = [ "Wdk_Storage_FileSystem" ]; - "Wdk_System" = [ "Wdk" ]; - "Wdk_System_IO" = [ "Wdk_System" ]; - "Wdk_System_OfflineRegistry" = [ "Wdk_System" ]; - "Wdk_System_Registry" = [ "Wdk_System" ]; - "Wdk_System_SystemInformation" = [ "Wdk_System" ]; - "Wdk_System_SystemServices" = [ "Wdk_System" ]; - "Wdk_System_Threading" = [ "Wdk_System" ]; - "Win32_Data" = [ "Win32" ]; - "Win32_Data_HtmlHelp" = [ "Win32_Data" ]; - "Win32_Data_RightsManagement" = [ "Win32_Data" ]; - "Win32_Devices" = [ "Win32" ]; - "Win32_Devices_AllJoyn" = [ "Win32_Devices" ]; - "Win32_Devices_BiometricFramework" = [ "Win32_Devices" ]; - "Win32_Devices_Bluetooth" = [ "Win32_Devices" ]; - "Win32_Devices_Communication" = [ "Win32_Devices" ]; - "Win32_Devices_DeviceAndDriverInstallation" = [ "Win32_Devices" ]; - "Win32_Devices_DeviceQuery" = [ "Win32_Devices" ]; - "Win32_Devices_Display" = [ "Win32_Devices" ]; - "Win32_Devices_Enumeration" = [ "Win32_Devices" ]; - "Win32_Devices_Enumeration_Pnp" = [ "Win32_Devices_Enumeration" ]; - "Win32_Devices_Fax" = [ "Win32_Devices" ]; - "Win32_Devices_HumanInterfaceDevice" = [ "Win32_Devices" ]; - "Win32_Devices_PortableDevices" = [ "Win32_Devices" ]; - "Win32_Devices_Properties" = [ "Win32_Devices" ]; - "Win32_Devices_Pwm" = [ "Win32_Devices" ]; - "Win32_Devices_Sensors" = [ "Win32_Devices" ]; - "Win32_Devices_SerialCommunication" = [ "Win32_Devices" ]; - "Win32_Devices_Tapi" = [ "Win32_Devices" ]; - "Win32_Devices_Usb" = [ "Win32_Devices" ]; - "Win32_Devices_WebServicesOnDevices" = [ "Win32_Devices" ]; - "Win32_Foundation" = [ "Win32" ]; - "Win32_Gaming" = [ "Win32" ]; - "Win32_Globalization" = [ "Win32" ]; - "Win32_Graphics" = [ "Win32" ]; - "Win32_Graphics_Dwm" = [ "Win32_Graphics" ]; - "Win32_Graphics_Gdi" = [ "Win32_Graphics" ]; - "Win32_Graphics_GdiPlus" = [ "Win32_Graphics" ]; - "Win32_Graphics_Hlsl" = [ "Win32_Graphics" ]; - "Win32_Graphics_OpenGL" = [ "Win32_Graphics" ]; - "Win32_Graphics_Printing" = [ "Win32_Graphics" ]; - "Win32_Graphics_Printing_PrintTicket" = [ "Win32_Graphics_Printing" ]; - "Win32_Management" = [ "Win32" ]; - "Win32_Management_MobileDeviceManagementRegistration" = [ "Win32_Management" ]; - "Win32_Media" = [ "Win32" ]; - "Win32_Media_Audio" = [ "Win32_Media" ]; - "Win32_Media_DxMediaObjects" = [ "Win32_Media" ]; - "Win32_Media_KernelStreaming" = [ "Win32_Media" ]; - "Win32_Media_Multimedia" = [ "Win32_Media" ]; - "Win32_Media_Streaming" = [ "Win32_Media" ]; - "Win32_Media_WindowsMediaFormat" = [ "Win32_Media" ]; - "Win32_NetworkManagement" = [ "Win32" ]; - "Win32_NetworkManagement_Dhcp" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Dns" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_InternetConnectionWizard" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_IpHelper" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Multicast" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Ndis" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetBios" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetManagement" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetShell" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_NetworkDiagnosticsFramework" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_P2P" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_QoS" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Rras" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_Snmp" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WNet" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WebDav" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WiFi" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsConnectionManager" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsFilteringPlatform" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsFirewall" = [ "Win32_NetworkManagement" ]; - "Win32_NetworkManagement_WindowsNetworkVirtualization" = [ "Win32_NetworkManagement" ]; - "Win32_Networking" = [ "Win32" ]; - "Win32_Networking_ActiveDirectory" = [ "Win32_Networking" ]; - "Win32_Networking_Clustering" = [ "Win32_Networking" ]; - "Win32_Networking_HttpServer" = [ "Win32_Networking" ]; - "Win32_Networking_Ldap" = [ "Win32_Networking" ]; - "Win32_Networking_WebSocket" = [ "Win32_Networking" ]; - "Win32_Networking_WinHttp" = [ "Win32_Networking" ]; - "Win32_Networking_WinInet" = [ "Win32_Networking" ]; - "Win32_Networking_WinSock" = [ "Win32_Networking" ]; - "Win32_Networking_WindowsWebServices" = [ "Win32_Networking" ]; - "Win32_Security" = [ "Win32" ]; - "Win32_Security_AppLocker" = [ "Win32_Security" ]; - "Win32_Security_Authentication" = [ "Win32_Security" ]; - "Win32_Security_Authentication_Identity" = [ "Win32_Security_Authentication" ]; - "Win32_Security_Authorization" = [ "Win32_Security" ]; - "Win32_Security_Credentials" = [ "Win32_Security" ]; - "Win32_Security_Cryptography" = [ "Win32_Security" ]; - "Win32_Security_Cryptography_Catalog" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_Cryptography_Certificates" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_Cryptography_Sip" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_Cryptography_UI" = [ "Win32_Security_Cryptography" ]; - "Win32_Security_DiagnosticDataQuery" = [ "Win32_Security" ]; - "Win32_Security_DirectoryServices" = [ "Win32_Security" ]; - "Win32_Security_EnterpriseData" = [ "Win32_Security" ]; - "Win32_Security_ExtensibleAuthenticationProtocol" = [ "Win32_Security" ]; - "Win32_Security_Isolation" = [ "Win32_Security" ]; - "Win32_Security_LicenseProtection" = [ "Win32_Security" ]; - "Win32_Security_NetworkAccessProtection" = [ "Win32_Security" ]; - "Win32_Security_WinTrust" = [ "Win32_Security" ]; - "Win32_Security_WinWlx" = [ "Win32_Security" ]; - "Win32_Storage" = [ "Win32" ]; - "Win32_Storage_Cabinets" = [ "Win32_Storage" ]; - "Win32_Storage_CloudFilters" = [ "Win32_Storage" ]; - "Win32_Storage_Compression" = [ "Win32_Storage" ]; - "Win32_Storage_DistributedFileSystem" = [ "Win32_Storage" ]; - "Win32_Storage_FileHistory" = [ "Win32_Storage" ]; - "Win32_Storage_FileSystem" = [ "Win32_Storage" ]; - "Win32_Storage_Imapi" = [ "Win32_Storage" ]; - "Win32_Storage_IndexServer" = [ "Win32_Storage" ]; - "Win32_Storage_InstallableFileSystems" = [ "Win32_Storage" ]; - "Win32_Storage_IscsiDisc" = [ "Win32_Storage" ]; - "Win32_Storage_Jet" = [ "Win32_Storage" ]; - "Win32_Storage_Nvme" = [ "Win32_Storage" ]; - "Win32_Storage_OfflineFiles" = [ "Win32_Storage" ]; - "Win32_Storage_OperationRecorder" = [ "Win32_Storage" ]; - "Win32_Storage_Packaging" = [ "Win32_Storage" ]; - "Win32_Storage_Packaging_Appx" = [ "Win32_Storage_Packaging" ]; - "Win32_Storage_ProjectedFileSystem" = [ "Win32_Storage" ]; - "Win32_Storage_StructuredStorage" = [ "Win32_Storage" ]; - "Win32_Storage_Vhd" = [ "Win32_Storage" ]; - "Win32_Storage_Xps" = [ "Win32_Storage" ]; - "Win32_System" = [ "Win32" ]; - "Win32_System_AddressBook" = [ "Win32_System" ]; - "Win32_System_Antimalware" = [ "Win32_System" ]; - "Win32_System_ApplicationInstallationAndServicing" = [ "Win32_System" ]; - "Win32_System_ApplicationVerifier" = [ "Win32_System" ]; - "Win32_System_ClrHosting" = [ "Win32_System" ]; - "Win32_System_Com" = [ "Win32_System" ]; - "Win32_System_Com_Marshal" = [ "Win32_System_Com" ]; - "Win32_System_Com_StructuredStorage" = [ "Win32_System_Com" ]; - "Win32_System_Com_Urlmon" = [ "Win32_System_Com" ]; - "Win32_System_ComponentServices" = [ "Win32_System" ]; - "Win32_System_Console" = [ "Win32_System" ]; - "Win32_System_CorrelationVector" = [ "Win32_System" ]; - "Win32_System_DataExchange" = [ "Win32_System" ]; - "Win32_System_DeploymentServices" = [ "Win32_System" ]; - "Win32_System_DeveloperLicensing" = [ "Win32_System" ]; - "Win32_System_Diagnostics" = [ "Win32_System" ]; - "Win32_System_Diagnostics_Ceip" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_Debug" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_Debug_Extensions" = [ "Win32_System_Diagnostics_Debug" ]; - "Win32_System_Diagnostics_Etw" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_ProcessSnapshotting" = [ "Win32_System_Diagnostics" ]; - "Win32_System_Diagnostics_ToolHelp" = [ "Win32_System_Diagnostics" ]; - "Win32_System_DistributedTransactionCoordinator" = [ "Win32_System" ]; - "Win32_System_Environment" = [ "Win32_System" ]; - "Win32_System_ErrorReporting" = [ "Win32_System" ]; - "Win32_System_EventCollector" = [ "Win32_System" ]; - "Win32_System_EventLog" = [ "Win32_System" ]; - "Win32_System_EventNotificationService" = [ "Win32_System" ]; - "Win32_System_GroupPolicy" = [ "Win32_System" ]; - "Win32_System_HostCompute" = [ "Win32_System" ]; - "Win32_System_HostComputeNetwork" = [ "Win32_System" ]; - "Win32_System_HostComputeSystem" = [ "Win32_System" ]; - "Win32_System_Hypervisor" = [ "Win32_System" ]; - "Win32_System_IO" = [ "Win32_System" ]; - "Win32_System_Iis" = [ "Win32_System" ]; - "Win32_System_Ioctl" = [ "Win32_System" ]; - "Win32_System_JobObjects" = [ "Win32_System" ]; - "Win32_System_Js" = [ "Win32_System" ]; - "Win32_System_Kernel" = [ "Win32_System" ]; - "Win32_System_LibraryLoader" = [ "Win32_System" ]; - "Win32_System_Mailslots" = [ "Win32_System" ]; - "Win32_System_Mapi" = [ "Win32_System" ]; - "Win32_System_Memory" = [ "Win32_System" ]; - "Win32_System_Memory_NonVolatile" = [ "Win32_System_Memory" ]; - "Win32_System_MessageQueuing" = [ "Win32_System" ]; - "Win32_System_MixedReality" = [ "Win32_System" ]; - "Win32_System_Ole" = [ "Win32_System" ]; - "Win32_System_PasswordManagement" = [ "Win32_System" ]; - "Win32_System_Performance" = [ "Win32_System" ]; - "Win32_System_Performance_HardwareCounterProfiling" = [ "Win32_System_Performance" ]; - "Win32_System_Pipes" = [ "Win32_System" ]; - "Win32_System_Power" = [ "Win32_System" ]; - "Win32_System_ProcessStatus" = [ "Win32_System" ]; - "Win32_System_Recovery" = [ "Win32_System" ]; - "Win32_System_Registry" = [ "Win32_System" ]; - "Win32_System_RemoteDesktop" = [ "Win32_System" ]; - "Win32_System_RemoteManagement" = [ "Win32_System" ]; - "Win32_System_RestartManager" = [ "Win32_System" ]; - "Win32_System_Restore" = [ "Win32_System" ]; - "Win32_System_Rpc" = [ "Win32_System" ]; - "Win32_System_Search" = [ "Win32_System" ]; - "Win32_System_Search_Common" = [ "Win32_System_Search" ]; - "Win32_System_SecurityCenter" = [ "Win32_System" ]; - "Win32_System_Services" = [ "Win32_System" ]; - "Win32_System_SetupAndMigration" = [ "Win32_System" ]; - "Win32_System_Shutdown" = [ "Win32_System" ]; - "Win32_System_StationsAndDesktops" = [ "Win32_System" ]; - "Win32_System_SubsystemForLinux" = [ "Win32_System" ]; - "Win32_System_SystemInformation" = [ "Win32_System" ]; - "Win32_System_SystemServices" = [ "Win32_System" ]; - "Win32_System_Threading" = [ "Win32_System" ]; - "Win32_System_Time" = [ "Win32_System" ]; - "Win32_System_TpmBaseServices" = [ "Win32_System" ]; - "Win32_System_UserAccessLogging" = [ "Win32_System" ]; - "Win32_System_Variant" = [ "Win32_System" ]; - "Win32_System_VirtualDosMachines" = [ "Win32_System" ]; - "Win32_System_WindowsProgramming" = [ "Win32_System" ]; - "Win32_System_Wmi" = [ "Win32_System" ]; - "Win32_UI" = [ "Win32" ]; - "Win32_UI_Accessibility" = [ "Win32_UI" ]; - "Win32_UI_ColorSystem" = [ "Win32_UI" ]; - "Win32_UI_Controls" = [ "Win32_UI" ]; - "Win32_UI_Controls_Dialogs" = [ "Win32_UI_Controls" ]; - "Win32_UI_HiDpi" = [ "Win32_UI" ]; - "Win32_UI_Input" = [ "Win32_UI" ]; - "Win32_UI_Input_Ime" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_KeyboardAndMouse" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Pointer" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_Touch" = [ "Win32_UI_Input" ]; - "Win32_UI_Input_XboxController" = [ "Win32_UI_Input" ]; - "Win32_UI_InteractionContext" = [ "Win32_UI" ]; - "Win32_UI_Magnification" = [ "Win32_UI" ]; - "Win32_UI_Shell" = [ "Win32_UI" ]; - "Win32_UI_Shell_PropertiesSystem" = [ "Win32_UI_Shell" ]; - "Win32_UI_TabletPC" = [ "Win32_UI" ]; - "Win32_UI_TextServices" = [ "Win32_UI" ]; - "Win32_UI_WindowsAndMessaging" = [ "Win32_UI" ]; - "Win32_Web" = [ "Win32" ]; - "Win32_Web_InternetExplorer" = [ "Win32_Web" ]; - }; - resolvedDefaultFeatures = [ "Wdk" "Wdk_Foundation" "Wdk_Storage" "Wdk_Storage_FileSystem" "Win32" "Win32_Foundation" "Win32_NetworkManagement" "Win32_NetworkManagement_IpHelper" "Win32_Networking" "Win32_Networking_WinSock" "Win32_Security" "Win32_Storage" "Win32_Storage_FileSystem" "Win32_System" "Win32_System_Com" "Win32_System_Diagnostics" "Win32_System_Diagnostics_Debug" "Win32_System_IO" "Win32_System_LibraryLoader" "Win32_System_Threading" "Win32_System_WindowsProgramming" "Win32_UI" "Win32_UI_Shell" "default" ]; - }; - "windows-targets 0.42.2" = rec { - crateName = "windows-targets"; - version = "0.42.2"; - edition = "2018"; - sha256 = "0wfhnib2fisxlx8c507dbmh97kgij4r6kcxdi0f9nk6l1k080lcf"; - authors = [ - "Microsoft" - ]; - dependencies = [ - { - name = "windows_aarch64_gnullvm"; - packageId = "windows_aarch64_gnullvm 0.42.2"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "aarch64-pc-windows-gnullvm"); - } - { - name = "windows_aarch64_msvc"; - packageId = "windows_aarch64_msvc 0.42.2"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "aarch64-pc-windows-msvc"); - } - { - name = "windows_aarch64_msvc"; - packageId = "windows_aarch64_msvc 0.42.2"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "aarch64-uwp-windows-msvc"); - } - { - name = "windows_i686_gnu"; - packageId = "windows_i686_gnu 0.42.2"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "i686-pc-windows-gnu"); - } - { - name = "windows_i686_gnu"; - packageId = "windows_i686_gnu 0.42.2"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "i686-uwp-windows-gnu"); - } - { - name = "windows_i686_msvc"; - packageId = "windows_i686_msvc 0.42.2"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "i686-pc-windows-msvc"); - } - { - name = "windows_i686_msvc"; - packageId = "windows_i686_msvc 0.42.2"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "i686-uwp-windows-msvc"); - } - { - name = "windows_x86_64_gnu"; - packageId = "windows_x86_64_gnu 0.42.2"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "x86_64-pc-windows-gnu"); - } - { - name = "windows_x86_64_gnu"; - packageId = "windows_x86_64_gnu 0.42.2"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "x86_64-uwp-windows-gnu"); - } - { - name = "windows_x86_64_gnullvm"; - packageId = "windows_x86_64_gnullvm 0.42.2"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "x86_64-pc-windows-gnullvm"); - } - { - name = "windows_x86_64_msvc"; - packageId = "windows_x86_64_msvc 0.42.2"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "x86_64-pc-windows-msvc"); - } - { - name = "windows_x86_64_msvc"; - packageId = "windows_x86_64_msvc 0.42.2"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "x86_64-uwp-windows-msvc"); - } - ]; - - }; - "windows-targets 0.48.5" = rec { - crateName = "windows-targets"; - version = "0.48.5"; - edition = "2018"; - sha256 = "034ljxqshifs1lan89xwpcy1hp0lhdh4b5n0d2z4fwjx2piacbws"; - authors = [ - "Microsoft" - ]; - dependencies = [ - { - name = "windows_aarch64_gnullvm"; - packageId = "windows_aarch64_gnullvm 0.48.5"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "aarch64-pc-windows-gnullvm"); - } - { - name = "windows_aarch64_msvc"; - packageId = "windows_aarch64_msvc 0.48.5"; - target = { target, features }: (("aarch64" == target."arch" or null) && ("msvc" == target."env" or null) && (!(target."windows_raw_dylib" or false))); - } - { - name = "windows_i686_gnu"; - packageId = "windows_i686_gnu 0.48.5"; - target = { target, features }: (("x86" == target."arch" or null) && ("gnu" == target."env" or null) && (!(target."windows_raw_dylib" or false))); - } - { - name = "windows_i686_msvc"; - packageId = "windows_i686_msvc 0.48.5"; - target = { target, features }: (("x86" == target."arch" or null) && ("msvc" == target."env" or null) && (!(target."windows_raw_dylib" or false))); - } - { - name = "windows_x86_64_gnu"; - packageId = "windows_x86_64_gnu 0.48.5"; - target = { target, features }: (("x86_64" == target."arch" or null) && ("gnu" == target."env" or null) && (!("llvm" == target."abi" or null)) && (!(target."windows_raw_dylib" or false))); - } - { - name = "windows_x86_64_gnullvm"; - packageId = "windows_x86_64_gnullvm 0.48.5"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "x86_64-pc-windows-gnullvm"); - } - { - name = "windows_x86_64_msvc"; - packageId = "windows_x86_64_msvc 0.48.5"; - target = { target, features }: (("x86_64" == target."arch" or null) && ("msvc" == target."env" or null) && (!(target."windows_raw_dylib" or false))); - } - ]; - - }; - "windows-targets 0.52.0" = rec { - crateName = "windows-targets"; - version = "0.52.0"; - edition = "2021"; - sha256 = "1kg7a27ynzw8zz3krdgy6w5gbqcji27j1sz4p7xk2j5j8082064a"; - authors = [ - "Microsoft" - ]; - dependencies = [ - { - name = "windows_aarch64_gnullvm"; - packageId = "windows_aarch64_gnullvm 0.52.0"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "aarch64-pc-windows-gnullvm"); - } - { - name = "windows_aarch64_msvc"; - packageId = "windows_aarch64_msvc 0.52.0"; - target = { target, features }: (("aarch64" == target."arch" or null) && ("msvc" == target."env" or null) && (!(target."windows_raw_dylib" or false))); - } - { - name = "windows_i686_gnu"; - packageId = "windows_i686_gnu 0.52.0"; - target = { target, features }: (("x86" == target."arch" or null) && ("gnu" == target."env" or null) && (!(target."windows_raw_dylib" or false))); - } - { - name = "windows_i686_msvc"; - packageId = "windows_i686_msvc 0.52.0"; - target = { target, features }: (("x86" == target."arch" or null) && ("msvc" == target."env" or null) && (!(target."windows_raw_dylib" or false))); - } - { - name = "windows_x86_64_gnu"; - packageId = "windows_x86_64_gnu 0.52.0"; - target = { target, features }: (("x86_64" == target."arch" or null) && ("gnu" == target."env" or null) && (!("llvm" == target."abi" or null)) && (!(target."windows_raw_dylib" or false))); - } - { - name = "windows_x86_64_gnullvm"; - packageId = "windows_x86_64_gnullvm 0.52.0"; - target = { target, features }: (pkgs.rust.lib.toRustTarget stdenv.hostPlatform == "x86_64-pc-windows-gnullvm"); - } - { - name = "windows_x86_64_msvc"; - packageId = "windows_x86_64_msvc 0.52.0"; - target = { target, features }: (("x86_64" == target."arch" or null) && ("msvc" == target."env" or null) && (!(target."windows_raw_dylib" or false))); - } - ]; - - }; - "windows_aarch64_gnullvm 0.42.2" = rec { - crateName = "windows_aarch64_gnullvm"; - version = "0.42.2"; - edition = "2018"; - sha256 = "1y4q0qmvl0lvp7syxvfykafvmwal5hrjb4fmv04bqs0bawc52yjr"; - authors = [ - "Microsoft" - ]; - - }; - "windows_aarch64_gnullvm 0.48.5" = rec { - crateName = "windows_aarch64_gnullvm"; - version = "0.48.5"; - edition = "2018"; - sha256 = "1n05v7qblg1ci3i567inc7xrkmywczxrs1z3lj3rkkxw18py6f1b"; - authors = [ - "Microsoft" - ]; - - }; - "windows_aarch64_gnullvm 0.52.0" = rec { - crateName = "windows_aarch64_gnullvm"; - version = "0.52.0"; - edition = "2021"; - sha256 = "1shmn1kbdc0bpphcxz0vlph96bxz0h1jlmh93s9agf2dbpin8xyb"; - authors = [ - "Microsoft" - ]; - - }; - "windows_aarch64_msvc 0.42.2" = rec { - crateName = "windows_aarch64_msvc"; - version = "0.42.2"; - edition = "2018"; - sha256 = "0hsdikjl5sa1fva5qskpwlxzpc5q9l909fpl1w6yy1hglrj8i3p0"; - authors = [ - "Microsoft" - ]; - - }; - "windows_aarch64_msvc 0.48.5" = rec { - crateName = "windows_aarch64_msvc"; - version = "0.48.5"; - edition = "2018"; - sha256 = "1g5l4ry968p73g6bg6jgyvy9lb8fyhcs54067yzxpcpkf44k2dfw"; - authors = [ - "Microsoft" - ]; - - }; - "windows_aarch64_msvc 0.52.0" = rec { - crateName = "windows_aarch64_msvc"; - version = "0.52.0"; - edition = "2021"; - sha256 = "1vvmy1ypvzdvxn9yf0b8ygfl85gl2gpcyvsvqppsmlpisil07amv"; - authors = [ - "Microsoft" - ]; - - }; - "windows_i686_gnu 0.42.2" = rec { - crateName = "windows_i686_gnu"; - version = "0.42.2"; - edition = "2018"; - sha256 = "0kx866dfrby88lqs9v1vgmrkk1z6af9lhaghh5maj7d4imyr47f6"; - authors = [ - "Microsoft" - ]; - - }; - "windows_i686_gnu 0.48.5" = rec { - crateName = "windows_i686_gnu"; - version = "0.48.5"; - edition = "2018"; - sha256 = "0gklnglwd9ilqx7ac3cn8hbhkraqisd0n83jxzf9837nvvkiand7"; - authors = [ - "Microsoft" - ]; - - }; - "windows_i686_gnu 0.52.0" = rec { - crateName = "windows_i686_gnu"; - version = "0.52.0"; - edition = "2021"; - sha256 = "04zkglz4p3pjsns5gbz85v4s5aw102raz4spj4b0lmm33z5kg1m2"; - authors = [ - "Microsoft" - ]; - - }; - "windows_i686_msvc 0.42.2" = rec { - crateName = "windows_i686_msvc"; - version = "0.42.2"; - edition = "2018"; - sha256 = "0q0h9m2aq1pygc199pa5jgc952qhcnf0zn688454i7v4xjv41n24"; - authors = [ - "Microsoft" - ]; - - }; - "windows_i686_msvc 0.48.5" = rec { - crateName = "windows_i686_msvc"; - version = "0.48.5"; - edition = "2018"; - sha256 = "01m4rik437dl9rdf0ndnm2syh10hizvq0dajdkv2fjqcywrw4mcg"; - authors = [ - "Microsoft" - ]; - - }; - "windows_i686_msvc 0.52.0" = rec { - crateName = "windows_i686_msvc"; - version = "0.52.0"; - edition = "2021"; - sha256 = "16kvmbvx0vr0zbgnaz6nsks9ycvfh5xp05bjrhq65kj623iyirgz"; - authors = [ - "Microsoft" - ]; - - }; - "windows_x86_64_gnu 0.42.2" = rec { - crateName = "windows_x86_64_gnu"; - version = "0.42.2"; - edition = "2018"; - sha256 = "0dnbf2xnp3xrvy8v9mgs3var4zq9v9yh9kv79035rdgyp2w15scd"; - authors = [ - "Microsoft" - ]; - - }; - "windows_x86_64_gnu 0.48.5" = rec { - crateName = "windows_x86_64_gnu"; - version = "0.48.5"; - edition = "2018"; - sha256 = "13kiqqcvz2vnyxzydjh73hwgigsdr2z1xpzx313kxll34nyhmm2k"; - authors = [ - "Microsoft" - ]; - - }; - "windows_x86_64_gnu 0.52.0" = rec { - crateName = "windows_x86_64_gnu"; - version = "0.52.0"; - edition = "2021"; - sha256 = "1zdy4qn178sil5sdm63lm7f0kkcjg6gvdwmcprd2yjmwn8ns6vrx"; - authors = [ - "Microsoft" - ]; - - }; - "windows_x86_64_gnullvm 0.42.2" = rec { - crateName = "windows_x86_64_gnullvm"; - version = "0.42.2"; - edition = "2018"; - sha256 = "18wl9r8qbsl475j39zvawlidp1bsbinliwfymr43fibdld31pm16"; - authors = [ - "Microsoft" - ]; - - }; - "windows_x86_64_gnullvm 0.48.5" = rec { - crateName = "windows_x86_64_gnullvm"; - version = "0.48.5"; - edition = "2018"; - sha256 = "1k24810wfbgz8k48c2yknqjmiigmql6kk3knmddkv8k8g1v54yqb"; - authors = [ - "Microsoft" - ]; - - }; - "windows_x86_64_gnullvm 0.52.0" = rec { - crateName = "windows_x86_64_gnullvm"; - version = "0.52.0"; - edition = "2021"; - sha256 = "17lllq4l2k1lqgcnw1cccphxp9vs7inq99kjlm2lfl9zklg7wr8s"; - authors = [ - "Microsoft" - ]; - - }; - "windows_x86_64_msvc 0.42.2" = rec { - crateName = "windows_x86_64_msvc"; - version = "0.42.2"; - edition = "2018"; - sha256 = "1w5r0q0yzx827d10dpjza2ww0j8iajqhmb54s735hhaj66imvv4s"; - authors = [ - "Microsoft" - ]; - - }; - "windows_x86_64_msvc 0.48.5" = rec { - crateName = "windows_x86_64_msvc"; - version = "0.48.5"; - edition = "2018"; - sha256 = "0f4mdp895kkjh9zv8dxvn4pc10xr7839lf5pa9l0193i2pkgr57d"; - authors = [ - "Microsoft" - ]; - - }; - "windows_x86_64_msvc 0.52.0" = rec { - crateName = "windows_x86_64_msvc"; - version = "0.52.0"; - edition = "2021"; - sha256 = "012wfq37f18c09ij5m6rniw7xxn5fcvrxbqd0wd8vgnl3hfn9yfz"; - authors = [ - "Microsoft" - ]; - - }; - "winit" = rec { - crateName = "winit"; - version = "0.29.10"; - edition = "2021"; - sha256 = "1kzzl8m68sq6njdr6n1b90ppfg1pfhkcq48iqxpfdshyjh8lz0jc"; - authors = [ - "The winit contributors" - "Pierre Krieger " - ]; - dependencies = [ - { - name = "ahash"; - packageId = "ahash"; - optional = true; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - features = [ "no-rng" ]; - } - { - name = "android-activity"; - packageId = "android-activity"; - target = { target, features }: ("android" == target."os" or null); - } - { - name = "atomic-waker"; - packageId = "atomic-waker"; - target = { target, features }: (builtins.elem "wasm" target."family"); - } - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "bytemuck"; - packageId = "bytemuck"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - } - { - name = "calloop"; - packageId = "calloop"; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - } - { - name = "core-foundation"; - packageId = "core-foundation"; - target = { target, features }: (("ios" == target."os" or null) || ("macos" == target."os" or null)); - } - { - name = "core-graphics"; - packageId = "core-graphics"; - target = { target, features }: ("macos" == target."os" or null); - } - { - name = "cursor-icon"; - packageId = "cursor-icon"; - } - { - name = "icrate"; - packageId = "icrate"; - target = { target, features }: ("ios" == target."os" or null); - features = [ "dispatch" "Foundation" "Foundation_NSArray" "Foundation_NSString" "Foundation_NSProcessInfo" "Foundation_NSThread" "Foundation_NSSet" ]; - } - { - name = "icrate"; - packageId = "icrate"; - target = { target, features }: ("macos" == target."os" or null); - features = [ "dispatch" "Foundation" "Foundation_NSArray" "Foundation_NSAttributedString" "Foundation_NSMutableAttributedString" "Foundation_NSData" "Foundation_NSDictionary" "Foundation_NSString" "Foundation_NSProcessInfo" "Foundation_NSThread" "Foundation_NSNumber" ]; - } - { - name = "js-sys"; - packageId = "js-sys"; - target = { target, features }: (builtins.elem "wasm" target."family"); - } - { - name = "libc"; - packageId = "libc"; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - } - { - name = "log"; - packageId = "log"; - } - { - name = "memmap2"; - packageId = "memmap2"; - optional = true; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - } - { - name = "ndk"; - packageId = "ndk"; - usesDefaultFeatures = false; - target = { target, features }: ("android" == target."os" or null); - } - { - name = "ndk-sys"; - packageId = "ndk-sys"; - target = { target, features }: ("android" == target."os" or null); - } - { - name = "objc2"; - packageId = "objc2 0.4.1"; - target = { target, features }: (("ios" == target."os" or null) || ("macos" == target."os" or null)); - } - { - name = "once_cell"; - packageId = "once_cell"; - } - { - name = "orbclient"; - packageId = "orbclient"; - usesDefaultFeatures = false; - target = { target, features }: ("redox" == target."os" or null); - } - { - name = "percent-encoding"; - packageId = "percent-encoding"; - optional = true; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - } - { - name = "raw-window-handle"; - packageId = "raw-window-handle 0.5.2"; - rename = "rwh_05"; - optional = true; - features = [ "std" ]; - } - { - name = "raw-window-handle"; - packageId = "raw-window-handle 0.6.0"; - rename = "rwh_06"; - optional = true; - features = [ "std" ]; - } - { - name = "redox_syscall"; - packageId = "redox_syscall 0.3.5"; - target = { target, features }: ("redox" == target."os" or null); - } - { - name = "rustix"; - packageId = "rustix 0.38.31"; - usesDefaultFeatures = false; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - features = [ "std" "system" "thread" "process" ]; - } - { - name = "sctk-adwaita"; - packageId = "sctk-adwaita"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - } - { - name = "smithay-client-toolkit"; - packageId = "smithay-client-toolkit"; - rename = "sctk"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - features = [ "calloop" ]; - } - { - name = "smol_str"; - packageId = "smol_str"; - } - { - name = "unicode-segmentation"; - packageId = "unicode-segmentation"; - target = { target, features }: ("windows" == target."os" or null); - } - { - name = "wasm-bindgen"; - packageId = "wasm-bindgen"; - target = { target, features }: (builtins.elem "wasm" target."family"); - } - { - name = "wasm-bindgen-futures"; - packageId = "wasm-bindgen-futures"; - target = { target, features }: (builtins.elem "wasm" target."family"); - } - { - name = "wayland-backend"; - packageId = "wayland-backend"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - features = [ "client_system" ]; - } - { - name = "wayland-client"; - packageId = "wayland-client"; - optional = true; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - } - { - name = "wayland-protocols"; - packageId = "wayland-protocols"; - optional = true; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - features = [ "staging" ]; - } - { - name = "wayland-protocols-plasma"; - packageId = "wayland-protocols-plasma"; - optional = true; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - features = [ "client" ]; - } - { - name = "web-sys"; - packageId = "web-sys"; - rename = "web_sys"; - target = { target, features }: (builtins.elem "wasm" target."family"); - features = [ "AbortController" "AbortSignal" "console" "CssStyleDeclaration" "Document" "DomRect" "DomRectReadOnly" "Element" "Event" "EventTarget" "FocusEvent" "HtmlCanvasElement" "HtmlElement" "IntersectionObserver" "IntersectionObserverEntry" "KeyboardEvent" "MediaQueryList" "MessageChannel" "MessagePort" "Node" "PageTransitionEvent" "PointerEvent" "ResizeObserver" "ResizeObserverBoxOptions" "ResizeObserverEntry" "ResizeObserverOptions" "ResizeObserverSize" "VisibilityState" "Window" "WheelEvent" ]; - } - { - name = "web-time"; - packageId = "web-time"; - target = { target, features }: (builtins.elem "wasm" target."family"); - } - { - name = "windows-sys"; - packageId = "windows-sys 0.48.0"; - target = { target, features }: ("windows" == target."os" or null); - features = [ "Win32_Devices_HumanInterfaceDevice" "Win32_Foundation" "Win32_Globalization" "Win32_Graphics_Dwm" "Win32_Graphics_Gdi" "Win32_Media" "Win32_System_Com_StructuredStorage" "Win32_System_Com" "Win32_System_LibraryLoader" "Win32_System_Ole" "Win32_System_SystemInformation" "Win32_System_SystemServices" "Win32_System_Threading" "Win32_System_WindowsProgramming" "Win32_UI_Accessibility" "Win32_UI_Controls" "Win32_UI_HiDpi" "Win32_UI_Input_Ime" "Win32_UI_Input_KeyboardAndMouse" "Win32_UI_Input_Pointer" "Win32_UI_Input_Touch" "Win32_UI_Shell" "Win32_UI_TextServices" "Win32_UI_WindowsAndMessaging" ]; - } - { - name = "x11-dl"; - packageId = "x11-dl"; - optional = true; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - } - { - name = "x11rb"; - packageId = "x11rb 0.13.0"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - features = [ "allow-unsafe-code" "dl-libxcb" "randr" "resource_manager" "xinput" "xkb" ]; - } - { - name = "xkbcommon-dl"; - packageId = "xkbcommon-dl"; - target = { target, features }: ((target."unix" or false) && (!(("redox" == target."os" or null) || (builtins.elem "wasm" target."family") || ("android" == target."os" or null) || ("ios" == target."os" or null) || ("macos" == target."os" or null)))); - } - ]; - buildDependencies = [ - { - name = "cfg_aliases"; - packageId = "cfg_aliases"; - } - ]; - devDependencies = [ - { - name = "web-sys"; - packageId = "web-sys"; - target = {target, features}: (builtins.elem "wasm" target."family"); - features = [ "CanvasRenderingContext2d" ]; - } - ]; - features = { - "ahash" = [ "dep:ahash" ]; - "android-game-activity" = [ "android-activity/game-activity" ]; - "android-native-activity" = [ "android-activity/native-activity" ]; - "bytemuck" = [ "dep:bytemuck" ]; - "default" = [ "rwh_06" "x11" "wayland" "wayland-dlopen" "wayland-csd-adwaita" ]; - "memmap2" = [ "dep:memmap2" ]; - "mint" = [ "dep:mint" ]; - "percent-encoding" = [ "dep:percent-encoding" ]; - "rwh_04" = [ "dep:rwh_04" "ndk/rwh_04" ]; - "rwh_05" = [ "dep:rwh_05" "ndk/rwh_05" ]; - "rwh_06" = [ "dep:rwh_06" "ndk/rwh_06" ]; - "sctk" = [ "dep:sctk" ]; - "sctk-adwaita" = [ "dep:sctk-adwaita" ]; - "serde" = [ "dep:serde" "cursor-icon/serde" "smol_str/serde" ]; - "wayland" = [ "wayland-client" "wayland-backend" "wayland-protocols" "wayland-protocols-plasma" "sctk" "ahash" "memmap2" ]; - "wayland-backend" = [ "dep:wayland-backend" ]; - "wayland-client" = [ "dep:wayland-client" ]; - "wayland-csd-adwaita" = [ "sctk-adwaita" "sctk-adwaita/ab_glyph" ]; - "wayland-csd-adwaita-crossfont" = [ "sctk-adwaita" "sctk-adwaita/crossfont" ]; - "wayland-csd-adwaita-notitle" = [ "sctk-adwaita" ]; - "wayland-dlopen" = [ "wayland-backend/dlopen" ]; - "wayland-protocols" = [ "dep:wayland-protocols" ]; - "wayland-protocols-plasma" = [ "dep:wayland-protocols-plasma" ]; - "x11" = [ "x11-dl" "bytemuck" "percent-encoding" "xkbcommon-dl/x11" "x11rb" ]; - "x11-dl" = [ "dep:x11-dl" ]; - "x11rb" = [ "dep:x11rb" ]; - }; - resolvedDefaultFeatures = [ "ahash" "bytemuck" "default" "memmap2" "percent-encoding" "rwh_05" "rwh_06" "sctk" "sctk-adwaita" "wayland" "wayland-backend" "wayland-client" "wayland-csd-adwaita" "wayland-dlopen" "wayland-protocols" "wayland-protocols-plasma" "x11" "x11-dl" "x11rb" ]; - }; - "winnow" = rec { - crateName = "winnow"; - version = "0.5.39"; - edition = "2021"; - sha256 = "0a9d8yxfnlgfd27samr5ld6hlpx7vr4qzxpqfy6d50qnn1aa32ak"; - dependencies = [ - { - name = "memchr"; - packageId = "memchr"; - optional = true; - usesDefaultFeatures = false; - } - ]; - features = { - "debug" = [ "dep:anstream" "dep:anstyle" "dep:is-terminal" "dep:terminal_size" ]; - "default" = [ "std" ]; - "simd" = [ "dep:memchr" ]; - "std" = [ "alloc" "memchr?/std" ]; - "unstable-doc" = [ "alloc" "std" "simd" "unstable-recover" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "std" ]; - }; - "x11-dl" = rec { - crateName = "x11-dl"; - version = "2.21.0"; - edition = "2021"; - sha256 = "0vsiq62xpcfm0kn9zjw5c9iycvccxl22jya8wnk18lyxzqj5jwrq"; - authors = [ - "daggerbot " - "Erle Pereira " - "AltF02 " - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - } - { - name = "once_cell"; - packageId = "once_cell"; - } - ]; - buildDependencies = [ - { - name = "pkg-config"; - packageId = "pkg-config"; - } - ]; - - }; - "x11rb 0.12.0" = rec { - crateName = "x11rb"; - version = "0.12.0"; - edition = "2021"; - sha256 = "02h492k920mb1733cdmly138zfiwkspil6ssqcvi7inyshk1nr5i"; - authors = [ - "Uli Schlachter " - "Eduardo Sánchez Muñoz " - "notgull " - ]; - dependencies = [ - { - name = "gethostname"; - packageId = "gethostname 0.3.0"; - } - { - name = "nix"; - packageId = "nix 0.26.4"; - usesDefaultFeatures = false; - target = { target, features }: (target."unix" or false); - features = [ "socket" "uio" "poll" ]; - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "winsock2" ]; - } - { - name = "winapi-wsapoll"; - packageId = "winapi-wsapoll"; - target = { target, features }: (target."windows" or false); - } - { - name = "x11rb-protocol"; - packageId = "x11rb-protocol 0.12.0"; - } - ]; - features = { - "all-extensions" = [ "x11rb-protocol/all-extensions" "composite" "damage" "dbe" "dpms" "dri2" "dri3" "glx" "present" "randr" "record" "render" "res" "screensaver" "shape" "shm" "sync" "xevie" "xf86dri" "xf86vidmode" "xfixes" "xinerama" "xinput" "xkb" "xprint" "xselinux" "xtest" "xv" "xvmc" ]; - "allow-unsafe-code" = [ "libc" "as-raw-xcb-connection" ]; - "as-raw-xcb-connection" = [ "dep:as-raw-xcb-connection" ]; - "composite" = [ "x11rb-protocol/composite" "xfixes" ]; - "cursor" = [ "render" "resource_manager" ]; - "damage" = [ "x11rb-protocol/damage" "xfixes" ]; - "dbe" = [ "x11rb-protocol/dbe" ]; - "dl-libxcb" = [ "allow-unsafe-code" "libloading" "once_cell" ]; - "dpms" = [ "x11rb-protocol/dpms" ]; - "dri2" = [ "x11rb-protocol/dri2" ]; - "dri3" = [ "x11rb-protocol/dri3" ]; - "glx" = [ "x11rb-protocol/glx" ]; - "libc" = [ "dep:libc" ]; - "libloading" = [ "dep:libloading" ]; - "once_cell" = [ "dep:once_cell" ]; - "present" = [ "x11rb-protocol/present" "randr" "xfixes" "sync" ]; - "randr" = [ "x11rb-protocol/randr" "render" ]; - "record" = [ "x11rb-protocol/record" ]; - "render" = [ "x11rb-protocol/render" ]; - "res" = [ "x11rb-protocol/res" ]; - "resource_manager" = [ "x11rb-protocol/resource_manager" ]; - "screensaver" = [ "x11rb-protocol/screensaver" ]; - "shape" = [ "x11rb-protocol/shape" ]; - "shm" = [ "x11rb-protocol/shm" ]; - "sync" = [ "x11rb-protocol/sync" ]; - "tracing" = [ "dep:tracing" ]; - "xevie" = [ "x11rb-protocol/xevie" ]; - "xf86dri" = [ "x11rb-protocol/xf86dri" ]; - "xf86vidmode" = [ "x11rb-protocol/xf86vidmode" ]; - "xfixes" = [ "x11rb-protocol/xfixes" "render" "shape" ]; - "xinerama" = [ "x11rb-protocol/xinerama" ]; - "xinput" = [ "x11rb-protocol/xinput" "xfixes" ]; - "xkb" = [ "x11rb-protocol/xkb" ]; - "xprint" = [ "x11rb-protocol/xprint" ]; - "xselinux" = [ "x11rb-protocol/xselinux" ]; - "xtest" = [ "x11rb-protocol/xtest" ]; - "xv" = [ "x11rb-protocol/xv" "shm" ]; - "xvmc" = [ "x11rb-protocol/xvmc" "xv" ]; - }; - }; - "x11rb 0.13.0" = rec { - crateName = "x11rb"; - version = "0.13.0"; - edition = "2021"; - sha256 = "06lzpmb67sfw37m0i9zz786hx6fklmykd9j3689blk3yijnmxwpq"; - authors = [ - "Uli Schlachter " - "Eduardo Sánchez Muñoz " - "notgull " - ]; - dependencies = [ - { - name = "as-raw-xcb-connection"; - packageId = "as-raw-xcb-connection"; - optional = true; - } - { - name = "gethostname"; - packageId = "gethostname 0.4.3"; - target = { target, features }: (!(target."unix" or false)); - } - { - name = "libc"; - packageId = "libc"; - optional = true; - } - { - name = "libloading"; - packageId = "libloading 0.8.1"; - optional = true; - } - { - name = "once_cell"; - packageId = "once_cell"; - optional = true; - } - { - name = "rustix"; - packageId = "rustix 0.38.31"; - usesDefaultFeatures = false; - features = [ "std" "event" "fs" "net" "system" ]; - } - { - name = "x11rb-protocol"; - packageId = "x11rb-protocol 0.13.0"; - usesDefaultFeatures = false; - features = [ "std" ]; - } - ]; - devDependencies = [ - { - name = "gethostname"; - packageId = "gethostname 0.4.3"; - } - ]; - features = { - "all-extensions" = [ "x11rb-protocol/all-extensions" "composite" "damage" "dbe" "dpms" "dri2" "dri3" "glx" "present" "randr" "record" "render" "res" "screensaver" "shape" "shm" "sync" "xevie" "xf86dri" "xf86vidmode" "xfixes" "xinerama" "xinput" "xkb" "xprint" "xselinux" "xtest" "xv" "xvmc" ]; - "allow-unsafe-code" = [ "libc" "as-raw-xcb-connection" ]; - "as-raw-xcb-connection" = [ "dep:as-raw-xcb-connection" ]; - "composite" = [ "x11rb-protocol/composite" "xfixes" ]; - "cursor" = [ "render" "resource_manager" ]; - "damage" = [ "x11rb-protocol/damage" "xfixes" ]; - "dbe" = [ "x11rb-protocol/dbe" ]; - "dl-libxcb" = [ "allow-unsafe-code" "libloading" "once_cell" ]; - "dpms" = [ "x11rb-protocol/dpms" ]; - "dri2" = [ "x11rb-protocol/dri2" ]; - "dri3" = [ "x11rb-protocol/dri3" ]; - "extra-traits" = [ "x11rb-protocol/extra-traits" ]; - "glx" = [ "x11rb-protocol/glx" ]; - "libc" = [ "dep:libc" ]; - "libloading" = [ "dep:libloading" ]; - "once_cell" = [ "dep:once_cell" ]; - "present" = [ "x11rb-protocol/present" "randr" "xfixes" "sync" ]; - "randr" = [ "x11rb-protocol/randr" "render" ]; - "record" = [ "x11rb-protocol/record" ]; - "render" = [ "x11rb-protocol/render" ]; - "request-parsing" = [ "x11rb-protocol/request-parsing" ]; - "res" = [ "x11rb-protocol/res" ]; - "resource_manager" = [ "x11rb-protocol/resource_manager" ]; - "screensaver" = [ "x11rb-protocol/screensaver" ]; - "shape" = [ "x11rb-protocol/shape" ]; - "shm" = [ "x11rb-protocol/shm" ]; - "sync" = [ "x11rb-protocol/sync" ]; - "tracing" = [ "dep:tracing" ]; - "xevie" = [ "x11rb-protocol/xevie" ]; - "xf86dri" = [ "x11rb-protocol/xf86dri" ]; - "xf86vidmode" = [ "x11rb-protocol/xf86vidmode" ]; - "xfixes" = [ "x11rb-protocol/xfixes" "render" "shape" ]; - "xinerama" = [ "x11rb-protocol/xinerama" ]; - "xinput" = [ "x11rb-protocol/xinput" "xfixes" ]; - "xkb" = [ "x11rb-protocol/xkb" ]; - "xprint" = [ "x11rb-protocol/xprint" ]; - "xselinux" = [ "x11rb-protocol/xselinux" ]; - "xtest" = [ "x11rb-protocol/xtest" ]; - "xv" = [ "x11rb-protocol/xv" "shm" ]; - "xvmc" = [ "x11rb-protocol/xvmc" "xv" ]; - }; - resolvedDefaultFeatures = [ "allow-unsafe-code" "as-raw-xcb-connection" "dl-libxcb" "libc" "libloading" "once_cell" "randr" "render" "resource_manager" "shape" "xfixes" "xinput" "xkb" ]; - }; - "x11rb-protocol 0.12.0" = rec { - crateName = "x11rb-protocol"; - version = "0.12.0"; - edition = "2021"; - sha256 = "1g24qdvq0mbyl2npz7zqy5v6hpdxq2qakkpnp3x02rzvl3ww7ml2"; - authors = [ - "Uli Schlachter " - "Eduardo Sánchez Muñoz " - "notgull " - ]; - dependencies = [ - { - name = "nix"; - packageId = "nix 0.26.4"; - optional = true; - usesDefaultFeatures = false; - target = { target, features }: (target."unix" or false); - features = [ "fs" ]; - } - ]; - features = { - "all-extensions" = [ "composite" "damage" "dbe" "dpms" "dri2" "dri3" "glx" "present" "randr" "record" "render" "res" "screensaver" "shape" "shm" "sync" "xevie" "xf86dri" "xf86vidmode" "xfixes" "xinerama" "xinput" "xkb" "xprint" "xselinux" "xtest" "xv" "xvmc" ]; - "composite" = [ "xfixes" ]; - "damage" = [ "xfixes" ]; - "default" = [ "std" ]; - "nix" = [ "dep:nix" ]; - "present" = [ "randr" "xfixes" "sync" ]; - "randr" = [ "render" ]; - "resource_manager" = [ "std" ]; - "serde" = [ "dep:serde" ]; - "std" = [ "nix" ]; - "xfixes" = [ "render" "shape" ]; - "xinput" = [ "xfixes" ]; - "xv" = [ "shm" ]; - "xvmc" = [ "xv" ]; - }; - resolvedDefaultFeatures = [ "default" "nix" "std" ]; - }; - "x11rb-protocol 0.13.0" = rec { - crateName = "x11rb-protocol"; - version = "0.13.0"; - edition = "2021"; - sha256 = "0d3cc2dr5fcx8asgrm31d7lrxpnbqi6kl5v3r71gx7xxp3272gp6"; - authors = [ - "Uli Schlachter " - "Eduardo Sánchez Muñoz " - "notgull " - ]; - features = { - "all-extensions" = [ "composite" "damage" "dbe" "dpms" "dri2" "dri3" "glx" "present" "randr" "record" "render" "res" "screensaver" "shape" "shm" "sync" "xevie" "xf86dri" "xf86vidmode" "xfixes" "xinerama" "xinput" "xkb" "xprint" "xselinux" "xtest" "xv" "xvmc" ]; - "composite" = [ "xfixes" ]; - "damage" = [ "xfixes" ]; - "default" = [ "std" ]; - "present" = [ "randr" "xfixes" "sync" ]; - "randr" = [ "render" ]; - "resource_manager" = [ "std" ]; - "serde" = [ "dep:serde" ]; - "xfixes" = [ "render" "shape" ]; - "xinput" = [ "xfixes" ]; - "xv" = [ "shm" ]; - "xvmc" = [ "xv" ]; - }; - resolvedDefaultFeatures = [ "randr" "render" "resource_manager" "shape" "std" "xfixes" "xinput" "xkb" ]; - }; - "xcursor" = rec { - crateName = "xcursor"; - version = "0.3.5"; - edition = "2018"; - sha256 = "0499ff2gy9hfb9dvndn5zyc7gzz9lhc5fly3s3yfsiak99xws33a"; - authors = [ - "Samuele Esposito" - ]; - - }; - "xdg-home" = rec { - crateName = "xdg-home"; - version = "1.1.0"; - edition = "2021"; - sha256 = "13mkcfgngnc1fpdg5737hvhjkp95bc9w2ngqdjnri0ybqcjs7r91"; - authors = [ - "Zeeshan Ali Khan " - ]; - dependencies = [ - { - name = "libc"; - packageId = "libc"; - target = { target, features }: (target."unix" or false); - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "combaseapi" "knownfolders" "shlobj" "winerror" ]; - } - ]; - - }; - "xkbcommon-dl" = rec { - crateName = "xkbcommon-dl"; - version = "0.4.1"; - edition = "2021"; - sha256 = "16c6kmgqbffdsnw5w9q97p55d824ss3fqzif2lrh33648j2nc939"; - authors = [ - "Francesca Frangipane " - ]; - dependencies = [ - { - name = "bitflags"; - packageId = "bitflags 2.4.2"; - } - { - name = "dlib"; - packageId = "dlib"; - } - { - name = "log"; - packageId = "log"; - } - { - name = "once_cell"; - packageId = "once_cell"; - } - { - name = "xkeysym"; - packageId = "xkeysym"; - } - ]; - features = { - }; - resolvedDefaultFeatures = [ "x11" ]; - }; - "xkeysym" = rec { - crateName = "xkeysym"; - version = "0.2.0"; - edition = "2018"; - sha256 = "0886dn1rlkiazcp5n6ayqfg0ibpiny62dlbiyr9v4l32nxl8wjh5"; - authors = [ - "John Nunley " - ]; - features = { - "bytemuck" = [ "dep:bytemuck" ]; - "serde" = [ "dep:serde" ]; - }; - }; - "xml-rs" = rec { - crateName = "xml-rs"; - version = "0.8.19"; - edition = "2021"; - crateBin = []; - sha256 = "0nnpvk3fv32hgh7vs9gbg2swmzxx5yz73f4b7rak7q39q2x9rjqg"; - libName = "xml"; - authors = [ - "Vladimir Matveev " - ]; - - }; - "yansi-term" = rec { - crateName = "yansi-term"; - version = "0.1.2"; - edition = "2018"; - sha256 = "1w8vjlvxba6yvidqdvxddx3crl6z66h39qxj8xi6aqayw2nk0p7y"; - authors = [ - "ogham@bsago.me" - "Ryan Scheel (Havvy) " - "Josh Triplett " - "Juan Aguilar Santillana " - ]; - dependencies = [ - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: ("windows" == target."os" or null); - features = [ "consoleapi" "errhandlingapi" "fileapi" "handleapi" "processenv" ]; - } - ]; - features = { - "derive_serde_style" = [ "serde" ]; - "serde" = [ "dep:serde" ]; - }; - }; - "zbus" = rec { - crateName = "zbus"; - version = "3.15.0"; - edition = "2018"; - sha256 = "1a5wv1iyg1sgjr1nxv5m9flgbn2panbqn9ki4vxs36qg7fp0cpf4"; - authors = [ - "Zeeshan Ali Khan " - ]; - dependencies = [ - { - name = "async-broadcast"; - packageId = "async-broadcast"; - } - { - name = "async-executor"; - packageId = "async-executor"; - optional = true; - } - { - name = "async-fs"; - packageId = "async-fs 1.6.0"; - optional = true; - } - { - name = "async-io"; - packageId = "async-io 1.13.0"; - optional = true; - } - { - name = "async-lock"; - packageId = "async-lock 2.8.0"; - optional = true; - } - { - name = "async-process"; - packageId = "async-process"; - target = { target, features }: ("macos" == target."os" or null); - } - { - name = "async-recursion"; - packageId = "async-recursion"; - } - { - name = "async-task"; - packageId = "async-task"; - optional = true; - } - { - name = "async-trait"; - packageId = "async-trait"; - } - { - name = "blocking"; - packageId = "blocking"; - optional = true; - } - { - name = "byteorder"; - packageId = "byteorder"; - } - { - name = "derivative"; - packageId = "derivative"; - } - { - name = "enumflags2"; - packageId = "enumflags2"; - features = [ "serde" ]; - } - { - name = "event-listener"; - packageId = "event-listener 2.5.3"; - } - { - name = "futures-core"; - packageId = "futures-core"; - } - { - name = "futures-sink"; - packageId = "futures-sink"; - } - { - name = "futures-util"; - packageId = "futures-util"; - usesDefaultFeatures = false; - features = [ "sink" "std" ]; - } - { - name = "hex"; - packageId = "hex"; - } - { - name = "nix"; - packageId = "nix 0.26.4"; - usesDefaultFeatures = false; - target = { target, features }: (target."unix" or false); - features = [ "socket" "uio" "user" ]; - } - { - name = "once_cell"; - packageId = "once_cell"; - } - { - name = "ordered-stream"; - packageId = "ordered-stream"; - } - { - name = "rand"; - packageId = "rand"; - } - { - name = "serde"; - packageId = "serde"; - features = [ "derive" ]; - } - { - name = "serde_repr"; - packageId = "serde_repr"; - } - { - name = "sha1"; - packageId = "sha1"; - features = [ "std" ]; - } - { - name = "static_assertions"; - packageId = "static_assertions"; - } - { - name = "tracing"; - packageId = "tracing"; - } - { - name = "uds_windows"; - packageId = "uds_windows"; - target = { target, features }: (target."windows" or false); - } - { - name = "winapi"; - packageId = "winapi"; - target = { target, features }: (target."windows" or false); - features = [ "handleapi" "iphlpapi" "memoryapi" "processthreadsapi" "sddl" "securitybaseapi" "synchapi" "tcpmib" "winbase" "winerror" "winsock2" ]; - } - { - name = "xdg-home"; - packageId = "xdg-home"; - } - { - name = "zbus_macros"; - packageId = "zbus_macros"; - } - { - name = "zbus_names"; - packageId = "zbus_names"; - } - { - name = "zvariant"; - packageId = "zvariant"; - usesDefaultFeatures = false; - features = [ "enumflags2" ]; - } - ]; - devDependencies = [ - { - name = "futures-util"; - packageId = "futures-util"; - } - ]; - features = { - "async-executor" = [ "dep:async-executor" ]; - "async-fs" = [ "dep:async-fs" ]; - "async-io" = [ "dep:async-io" "async-executor" "async-task" "async-lock" "async-fs" "blocking" "futures-util/io" ]; - "async-lock" = [ "dep:async-lock" ]; - "async-task" = [ "dep:async-task" ]; - "blocking" = [ "dep:blocking" ]; - "chrono" = [ "zvariant/chrono" ]; - "default" = [ "async-io" ]; - "gvariant" = [ "zvariant/gvariant" ]; - "quick-xml" = [ "dep:quick-xml" ]; - "serde-xml-rs" = [ "dep:serde-xml-rs" ]; - "time" = [ "zvariant/time" ]; - "tokio" = [ "dep:tokio" ]; - "tokio-vsock" = [ "dep:tokio-vsock" "tokio" ]; - "url" = [ "zvariant/url" ]; - "uuid" = [ "zvariant/uuid" ]; - "vsock" = [ "dep:vsock" "dep:async-io" ]; - "xml" = [ "serde-xml-rs" ]; - }; - resolvedDefaultFeatures = [ "async-executor" "async-fs" "async-io" "async-lock" "async-task" "blocking" "url" ]; - }; - "zbus_macros" = rec { - crateName = "zbus_macros"; - version = "3.15.0"; - edition = "2018"; - sha256 = "0zcw8cv02zbfb2da6bl1cwyx5bihk3za3d9bbaw49lqaxm2vm8dl"; - procMacro = true; - authors = [ - "Marc-André Lureau " - "Zeeshan Ali Khan " - ]; - dependencies = [ - { - name = "proc-macro-crate"; - packageId = "proc-macro-crate 1.3.1"; - } - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "regex"; - packageId = "regex"; - } - { - name = "syn"; - packageId = "syn 1.0.109"; - features = [ "extra-traits" "fold" "full" ]; - } - { - name = "zvariant_utils"; - packageId = "zvariant_utils"; - } - ]; - - }; - "zbus_names" = rec { - crateName = "zbus_names"; - version = "2.6.0"; - edition = "2018"; - sha256 = "1adl0acl39flk4jnrv7axg29kpwm7cy15w2wf0yy59mxdmvvp07v"; - authors = [ - "Zeeshan Ali Khan " - ]; - dependencies = [ - { - name = "serde"; - packageId = "serde"; - features = [ "derive" ]; - } - { - name = "static_assertions"; - packageId = "static_assertions"; - } - { - name = "zvariant"; - packageId = "zvariant"; - usesDefaultFeatures = false; - features = [ "enumflags2" ]; - } - ]; - - }; - "zerocopy" = rec { - crateName = "zerocopy"; - version = "0.7.32"; - edition = "2018"; - sha256 = "1ghnfxw69kx5d1aqfd5fsfrra9dgpz17yqx84nd4ryjk3sbd7m3l"; - authors = [ - "Joshua Liebow-Feeser " - ]; - dependencies = [ - { - name = "zerocopy-derive"; - packageId = "zerocopy-derive"; - optional = true; - } - { - name = "zerocopy-derive"; - packageId = "zerocopy-derive"; - target = { target, features }: false; - } - ]; - devDependencies = [ - { - name = "zerocopy-derive"; - packageId = "zerocopy-derive"; - } - ]; - features = { - "__internal_use_only_features_that_work_on_stable" = [ "alloc" "derive" "simd" ]; - "byteorder" = [ "dep:byteorder" ]; - "default" = [ "byteorder" ]; - "derive" = [ "zerocopy-derive" ]; - "simd-nightly" = [ "simd" ]; - "zerocopy-derive" = [ "dep:zerocopy-derive" ]; - }; - resolvedDefaultFeatures = [ "simd" ]; - }; - "zerocopy-derive" = rec { - crateName = "zerocopy-derive"; - version = "0.7.32"; - edition = "2018"; - sha256 = "19nj11md42aijyqnfx8pa647fjzhz537xyc624rajwwfrn6b3qcw"; - procMacro = true; - authors = [ - "Joshua Liebow-Feeser " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 2.0.48"; - } - ]; - - }; - "zvariant" = rec { - crateName = "zvariant"; - version = "3.15.0"; - edition = "2018"; - sha256 = "131kaczf10psc8clzlndcc52dym5vi4g22kqf0qwaq6rw2z93cj4"; - authors = [ - "Zeeshan Ali Khan " - ]; - dependencies = [ - { - name = "byteorder"; - packageId = "byteorder"; - } - { - name = "enumflags2"; - packageId = "enumflags2"; - optional = true; - features = [ "serde" ]; - } - { - name = "libc"; - packageId = "libc"; - } - { - name = "serde"; - packageId = "serde"; - features = [ "derive" ]; - } - { - name = "static_assertions"; - packageId = "static_assertions"; - } - { - name = "url"; - packageId = "url"; - optional = true; - features = [ "serde" ]; - } - { - name = "zvariant_derive"; - packageId = "zvariant_derive"; - } - ]; - features = { - "arrayvec" = [ "dep:arrayvec" ]; - "chrono" = [ "dep:chrono" ]; - "default" = [ "gvariant" ]; - "enumflags2" = [ "dep:enumflags2" ]; - "ostree-tests" = [ "gvariant" ]; - "serde_bytes" = [ "dep:serde_bytes" ]; - "time" = [ "dep:time" ]; - "url" = [ "dep:url" ]; - "uuid" = [ "dep:uuid" ]; - }; - resolvedDefaultFeatures = [ "enumflags2" "url" ]; - }; - "zvariant_derive" = rec { - crateName = "zvariant_derive"; - version = "3.15.0"; - edition = "2018"; - sha256 = "1kcfgpqshggr5v7dwldjggix79zcyj7fizw7dkh6w39iziyplkck"; - procMacro = true; - authors = [ - "Zeeshan Ali Khan " - ]; - dependencies = [ - { - name = "proc-macro-crate"; - packageId = "proc-macro-crate 1.3.1"; - } - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 1.0.109"; - features = [ "extra-traits" "full" ]; - } - { - name = "zvariant_utils"; - packageId = "zvariant_utils"; - } - ]; - - }; - "zvariant_utils" = rec { - crateName = "zvariant_utils"; - version = "1.0.1"; - edition = "2018"; - sha256 = "00625h3240rixvfhq6yhws1d4bwf3vrf74v8s69b97aq27cg0d3j"; - authors = [ - "Zeeshan Ali Khan " - "turbocooler " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 1.0.109"; - features = [ "extra-traits" "full" ]; - } - ]; - - }; - }; - - # -# crate2nix/default.nix (excerpt start) -# - - /* Target (platform) data for conditional dependencies. - This corresponds roughly to what buildRustCrate is setting. - */ - makeDefaultTarget = platform: { - unix = platform.isUnix; - windows = platform.isWindows; - fuchsia = true; - test = false; - - /* We are choosing an arbitrary rust version to grab `lib` from, - which is unfortunate, but `lib` has been version-agnostic the - whole time so this is good enough for now. - */ - os = pkgs.rust.lib.toTargetOs platform; - arch = pkgs.rust.lib.toTargetArch platform; - family = pkgs.rust.lib.toTargetFamily platform; - vendor = pkgs.rust.lib.toTargetVendor platform; - env = "gnu"; - endian = - if platform.parsed.cpu.significantByte.name == "littleEndian" - then "little" else "big"; - pointer_width = toString platform.parsed.cpu.bits; - debug_assertions = false; - }; - - /* Filters common temp files and build files. */ - # TODO(pkolloch): Substitute with gitignore filter - sourceFilter = name: type: - let - baseName = builtins.baseNameOf (builtins.toString name); - in - ! ( - # Filter out git - baseName == ".gitignore" - || (type == "directory" && baseName == ".git") - - # Filter out build results - || ( - type == "directory" && ( - baseName == "target" - || baseName == "_site" - || baseName == ".sass-cache" - || baseName == ".jekyll-metadata" - || baseName == "build-artifacts" - ) - ) - - # Filter out nix-build result symlinks - || ( - type == "symlink" && lib.hasPrefix "result" baseName - ) - - # Filter out IDE config - || ( - type == "directory" && ( - baseName == ".idea" || baseName == ".vscode" - ) - ) || lib.hasSuffix ".iml" baseName - - # Filter out nix build files - || baseName == "Cargo.nix" - - # Filter out editor backup / swap files. - || lib.hasSuffix "~" baseName - || builtins.match "^\\.sw[a-z]$$" baseName != null - || builtins.match "^\\..*\\.sw[a-z]$$" baseName != null - || lib.hasSuffix ".tmp" baseName - || lib.hasSuffix ".bak" baseName - || baseName == "tests.nix" - ); - - /* Returns a crate which depends on successful test execution - of crate given as the second argument. - - testCrateFlags: list of flags to pass to the test exectuable - testInputs: list of packages that should be available during test execution - */ - crateWithTest = { crate, testCrate, testCrateFlags, testInputs, testPreRun, testPostRun }: - assert builtins.typeOf testCrateFlags == "list"; - assert builtins.typeOf testInputs == "list"; - assert builtins.typeOf testPreRun == "string"; - assert builtins.typeOf testPostRun == "string"; - let - # override the `crate` so that it will build and execute tests instead of - # building the actual lib and bin targets We just have to pass `--test` - # to rustc and it will do the right thing. We execute the tests and copy - # their log and the test executables to $out for later inspection. - test = - let - drv = testCrate.override - ( - _: { - buildTests = true; - } - ); - # If the user hasn't set any pre/post commands, we don't want to - # insert empty lines. This means that any existing users of crate2nix - # don't get a spurious rebuild unless they set these explicitly. - testCommand = pkgs.lib.concatStringsSep "\n" - (pkgs.lib.filter (s: s != "") [ - testPreRun - "$f $testCrateFlags 2>&1 | tee -a $out" - testPostRun - ]); - in - pkgs.runCommand "run-tests-${testCrate.name}" - { - inherit testCrateFlags; - buildInputs = testInputs; - } '' - set -e - - export RUST_BACKTRACE=1 - - # recreate a file hierarchy as when running tests with cargo - - # the source for test data - ${pkgs.buildPackages.xorg.lndir}/bin/lndir ${crate.src} - - # build outputs - testRoot=target/debug - mkdir -p $testRoot - - # executables of the crate - # we copy to prevent std::env::current_exe() to resolve to a store location - for i in ${crate}/bin/*; do - cp "$i" "$testRoot" - done - chmod +w -R . - - # test harness executables are suffixed with a hash, like cargo does - # this allows to prevent name collision with the main - # executables of the crate - hash=$(basename $out) - for file in ${drv}/tests/*; do - f=$testRoot/$(basename $file)-$hash - cp $file $f - ${testCommand} - done - ''; - in - pkgs.runCommand "${crate.name}-linked" - { - inherit (crate) outputs crateName; - passthru = (crate.passthru or { }) // { - inherit test; - }; - } - (lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' - echo tested by ${test} - '' + '' - ${lib.concatMapStringsSep "\n" (output: "ln -s ${crate.${output}} ${"$"}${output}") crate.outputs} - ''); - - /* A restricted overridable version of builtRustCratesWithFeatures. */ - buildRustCrateWithFeatures = - { packageId - , features ? rootFeatures - , crateOverrides ? defaultCrateOverrides - , buildRustCrateForPkgsFunc ? null - , runTests ? false - , testCrateFlags ? [ ] - , testInputs ? [ ] - # Any command to run immediatelly before a test is executed. - , testPreRun ? "" - # Any command run immediatelly after a test is executed. - , testPostRun ? "" - }: - lib.makeOverridable - ( - { features - , crateOverrides - , runTests - , testCrateFlags - , testInputs - , testPreRun - , testPostRun - }: - let - buildRustCrateForPkgsFuncOverriden = - if buildRustCrateForPkgsFunc != null - then buildRustCrateForPkgsFunc - else - ( - if crateOverrides == pkgs.defaultCrateOverrides - then buildRustCrateForPkgs - else - pkgs: (buildRustCrateForPkgs pkgs).override { - defaultCrateOverrides = crateOverrides; - } - ); - builtRustCrates = builtRustCratesWithFeatures { - inherit packageId features; - buildRustCrateForPkgsFunc = buildRustCrateForPkgsFuncOverriden; - runTests = false; - }; - builtTestRustCrates = builtRustCratesWithFeatures { - inherit packageId features; - buildRustCrateForPkgsFunc = buildRustCrateForPkgsFuncOverriden; - runTests = true; - }; - drv = builtRustCrates.crates.${packageId}; - testDrv = builtTestRustCrates.crates.${packageId}; - derivation = - if runTests then - crateWithTest - { - crate = drv; - testCrate = testDrv; - inherit testCrateFlags testInputs testPreRun testPostRun; - } - else drv; - in - derivation - ) - { inherit features crateOverrides runTests testCrateFlags testInputs testPreRun testPostRun; }; - - /* Returns an attr set with packageId mapped to the result of buildRustCrateForPkgsFunc - for the corresponding crate. - */ - builtRustCratesWithFeatures = - { packageId - , features - , crateConfigs ? crates - , buildRustCrateForPkgsFunc - , runTests - , makeTarget ? makeDefaultTarget - } @ args: - assert (builtins.isAttrs crateConfigs); - assert (builtins.isString packageId); - assert (builtins.isList features); - assert (builtins.isAttrs (makeTarget stdenv.hostPlatform)); - assert (builtins.isBool runTests); - let - rootPackageId = packageId; - mergedFeatures = mergePackageFeatures - ( - args // { - inherit rootPackageId; - target = makeTarget stdenv.hostPlatform // { test = runTests; }; - } - ); - # Memoize built packages so that reappearing packages are only built once. - builtByPackageIdByPkgs = mkBuiltByPackageIdByPkgs pkgs; - mkBuiltByPackageIdByPkgs = pkgs: - let - self = { - crates = lib.mapAttrs (packageId: value: buildByPackageIdForPkgsImpl self pkgs packageId) crateConfigs; - target = makeTarget pkgs.stdenv.hostPlatform; - build = mkBuiltByPackageIdByPkgs pkgs.buildPackages; - }; - in - self; - buildByPackageIdForPkgsImpl = self: pkgs: packageId: - let - features = mergedFeatures."${packageId}" or [ ]; - crateConfig' = crateConfigs."${packageId}"; - crateConfig = - builtins.removeAttrs crateConfig' [ "resolvedDefaultFeatures" "devDependencies" ]; - devDependencies = - lib.optionals - (runTests && packageId == rootPackageId) - (crateConfig'.devDependencies or [ ]); - dependencies = - dependencyDerivations { - inherit features; - inherit (self) target; - buildByPackageId = depPackageId: - # proc_macro crates must be compiled for the build architecture - if crateConfigs.${depPackageId}.procMacro or false - then self.build.crates.${depPackageId} - else self.crates.${depPackageId}; - dependencies = - (crateConfig.dependencies or [ ]) - ++ devDependencies; - }; - buildDependencies = - dependencyDerivations { - inherit features; - inherit (self.build) target; - buildByPackageId = depPackageId: - self.build.crates.${depPackageId}; - dependencies = crateConfig.buildDependencies or [ ]; - }; - dependenciesWithRenames = - let - buildDeps = filterEnabledDependencies { - inherit features; - inherit (self) target; - dependencies = crateConfig.dependencies or [ ] ++ devDependencies; - }; - hostDeps = filterEnabledDependencies { - inherit features; - inherit (self.build) target; - dependencies = crateConfig.buildDependencies or [ ]; - }; - in - lib.filter (d: d ? "rename") (hostDeps ++ buildDeps); - # Crate renames have the form: - # - # { - # crate_name = [ - # { version = "1.2.3"; rename = "crate_name01"; } - # ]; - # # ... - # } - crateRenames = - let - grouped = - lib.groupBy - (dependency: dependency.name) - dependenciesWithRenames; - versionAndRename = dep: - let - package = crateConfigs."${dep.packageId}"; - in - { inherit (dep) rename; inherit (package) version; }; - in - lib.mapAttrs (name: builtins.map versionAndRename) grouped; - in - buildRustCrateForPkgsFunc pkgs - ( - crateConfig // { - # https://github.com/NixOS/nixpkgs/issues/218712 - dontStrip = stdenv.hostPlatform.isDarwin; - src = crateConfig.src or ( - pkgs.fetchurl rec { - name = "${crateConfig.crateName}-${crateConfig.version}.tar.gz"; - # https://www.pietroalbini.org/blog/downloading-crates-io/ - # Not rate-limited, CDN URL. - url = "https://static.crates.io/crates/${crateConfig.crateName}/${crateConfig.crateName}-${crateConfig.version}.crate"; - sha256 = - assert (lib.assertMsg (crateConfig ? sha256) "Missing sha256 for ${name}"); - crateConfig.sha256; - } - ); - extraRustcOpts = lib.lists.optional (targetFeatures != [ ]) "-C target-feature=${lib.concatMapStringsSep "," (x: "+${x}") targetFeatures}"; - inherit features dependencies buildDependencies crateRenames release; - } - ); - in - builtByPackageIdByPkgs; - - /* Returns the actual derivations for the given dependencies. */ - dependencyDerivations = - { buildByPackageId - , features - , dependencies - , target - }: - assert (builtins.isList features); - assert (builtins.isList dependencies); - assert (builtins.isAttrs target); - let - enabledDependencies = filterEnabledDependencies { - inherit dependencies features target; - }; - depDerivation = dependency: buildByPackageId dependency.packageId; - in - map depDerivation enabledDependencies; - - /* Returns a sanitized version of val with all values substituted that cannot - be serialized as JSON. - */ - sanitizeForJson = val: - if builtins.isAttrs val - then lib.mapAttrs (n: sanitizeForJson) val - else if builtins.isList val - then builtins.map sanitizeForJson val - else if builtins.isFunction val - then "function" - else val; - - /* Returns various tools to debug a crate. */ - debugCrate = { packageId, target ? makeDefaultTarget stdenv.hostPlatform }: - assert (builtins.isString packageId); - let - debug = rec { - # The built tree as passed to buildRustCrate. - buildTree = buildRustCrateWithFeatures { - buildRustCrateForPkgsFunc = _: lib.id; - inherit packageId; - }; - sanitizedBuildTree = sanitizeForJson buildTree; - dependencyTree = sanitizeForJson - ( - buildRustCrateWithFeatures { - buildRustCrateForPkgsFunc = _: crate: { - "01_crateName" = crate.crateName or false; - "02_features" = crate.features or [ ]; - "03_dependencies" = crate.dependencies or [ ]; - }; - inherit packageId; - } - ); - mergedPackageFeatures = mergePackageFeatures { - features = rootFeatures; - inherit packageId target; - }; - diffedDefaultPackageFeatures = diffDefaultPackageFeatures { - inherit packageId target; - }; - }; - in - { internal = debug; }; - - /* Returns differences between cargo default features and crate2nix default - features. - - This is useful for verifying the feature resolution in crate2nix. - */ - diffDefaultPackageFeatures = - { crateConfigs ? crates - , packageId - , target - }: - assert (builtins.isAttrs crateConfigs); - let - prefixValues = prefix: lib.mapAttrs (n: v: { "${prefix}" = v; }); - mergedFeatures = - prefixValues - "crate2nix" - (mergePackageFeatures { inherit crateConfigs packageId target; features = [ "default" ]; }); - configs = prefixValues "cargo" crateConfigs; - combined = lib.foldAttrs (a: b: a // b) { } [ mergedFeatures configs ]; - onlyInCargo = - builtins.attrNames - (lib.filterAttrs (n: v: !(v ? "crate2nix") && (v ? "cargo")) combined); - onlyInCrate2Nix = - builtins.attrNames - (lib.filterAttrs (n: v: (v ? "crate2nix") && !(v ? "cargo")) combined); - differentFeatures = lib.filterAttrs - ( - n: v: - (v ? "crate2nix") - && (v ? "cargo") - && (v.crate2nix.features or [ ]) != (v."cargo".resolved_default_features or [ ]) - ) - combined; - in - builtins.toJSON { - inherit onlyInCargo onlyInCrate2Nix differentFeatures; - }; - - /* Returns an attrset mapping packageId to the list of enabled features. - - If multiple paths to a dependency enable different features, the - corresponding feature sets are merged. Features in rust are additive. - */ - mergePackageFeatures = - { crateConfigs ? crates - , packageId - , rootPackageId ? packageId - , features ? rootFeatures - , dependencyPath ? [ crates.${packageId}.crateName ] - , featuresByPackageId ? { } - , target - # Adds devDependencies to the crate with rootPackageId. - , runTests ? false - , ... - } @ args: - assert (builtins.isAttrs crateConfigs); - assert (builtins.isString packageId); - assert (builtins.isString rootPackageId); - assert (builtins.isList features); - assert (builtins.isList dependencyPath); - assert (builtins.isAttrs featuresByPackageId); - assert (builtins.isAttrs target); - assert (builtins.isBool runTests); - let - crateConfig = crateConfigs."${packageId}" or (builtins.throw "Package not found: ${packageId}"); - expandedFeatures = expandFeatures (crateConfig.features or { }) features; - enabledFeatures = enableFeatures (crateConfig.dependencies or [ ]) expandedFeatures; - depWithResolvedFeatures = dependency: - let - inherit (dependency) packageId; - features = dependencyFeatures enabledFeatures dependency; - in - { inherit packageId features; }; - resolveDependencies = cache: path: dependencies: - assert (builtins.isAttrs cache); - assert (builtins.isList dependencies); - let - enabledDependencies = filterEnabledDependencies { - inherit dependencies target; - features = enabledFeatures; - }; - directDependencies = map depWithResolvedFeatures enabledDependencies; - foldOverCache = op: lib.foldl op cache directDependencies; - in - foldOverCache - ( - cache: { packageId, features }: - let - cacheFeatures = cache.${packageId} or [ ]; - combinedFeatures = sortedUnique (cacheFeatures ++ features); - in - if cache ? ${packageId} && cache.${packageId} == combinedFeatures - then cache - else - mergePackageFeatures { - features = combinedFeatures; - featuresByPackageId = cache; - inherit crateConfigs packageId target runTests rootPackageId; - } - ); - cacheWithSelf = - let - cacheFeatures = featuresByPackageId.${packageId} or [ ]; - combinedFeatures = sortedUnique (cacheFeatures ++ enabledFeatures); - in - featuresByPackageId // { - "${packageId}" = combinedFeatures; - }; - cacheWithDependencies = - resolveDependencies cacheWithSelf "dep" - ( - crateConfig.dependencies or [ ] - ++ lib.optionals - (runTests && packageId == rootPackageId) - (crateConfig.devDependencies or [ ]) - ); - cacheWithAll = - resolveDependencies - cacheWithDependencies "build" - (crateConfig.buildDependencies or [ ]); - in - cacheWithAll; - - /* Returns the enabled dependencies given the enabled features. */ - filterEnabledDependencies = { dependencies, features, target }: - assert (builtins.isList dependencies); - assert (builtins.isList features); - assert (builtins.isAttrs target); - - lib.filter - ( - dep: - let - targetFunc = dep.target or (features: true); - in - targetFunc { inherit features target; } - && ( - !(dep.optional or false) - || builtins.any (doesFeatureEnableDependency dep) features - ) - ) - dependencies; - - /* Returns whether the given feature should enable the given dependency. */ - doesFeatureEnableDependency = dependency: feature: - let - name = dependency.rename or dependency.name; - prefix = "${name}/"; - len = builtins.stringLength prefix; - startsWithPrefix = builtins.substring 0 len feature == prefix; - in - feature == name || feature == "dep:" + name || startsWithPrefix; - - /* Returns the expanded features for the given inputFeatures by applying the - rules in featureMap. - - featureMap is an attribute set which maps feature names to lists of further - feature names to enable in case this feature is selected. - */ - expandFeatures = featureMap: inputFeatures: - assert (builtins.isAttrs featureMap); - assert (builtins.isList inputFeatures); - let - expandFeaturesNoCycle = oldSeen: inputFeatures: - if inputFeatures != [ ] - then - let - # The feature we're currently expanding. - feature = builtins.head inputFeatures; - # All the features we've seen/expanded so far, including the one - # we're currently processing. - seen = oldSeen // { ${feature} = 1; }; - # Expand the feature but be careful to not re-introduce a feature - # that we've already seen: this can easily cause a cycle, see issue - # #209. - enables = builtins.filter (f: !(seen ? "${f}")) (featureMap."${feature}" or [ ]); - in - [ feature ] ++ (expandFeaturesNoCycle seen (builtins.tail inputFeatures ++ enables)) - # No more features left, nothing to expand to. - else [ ]; - outFeatures = expandFeaturesNoCycle { } inputFeatures; - in - sortedUnique outFeatures; - - /* This function adds optional dependencies as features if they are enabled - indirectly by dependency features. This function mimics Cargo's behavior - described in a note at: - https://doc.rust-lang.org/nightly/cargo/reference/features.html#dependency-features - */ - enableFeatures = dependencies: features: - assert (builtins.isList features); - assert (builtins.isList dependencies); - let - additionalFeatures = lib.concatMap - ( - dependency: - assert (builtins.isAttrs dependency); - let - enabled = builtins.any (doesFeatureEnableDependency dependency) features; - in - if (dependency.optional or false) && enabled - then [ (dependency.rename or dependency.name) ] - else [ ] - ) - dependencies; - in - sortedUnique (features ++ additionalFeatures); - - /* - Returns the actual features for the given dependency. - - features: The features of the crate that refers this dependency. - */ - dependencyFeatures = features: dependency: - assert (builtins.isList features); - assert (builtins.isAttrs dependency); - let - defaultOrNil = - if dependency.usesDefaultFeatures or true - then [ "default" ] - else [ ]; - explicitFeatures = dependency.features or [ ]; - additionalDependencyFeatures = - let - name = dependency.rename or dependency.name; - stripPrefixMatch = prefix: s: - if lib.hasPrefix prefix s - then lib.removePrefix prefix s - else null; - extractFeature = feature: lib.findFirst - (f: f != null) - null - (map (prefix: stripPrefixMatch prefix feature) [ - (name + "/") - (name + "?/") - ]); - dependencyFeatures = lib.filter (f: f != null) (map extractFeature features); - in - dependencyFeatures; - in - defaultOrNil ++ explicitFeatures ++ additionalDependencyFeatures; - - /* Sorts and removes duplicates from a list of strings. */ - sortedUnique = features: - assert (builtins.isList features); - assert (builtins.all builtins.isString features); - let - outFeaturesSet = lib.foldl (set: feature: set // { "${feature}" = 1; }) { } features; - outFeaturesUnique = builtins.attrNames outFeaturesSet; - in - builtins.sort (a: b: a < b) outFeaturesUnique; - - deprecationWarning = message: value: - if strictDeprecation - then builtins.throw "strictDeprecation enabled, aborting: ${message}" - else builtins.trace message value; - - # - # crate2nix/default.nix (excerpt end) - # - }; -} - diff --git a/pkgs/additional/coppwr/crate-hashes.json b/pkgs/additional/coppwr/crate-hashes.json deleted file mode 100644 index 9683ef3b0..000000000 --- a/pkgs/additional/coppwr/crate-hashes.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "egui_node_graph 0.4.0 (git+https://github.com/dimtpap/egui_node_graph.git?rev=a2e93a2826f90c21f13fa8fecf9076da611432fd#a2e93a2826f90c21f13fa8fecf9076da611432fd)": "1nnxm7h0ai0mipisi553ah9vsg0zjl4wsxcfrjlv10g5i7ldlya2", - "libspa 0.8.0 (git+https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git?rev=605d15996f3258b3e1cc34e445dfbdf16a366c7e#605d15996f3258b3e1cc34e445dfbdf16a366c7e)": "1x7294f8i5sq18dv13scjgs8k4c843q38imxcdcwrf4gvcpb1jaz", - "libspa-sys 0.8.0 (git+https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git?rev=605d15996f3258b3e1cc34e445dfbdf16a366c7e#605d15996f3258b3e1cc34e445dfbdf16a366c7e)": "1x7294f8i5sq18dv13scjgs8k4c843q38imxcdcwrf4gvcpb1jaz", - "pipewire 0.8.0 (git+https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git?rev=605d15996f3258b3e1cc34e445dfbdf16a366c7e#605d15996f3258b3e1cc34e445dfbdf16a366c7e)": "1x7294f8i5sq18dv13scjgs8k4c843q38imxcdcwrf4gvcpb1jaz", - "pipewire-sys 0.8.0 (git+https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git?rev=605d15996f3258b3e1cc34e445dfbdf16a366c7e#605d15996f3258b3e1cc34e445dfbdf16a366c7e)": "1x7294f8i5sq18dv13scjgs8k4c843q38imxcdcwrf4gvcpb1jaz" -} \ No newline at end of file diff --git a/pkgs/additional/coppwr/default.nix b/pkgs/additional/coppwr/default.nix deleted file mode 100644 index 9b071b512..000000000 --- a/pkgs/additional/coppwr/default.nix +++ /dev/null @@ -1,13 +0,0 @@ -# Cargo.nix and crate-hashes.json were created with: -# - `nix run '.#crate2nix' -- generate -f ~/ref/repos/dimtpap/coppwr/Cargo.toml` -# to update: -# - `git fetch` in `~/ref/repos/dimtpap/coppwr` -# - re-run that crate2nix step -{ pkgs -, defaultCrateOverrides -}: -let - cargoNix = import ./Cargo.nix { - inherit defaultCrateOverrides pkgs; - }; -in cargoNix.rootCrate.build diff --git a/pkgs/default.nix b/pkgs/default.nix index a15c95710..658b872c9 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -26,7 +26,6 @@ let chatty-latest = callPackage ./additional/chatty-latest { }; codemadness-frontends = callPackage ./additional/codemadness-frontends { }; codemadness-frontends_0_6 = codemadness-frontends.v0_6; - coppwr = callPackage ./additional/coppwr { }; delfin = callPackage ./additional/delfin { }; eg25-control = callPackage ./additional/eg25-control { }; eg25-manager = callPackage ./additional/eg25-manager { };