Some checks failed
Monorepo build / build-flake (push) Has been cancelled
Reviewed-on: #392 Co-authored-by: Savanni D'Gerinel <savanni@luminescent-dreams.com> Co-committed-by: Savanni D'Gerinel <savanni@luminescent-dreams.com>
18685 lines
627 KiB
Nix
18685 lines
627 KiB
Nix
|
|
# This file was @generated by crate2nix 0.14.1 with the command:
|
|
# "generate"
|
|
# See https://github.com/kolloch/crate2nix for more info.
|
|
|
|
{ nixpkgs ? <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
|
|
# Elements to add to the `-C target-feature=` argument passed to `rustc`
|
|
# (separated by `,`, prefixed with `+`).
|
|
# 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.
|
|
#
|
|
|
|
|
|
# Refer your crate build derivation by name here.
|
|
# You can override the features with
|
|
# workspaceMembers."${crateName}".build.override { features = [ "default" "feature1" ... ]; }.
|
|
workspaceMembers = {
|
|
"cyberpunk" = rec {
|
|
packageId = "cyberpunk";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "cyberpunk";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"cyberpunk-splash" = rec {
|
|
packageId = "cyberpunk-splash";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "cyberpunk-splash";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"dashboard" = rec {
|
|
packageId = "dashboard";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "dashboard";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"emseries" = rec {
|
|
packageId = "emseries";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "emseries";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"fitnesstrax" = rec {
|
|
packageId = "fitnesstrax";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "fitnesstrax";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"fluent-ergonomics" = rec {
|
|
packageId = "fluent-ergonomics";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "fluent-ergonomics";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"ft-core" = rec {
|
|
packageId = "ft-core";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "ft-core";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"geo-types" = rec {
|
|
packageId = "geo-types";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "geo-types";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"l10n-db" = rec {
|
|
packageId = "l10n-db";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "l10n-db";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"lights-core" = rec {
|
|
packageId = "lights-core";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "lights-core";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"memorycache" = rec {
|
|
packageId = "memorycache";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "memorycache";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"scripts" = rec {
|
|
packageId = "scripts";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "scripts";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"simulator" = rec {
|
|
packageId = "simulator";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "simulator";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"visions-core" = rec {
|
|
packageId = "visions-core";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "visions-core";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"visions-server" = rec {
|
|
packageId = "visions-server";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "visions-server";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"visions-types" = rec {
|
|
packageId = "visions-types";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "visions-types";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"visions-ui" = rec {
|
|
packageId = "visions-ui";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "visions-ui";
|
|
};
|
|
|
|
# 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 = {
|
|
"aho-corasick" = rec {
|
|
crateName = "aho-corasick";
|
|
version = "1.1.4";
|
|
edition = "2021";
|
|
sha256 = "00a32wb2h07im3skkikc495jvncf62jl6s96vwc7bhi70h9imlyx";
|
|
libName = "aho_corasick";
|
|
authors = [
|
|
"Andrew Gallant <jamslam@gmail.com>"
|
|
];
|
|
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 = [ "std" ];
|
|
};
|
|
"android_system_properties" = rec {
|
|
crateName = "android_system_properties";
|
|
version = "0.1.5";
|
|
edition = "2018";
|
|
sha256 = "04b3wrz12837j7mdczqd95b732gw5q7q66cv4yn4646lvccp57l1";
|
|
authors = [
|
|
"Nicolas Silva <nical@fastmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
];
|
|
|
|
};
|
|
"anstream" = rec {
|
|
crateName = "anstream";
|
|
version = "0.6.21";
|
|
edition = "2021";
|
|
sha256 = "0jjgixms4qjj58dzr846h2s29p8w7ynwr9b9x6246m1pwy0v5ma3";
|
|
dependencies = [
|
|
{
|
|
name = "anstyle";
|
|
packageId = "anstyle";
|
|
}
|
|
{
|
|
name = "anstyle-parse";
|
|
packageId = "anstyle-parse";
|
|
}
|
|
{
|
|
name = "anstyle-query";
|
|
packageId = "anstyle-query";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "anstyle-wincon";
|
|
packageId = "anstyle-wincon";
|
|
optional = true;
|
|
target = { target, features }: (target."windows" or false);
|
|
}
|
|
{
|
|
name = "colorchoice";
|
|
packageId = "colorchoice";
|
|
}
|
|
{
|
|
name = "is_terminal_polyfill";
|
|
packageId = "is_terminal_polyfill";
|
|
}
|
|
{
|
|
name = "utf8parse";
|
|
packageId = "utf8parse";
|
|
}
|
|
];
|
|
features = {
|
|
"auto" = [ "dep:anstyle-query" ];
|
|
"default" = [ "auto" "wincon" ];
|
|
"wincon" = [ "dep:anstyle-wincon" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "auto" "default" "wincon" ];
|
|
};
|
|
"anstyle" = rec {
|
|
crateName = "anstyle";
|
|
version = "1.0.13";
|
|
edition = "2021";
|
|
sha256 = "0y2ynjqajpny6q0amvfzzgw0gfw3l47z85km4gvx87vg02lcr4ji";
|
|
features = {
|
|
"default" = [ "std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"anstyle-parse" = rec {
|
|
crateName = "anstyle-parse";
|
|
version = "0.2.7";
|
|
edition = "2021";
|
|
sha256 = "1hhmkkfr95d462b3zf6yl2vfzdqfy5726ya572wwg8ha9y148xjf";
|
|
libName = "anstyle_parse";
|
|
dependencies = [
|
|
{
|
|
name = "utf8parse";
|
|
packageId = "utf8parse";
|
|
optional = true;
|
|
}
|
|
];
|
|
features = {
|
|
"core" = [ "dep:arrayvec" ];
|
|
"default" = [ "utf8" ];
|
|
"utf8" = [ "dep:utf8parse" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "utf8" ];
|
|
};
|
|
"anstyle-query" = rec {
|
|
crateName = "anstyle-query";
|
|
version = "1.1.5";
|
|
edition = "2021";
|
|
sha256 = "1p6shfpnbghs6jsa0vnqd8bb8gd7pjd0jr7w0j8jikakzmr8zi20";
|
|
libName = "anstyle_query";
|
|
dependencies = [
|
|
{
|
|
name = "windows-sys";
|
|
packageId = "windows-sys 0.61.2";
|
|
target = { target, features }: (target."windows" or false);
|
|
features = [ "Win32_System_Console" "Win32_Foundation" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"anstyle-wincon" = rec {
|
|
crateName = "anstyle-wincon";
|
|
version = "3.0.11";
|
|
edition = "2021";
|
|
sha256 = "0zblannm70sk3xny337mz7c6d8q8i24vhbqi42ld8v7q1wjnl7i9";
|
|
libName = "anstyle_wincon";
|
|
dependencies = [
|
|
{
|
|
name = "anstyle";
|
|
packageId = "anstyle";
|
|
}
|
|
{
|
|
name = "once_cell_polyfill";
|
|
packageId = "once_cell_polyfill";
|
|
target = { target, features }: (target."windows" or false);
|
|
}
|
|
{
|
|
name = "windows-sys";
|
|
packageId = "windows-sys 0.61.2";
|
|
target = { target, features }: (target."windows" or false);
|
|
features = [ "Win32_System_Console" "Win32_Foundation" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"anyhow" = rec {
|
|
crateName = "anyhow";
|
|
version = "1.0.100";
|
|
edition = "2018";
|
|
sha256 = "0qbfmw4hhv2ampza1csyvf1jqjs2dgrj29cv3h3sh623c6qvcgm2";
|
|
authors = [
|
|
"David Tolnay <dtolnay@gmail.com>"
|
|
];
|
|
features = {
|
|
"backtrace" = [ "dep:backtrace" ];
|
|
"default" = [ "std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"anymap2" = rec {
|
|
crateName = "anymap2";
|
|
version = "0.13.0";
|
|
edition = "2018";
|
|
sha256 = "031kw3bp0zh2pn9fcayaw0w0gydgpgfhm08pg4yz5cml9jwv60fk";
|
|
authors = [
|
|
"Chris Morgan <me@chrismorgan.info>"
|
|
"Azriel Hoh <azriel91@gmail.com>"
|
|
];
|
|
|
|
};
|
|
"assert-json-diff" = rec {
|
|
crateName = "assert-json-diff";
|
|
version = "2.0.2";
|
|
edition = "2018";
|
|
sha256 = "04mg3w0rh3schpla51l18362hsirl23q93aisws2irrj32wg5r27";
|
|
libName = "assert_json_diff";
|
|
authors = [
|
|
"David Pedersen <david.pdrsn@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
}
|
|
{
|
|
name = "serde_json";
|
|
packageId = "serde_json";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
features = [ "derive" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"async-channel 1.9.0" = rec {
|
|
crateName = "async-channel";
|
|
version = "1.9.0";
|
|
edition = "2018";
|
|
sha256 = "0dbdlkzlncbibd3ij6y6jmvjd0cmdn48ydcfdpfhw09njd93r5c1";
|
|
libName = "async_channel";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "concurrent-queue";
|
|
packageId = "concurrent-queue";
|
|
}
|
|
{
|
|
name = "event-listener";
|
|
packageId = "event-listener 2.5.3";
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
}
|
|
];
|
|
|
|
};
|
|
"async-channel 2.5.0" = rec {
|
|
crateName = "async-channel";
|
|
version = "2.5.0";
|
|
edition = "2021";
|
|
sha256 = "1ljq24ig8lgs2555myrrjighycpx2mbjgrm3q7lpa6rdsmnxjklj";
|
|
libName = "async_channel";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "concurrent-queue";
|
|
packageId = "concurrent-queue";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "event-listener-strategy";
|
|
packageId = "event-listener-strategy";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"portable-atomic" = [ "concurrent-queue/portable-atomic" "event-listener-strategy/portable-atomic" "dep:portable-atomic-util" "dep:portable-atomic" ];
|
|
"std" = [ "concurrent-queue/std" "event-listener-strategy/std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"async-executor" = rec {
|
|
crateName = "async-executor";
|
|
version = "1.13.3";
|
|
edition = "2021";
|
|
sha256 = "1f3za9v8wkqzv6rz69g0qzvdcmghwbixijwzldwjm9w3zph00z29";
|
|
libName = "async_executor";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
"John Nunley <dev@notgull.net>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "async-task";
|
|
packageId = "async-task";
|
|
}
|
|
{
|
|
name = "concurrent-queue";
|
|
packageId = "concurrent-queue";
|
|
}
|
|
{
|
|
name = "fastrand";
|
|
packageId = "fastrand";
|
|
}
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (builtins.elem "wasm" target."family");
|
|
features = [ "std" ];
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
}
|
|
{
|
|
name = "slab";
|
|
packageId = "slab";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "fastrand";
|
|
packageId = "fastrand";
|
|
}
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite";
|
|
}
|
|
];
|
|
features = {
|
|
};
|
|
};
|
|
"async-global-executor" = rec {
|
|
crateName = "async-global-executor";
|
|
version = "2.4.1";
|
|
edition = "2021";
|
|
sha256 = "1762s45cc134d38rrv0hyp41hv4iv6nmx59vswid2p0il8rvdc85";
|
|
libName = "async_global_executor";
|
|
authors = [
|
|
"Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "async-channel";
|
|
packageId = "async-channel 2.5.0";
|
|
}
|
|
{
|
|
name = "async-executor";
|
|
packageId = "async-executor";
|
|
}
|
|
{
|
|
name = "async-io";
|
|
packageId = "async-io";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "async-lock";
|
|
packageId = "async-lock";
|
|
}
|
|
{
|
|
name = "blocking";
|
|
packageId = "blocking";
|
|
}
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite";
|
|
}
|
|
{
|
|
name = "once_cell";
|
|
packageId = "once_cell";
|
|
}
|
|
];
|
|
features = {
|
|
"async-io" = [ "dep:async-io" ];
|
|
"default" = [ "async-io" ];
|
|
"tokio" = [ "tokio-crate" ];
|
|
"tokio-crate" = [ "dep:tokio-crate" ];
|
|
"tokio02" = [ "tokio02-crate" ];
|
|
"tokio02-crate" = [ "dep:tokio02-crate" ];
|
|
"tokio03" = [ "tokio03-crate" ];
|
|
"tokio03-crate" = [ "dep:tokio03-crate" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "async-io" "default" ];
|
|
};
|
|
"async-io" = rec {
|
|
crateName = "async-io";
|
|
version = "2.6.0";
|
|
edition = "2021";
|
|
sha256 = "1z16s18bm4jxlmp6rif38mvn55442yd3wjvdfhvx4hkgxf7qlss5";
|
|
libName = "async_io";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
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";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "parking";
|
|
packageId = "parking";
|
|
}
|
|
{
|
|
name = "polling";
|
|
packageId = "polling";
|
|
}
|
|
{
|
|
name = "rustix";
|
|
packageId = "rustix";
|
|
usesDefaultFeatures = false;
|
|
features = [ "fs" "net" "std" ];
|
|
}
|
|
{
|
|
name = "slab";
|
|
packageId = "slab";
|
|
}
|
|
{
|
|
name = "windows-sys";
|
|
packageId = "windows-sys 0.61.2";
|
|
target = { target, features }: (target."windows" or false);
|
|
features = [ "Win32_Foundation" ];
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "autocfg";
|
|
packageId = "autocfg";
|
|
}
|
|
];
|
|
features = {
|
|
"tracing" = [ "dep:tracing" ];
|
|
};
|
|
};
|
|
"async-lock" = rec {
|
|
crateName = "async-lock";
|
|
version = "3.4.2";
|
|
edition = "2021";
|
|
sha256 = "04c3xrrdrfrvh9v0ajxrangpy38qi76qq268zslphnxxjqjpy3r9";
|
|
libName = "async_lock";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "event-listener";
|
|
packageId = "event-listener 5.4.1";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "event-listener-strategy";
|
|
packageId = "event-listener-strategy";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"loom" = [ "event-listener/loom" "dep:loom" ];
|
|
"std" = [ "event-listener/std" "event-listener-strategy/std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"async-std" = rec {
|
|
crateName = "async-std";
|
|
version = "1.13.2";
|
|
edition = "2018";
|
|
sha256 = "0fzrg0ainb5h87z0q09adnrnspc13132wqq3fhmyaymn9ad0g3ic";
|
|
libName = "async_std";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
"Yoshua Wuyts <yoshuawuyts@gmail.com>"
|
|
"Friedel Ziegelmayer <me@dignifiedquire.com>"
|
|
"Contributors to async-std"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "async-channel";
|
|
packageId = "async-channel 1.9.0";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "async-global-executor";
|
|
packageId = "async-global-executor";
|
|
optional = true;
|
|
target = { target, features }: (!("unknown" == target."os" or null));
|
|
features = [ "async-io" ];
|
|
}
|
|
{
|
|
name = "async-io";
|
|
packageId = "async-io";
|
|
optional = true;
|
|
target = { target, features }: (!("unknown" == target."os" or null));
|
|
}
|
|
{
|
|
name = "async-lock";
|
|
packageId = "async-lock";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "crossbeam-utils";
|
|
packageId = "crossbeam-utils";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
optional = true;
|
|
target = { target, features }: ("wasm32" == target."arch" or null);
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-io";
|
|
packageId = "futures-io";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite";
|
|
optional = true;
|
|
target = { target, features }: (!("unknown" == target."os" or null));
|
|
}
|
|
{
|
|
name = "gloo-timers";
|
|
packageId = "gloo-timers 0.3.0";
|
|
optional = true;
|
|
target = { target, features }: ("wasm32" == target."arch" or null);
|
|
features = [ "futures" ];
|
|
}
|
|
{
|
|
name = "kv-log-macro";
|
|
packageId = "kv-log-macro";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "log";
|
|
packageId = "log";
|
|
optional = true;
|
|
features = [ "kv_unstable" ];
|
|
}
|
|
{
|
|
name = "memchr";
|
|
packageId = "memchr";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "once_cell";
|
|
packageId = "once_cell";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "pin-utils";
|
|
packageId = "pin-utils";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "slab";
|
|
packageId = "slab";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "wasm-bindgen-futures";
|
|
packageId = "wasm-bindgen-futures";
|
|
optional = true;
|
|
target = { target, features }: ("wasm32" == target."arch" or null);
|
|
}
|
|
];
|
|
features = {
|
|
"alloc" = [ "futures-core/alloc" "pin-project-lite" ];
|
|
"async-attributes" = [ "dep:async-attributes" ];
|
|
"async-channel" = [ "dep:async-channel" ];
|
|
"async-global-executor" = [ "dep:async-global-executor" ];
|
|
"async-io" = [ "dep:async-io" ];
|
|
"async-lock" = [ "dep:async-lock" ];
|
|
"async-process" = [ "dep:async-process" ];
|
|
"attributes" = [ "async-attributes" ];
|
|
"crossbeam-utils" = [ "dep:crossbeam-utils" ];
|
|
"default" = [ "std" "async-global-executor" "async-io" "futures-lite" "kv-log-macro" "log" "pin-project-lite" "gloo-timers" ];
|
|
"docs" = [ "attributes" "unstable" "default" ];
|
|
"futures-channel" = [ "dep:futures-channel" ];
|
|
"futures-core" = [ "dep:futures-core" ];
|
|
"futures-io" = [ "dep:futures-io" ];
|
|
"futures-lite" = [ "dep:futures-lite" ];
|
|
"gloo-timers" = [ "dep:gloo-timers" ];
|
|
"kv-log-macro" = [ "dep:kv-log-macro" ];
|
|
"log" = [ "dep:log" ];
|
|
"memchr" = [ "dep:memchr" ];
|
|
"once_cell" = [ "dep:once_cell" ];
|
|
"pin-project-lite" = [ "dep:pin-project-lite" ];
|
|
"pin-utils" = [ "dep:pin-utils" ];
|
|
"slab" = [ "dep:slab" ];
|
|
"std" = [ "alloc" "crossbeam-utils" "futures-core/std" "futures-io" "memchr" "once_cell" "pin-utils" "slab" "wasm-bindgen-futures" "futures-channel" "async-channel" "async-lock" ];
|
|
"surf" = [ "dep:surf" ];
|
|
"tokio02" = [ "async-global-executor/tokio02" ];
|
|
"tokio03" = [ "async-global-executor/tokio03" ];
|
|
"tokio1" = [ "async-global-executor/tokio" ];
|
|
"unstable" = [ "std" "async-io" "async-process" ];
|
|
"wasm-bindgen-futures" = [ "dep:wasm-bindgen-futures" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "async-channel" "async-global-executor" "async-io" "async-lock" "crossbeam-utils" "default" "futures-channel" "futures-core" "futures-io" "futures-lite" "gloo-timers" "kv-log-macro" "log" "memchr" "once_cell" "pin-project-lite" "pin-utils" "slab" "std" "wasm-bindgen-futures" ];
|
|
};
|
|
"async-task" = rec {
|
|
crateName = "async-task";
|
|
version = "4.7.1";
|
|
edition = "2021";
|
|
sha256 = "1pp3avr4ri2nbh7s6y9ws0397nkx1zymmcr14sq761ljarh3axcb";
|
|
libName = "async_task";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"portable-atomic" = [ "dep:portable-atomic" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"async-trait" = rec {
|
|
crateName = "async-trait";
|
|
version = "0.1.89";
|
|
edition = "2021";
|
|
sha256 = "1fsxxmz3rzx1prn1h3rs7kyjhkap60i7xvi0ldapkvbb14nssdch";
|
|
procMacro = true;
|
|
libName = "async_trait";
|
|
authors = [
|
|
"David Tolnay <dtolnay@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "proc-macro2";
|
|
packageId = "proc-macro2";
|
|
}
|
|
{
|
|
name = "quote";
|
|
packageId = "quote";
|
|
}
|
|
{
|
|
name = "syn";
|
|
packageId = "syn 2.0.114";
|
|
usesDefaultFeatures = false;
|
|
features = [ "clone-impls" "full" "parsing" "printing" "proc-macro" "visit-mut" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"atomic-waker" = rec {
|
|
crateName = "atomic-waker";
|
|
version = "1.1.2";
|
|
edition = "2018";
|
|
sha256 = "1h5av1lw56m0jf0fd3bchxq8a30xv0b4wv8s4zkp4s0i7mfvs18m";
|
|
libName = "atomic_waker";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
"Contributors to futures-rs"
|
|
];
|
|
features = {
|
|
"portable-atomic" = [ "dep:portable-atomic" ];
|
|
};
|
|
};
|
|
"auto-future" = rec {
|
|
crateName = "auto-future";
|
|
version = "1.0.0";
|
|
edition = "2021";
|
|
sha256 = "0wykbakzh227vz6frx9p48zsq0wpswgmb7v3917m53m7gr2pw7iw";
|
|
libName = "auto_future";
|
|
authors = [
|
|
"Joseph Lenton <josephlenton@gmail.com>"
|
|
];
|
|
|
|
};
|
|
"autocfg" = rec {
|
|
crateName = "autocfg";
|
|
version = "1.5.0";
|
|
edition = "2015";
|
|
sha256 = "1s77f98id9l4af4alklmzq46f21c980v13z2r1pcxx6bqgw0d1n0";
|
|
authors = [
|
|
"Josh Stone <cuviper@gmail.com>"
|
|
];
|
|
|
|
};
|
|
"axum" = rec {
|
|
crateName = "axum";
|
|
version = "0.8.8";
|
|
edition = "2021";
|
|
sha256 = "1f4p0m04mgwpn8b40i9r5mgqxk6w11sv4yri6xfqk305nhyayllb";
|
|
dependencies = [
|
|
{
|
|
name = "axum-core";
|
|
packageId = "axum-core";
|
|
}
|
|
{
|
|
name = "axum-macros";
|
|
packageId = "axum-macros";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "base64";
|
|
packageId = "base64 0.22.1";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "bytes";
|
|
packageId = "bytes";
|
|
}
|
|
{
|
|
name = "form_urlencoded";
|
|
packageId = "form_urlencoded";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
usesDefaultFeatures = false;
|
|
features = [ "alloc" ];
|
|
}
|
|
{
|
|
name = "http";
|
|
packageId = "http 1.4.0";
|
|
}
|
|
{
|
|
name = "http-body";
|
|
packageId = "http-body 1.0.1";
|
|
}
|
|
{
|
|
name = "http-body-util";
|
|
packageId = "http-body-util";
|
|
}
|
|
{
|
|
name = "hyper";
|
|
packageId = "hyper 1.8.1";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "hyper-util";
|
|
packageId = "hyper-util";
|
|
optional = true;
|
|
features = [ "tokio" "server" "service" ];
|
|
}
|
|
{
|
|
name = "itoa";
|
|
packageId = "itoa";
|
|
}
|
|
{
|
|
name = "matchit";
|
|
packageId = "matchit";
|
|
}
|
|
{
|
|
name = "memchr";
|
|
packageId = "memchr";
|
|
}
|
|
{
|
|
name = "mime";
|
|
packageId = "mime";
|
|
}
|
|
{
|
|
name = "percent-encoding";
|
|
packageId = "percent-encoding";
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
}
|
|
{
|
|
name = "serde_core";
|
|
packageId = "serde_core";
|
|
}
|
|
{
|
|
name = "serde_json";
|
|
packageId = "serde_json";
|
|
optional = true;
|
|
features = [ "raw_value" ];
|
|
}
|
|
{
|
|
name = "serde_path_to_error";
|
|
packageId = "serde_path_to_error";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "serde_urlencoded";
|
|
packageId = "serde_urlencoded";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "sha1";
|
|
packageId = "sha1";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "sync_wrapper";
|
|
packageId = "sync_wrapper 1.0.2";
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
rename = "tokio";
|
|
optional = true;
|
|
features = [ "time" ];
|
|
}
|
|
{
|
|
name = "tokio-tungstenite";
|
|
packageId = "tokio-tungstenite 0.28.0";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "tower";
|
|
packageId = "tower";
|
|
usesDefaultFeatures = false;
|
|
features = [ "util" ];
|
|
}
|
|
{
|
|
name = "tower-layer";
|
|
packageId = "tower-layer";
|
|
}
|
|
{
|
|
name = "tower-service";
|
|
packageId = "tower-service";
|
|
}
|
|
{
|
|
name = "tracing";
|
|
packageId = "tracing";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "hyper";
|
|
packageId = "hyper 1.8.1";
|
|
features = [ "client" ];
|
|
}
|
|
{
|
|
name = "serde_json";
|
|
packageId = "serde_json";
|
|
features = [ "raw_value" ];
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
rename = "tokio";
|
|
features = [ "macros" "rt" "rt-multi-thread" "net" "test-util" ];
|
|
}
|
|
{
|
|
name = "tokio-tungstenite";
|
|
packageId = "tokio-tungstenite 0.28.0";
|
|
}
|
|
{
|
|
name = "tower";
|
|
packageId = "tower";
|
|
rename = "tower";
|
|
features = [ "util" "timeout" "limit" "load-shed" "steer" "filter" ];
|
|
}
|
|
{
|
|
name = "tracing";
|
|
packageId = "tracing";
|
|
}
|
|
];
|
|
features = {
|
|
"__private" = [ "tokio" "http1" "dep:reqwest" ];
|
|
"__private_docs" = [ "axum-core/__private_docs" "tower/full" "dep:serde" "dep:tower-http" ];
|
|
"default" = [ "form" "http1" "json" "matched-path" "original-uri" "query" "tokio" "tower-log" "tracing" ];
|
|
"form" = [ "dep:form_urlencoded" "dep:serde_urlencoded" "dep:serde_path_to_error" ];
|
|
"http1" = [ "dep:hyper" "hyper?/http1" "hyper-util?/http1" ];
|
|
"http2" = [ "dep:hyper" "hyper?/http2" "hyper-util?/http2" ];
|
|
"json" = [ "dep:serde_json" "dep:serde_path_to_error" ];
|
|
"macros" = [ "dep:axum-macros" ];
|
|
"multipart" = [ "dep:multer" ];
|
|
"query" = [ "dep:form_urlencoded" "dep:serde_urlencoded" "dep:serde_path_to_error" ];
|
|
"tokio" = [ "dep:hyper-util" "dep:tokio" "tokio/net" "tokio/rt" "tower/make" "tokio/macros" ];
|
|
"tower-log" = [ "tower/log" ];
|
|
"tracing" = [ "dep:tracing" "axum-core/tracing" ];
|
|
"ws" = [ "dep:hyper" "tokio" "dep:tokio-tungstenite" "dep:sha1" "dep:base64" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "form" "http1" "json" "macros" "matched-path" "original-uri" "query" "tokio" "tower-log" "tracing" "ws" ];
|
|
};
|
|
"axum-core" = rec {
|
|
crateName = "axum-core";
|
|
version = "0.5.6";
|
|
edition = "2021";
|
|
sha256 = "1lcjhxysnbc64rh21ag9m9fpiryd1iwcdh9mwxz1yadiswqqziq8";
|
|
libName = "axum_core";
|
|
dependencies = [
|
|
{
|
|
name = "bytes";
|
|
packageId = "bytes";
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
}
|
|
{
|
|
name = "http";
|
|
packageId = "http 1.4.0";
|
|
}
|
|
{
|
|
name = "http-body";
|
|
packageId = "http-body 1.0.1";
|
|
}
|
|
{
|
|
name = "http-body-util";
|
|
packageId = "http-body-util";
|
|
}
|
|
{
|
|
name = "mime";
|
|
packageId = "mime";
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
}
|
|
{
|
|
name = "sync_wrapper";
|
|
packageId = "sync_wrapper 1.0.2";
|
|
}
|
|
{
|
|
name = "tower-layer";
|
|
packageId = "tower-layer";
|
|
}
|
|
{
|
|
name = "tower-service";
|
|
packageId = "tower-service";
|
|
}
|
|
{
|
|
name = "tracing";
|
|
packageId = "tracing";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"__private_docs" = [ "dep:tower-http" ];
|
|
"tracing" = [ "dep:tracing" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "tracing" ];
|
|
};
|
|
"axum-macros" = rec {
|
|
crateName = "axum-macros";
|
|
version = "0.5.0";
|
|
edition = "2021";
|
|
sha256 = "0p6011ld0izk22fmdxsps58cigilq2yhnmyqw4f8bslg09gdwkv0";
|
|
procMacro = true;
|
|
libName = "axum_macros";
|
|
dependencies = [
|
|
{
|
|
name = "proc-macro2";
|
|
packageId = "proc-macro2";
|
|
}
|
|
{
|
|
name = "quote";
|
|
packageId = "quote";
|
|
}
|
|
{
|
|
name = "syn";
|
|
packageId = "syn 2.0.114";
|
|
features = [ "full" "parsing" "extra-traits" ];
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "syn";
|
|
packageId = "syn 2.0.114";
|
|
features = [ "full" "extra-traits" ];
|
|
}
|
|
];
|
|
features = {
|
|
"__private" = [ "syn/visit-mut" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"axum-test" = rec {
|
|
crateName = "axum-test";
|
|
version = "17.3.0";
|
|
edition = "2021";
|
|
sha256 = "1b7w32hxrd039sdrandnaplbaascs8pbib519a7av2yl9fwdzc8f";
|
|
libName = "axum_test";
|
|
authors = [
|
|
"Joseph Lenton <josephlenton@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "anyhow";
|
|
packageId = "anyhow";
|
|
}
|
|
{
|
|
name = "assert-json-diff";
|
|
packageId = "assert-json-diff";
|
|
}
|
|
{
|
|
name = "auto-future";
|
|
packageId = "auto-future";
|
|
}
|
|
{
|
|
name = "axum";
|
|
packageId = "axum";
|
|
}
|
|
{
|
|
name = "base64";
|
|
packageId = "base64 0.22.1";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "bytes";
|
|
packageId = "bytes";
|
|
}
|
|
{
|
|
name = "bytesize";
|
|
packageId = "bytesize";
|
|
}
|
|
{
|
|
name = "cookie";
|
|
packageId = "cookie";
|
|
}
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "http";
|
|
packageId = "http 1.4.0";
|
|
}
|
|
{
|
|
name = "http-body-util";
|
|
packageId = "http-body-util";
|
|
}
|
|
{
|
|
name = "hyper";
|
|
packageId = "hyper 1.8.1";
|
|
features = [ "http1" ];
|
|
}
|
|
{
|
|
name = "hyper-util";
|
|
packageId = "hyper-util";
|
|
features = [ "client" "http1" "client-legacy" ];
|
|
}
|
|
{
|
|
name = "mime";
|
|
packageId = "mime";
|
|
}
|
|
{
|
|
name = "pretty_assertions";
|
|
packageId = "pretty_assertions";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "reserve-port";
|
|
packageId = "reserve-port";
|
|
}
|
|
{
|
|
name = "rust-multipart-rfc7578_2";
|
|
packageId = "rust-multipart-rfc7578_2";
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
}
|
|
{
|
|
name = "serde_json";
|
|
packageId = "serde_json";
|
|
}
|
|
{
|
|
name = "serde_urlencoded";
|
|
packageId = "serde_urlencoded";
|
|
}
|
|
{
|
|
name = "smallvec";
|
|
packageId = "smallvec";
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
features = [ "rt" ];
|
|
}
|
|
{
|
|
name = "tokio-tungstenite";
|
|
packageId = "tokio-tungstenite 0.26.2";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "tower";
|
|
packageId = "tower";
|
|
features = [ "util" "make" ];
|
|
}
|
|
{
|
|
name = "url";
|
|
packageId = "url";
|
|
}
|
|
{
|
|
name = "uuid";
|
|
packageId = "uuid 1.20.0";
|
|
optional = true;
|
|
features = [ "v4" ];
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "axum";
|
|
packageId = "axum";
|
|
features = [ "multipart" "tokio" "ws" ];
|
|
}
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
features = [ "rt" "rt-multi-thread" "sync" "time" "macros" ];
|
|
}
|
|
];
|
|
features = {
|
|
"all" = [ "pretty-assertions" "yaml" "msgpack" "reqwest" "shuttle" "typed-routing" "ws" ];
|
|
"default" = [ "pretty-assertions" ];
|
|
"msgpack" = [ "dep:rmp-serde" ];
|
|
"pretty-assertions" = [ "dep:pretty_assertions" ];
|
|
"reqwest" = [ "dep:reqwest" ];
|
|
"shuttle" = [ "dep:shuttle-axum" ];
|
|
"typed-routing" = [ "dep:axum-extra" ];
|
|
"ws" = [ "axum/ws" "tokio/time" "dep:uuid" "dep:base64" "dep:tokio-tungstenite" "dep:futures-util" ];
|
|
"yaml" = [ "dep:serde_yaml" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "pretty-assertions" "ws" ];
|
|
};
|
|
"az" = rec {
|
|
crateName = "az";
|
|
version = "1.3.0";
|
|
edition = "2024";
|
|
sha256 = "1xqkip7l4rnaaawrwf8jfnkvbx7d1xjnzsa30dk6rk6anw3v0pmy";
|
|
features = {
|
|
};
|
|
};
|
|
"base64 0.21.7" = rec {
|
|
crateName = "base64";
|
|
version = "0.21.7";
|
|
edition = "2018";
|
|
sha256 = "0rw52yvsk75kar9wgqfwgb414kvil1gn7mqkrhn9zf1537mpsacx";
|
|
authors = [
|
|
"Alice Maz <alice@alicemaz.com>"
|
|
"Marshall Pierce <marshall@mpierce.org>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"std" = [ "alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "default" "std" ];
|
|
};
|
|
"base64 0.22.1" = rec {
|
|
crateName = "base64";
|
|
version = "0.22.1";
|
|
edition = "2018";
|
|
sha256 = "1imqzgh7bxcikp5vx3shqvw9j09g9ly0xr0jma0q66i52r7jbcvj";
|
|
authors = [
|
|
"Marshall Pierce <marshall@mpierce.org>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"std" = [ "alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "default" "std" ];
|
|
};
|
|
"bincode" = rec {
|
|
crateName = "bincode";
|
|
version = "1.3.3";
|
|
edition = "2015";
|
|
sha256 = "1bfw3mnwzx5g1465kiqllp5n4r10qrqy88kdlp3jfwnq2ya5xx5i";
|
|
authors = [
|
|
"Ty Overby <ty@pre-alpha.com>"
|
|
"Francesco Mazzoli <f@mazzo.li>"
|
|
"David Tolnay <dtolnay@gmail.com>"
|
|
"Zoey Riordan <zoey@dos.cafe>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
}
|
|
];
|
|
features = {
|
|
};
|
|
};
|
|
"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.10.0" = rec {
|
|
crateName = "bitflags";
|
|
version = "2.10.0";
|
|
edition = "2021";
|
|
sha256 = "1lqxwc3625lcjrjm5vygban9v8a6dlxisp1aqylibiaw52si4bl1";
|
|
authors = [
|
|
"The Rust Project Developers"
|
|
];
|
|
features = {
|
|
"arbitrary" = [ "dep:arbitrary" ];
|
|
"bytemuck" = [ "dep:bytemuck" ];
|
|
"serde" = [ "serde_core" ];
|
|
"serde_core" = [ "dep:serde_core" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "std" ];
|
|
};
|
|
"block-buffer" = rec {
|
|
crateName = "block-buffer";
|
|
version = "0.10.4";
|
|
edition = "2018";
|
|
sha256 = "0w9sa2ypmrsqqvc20nhwr75wbb5cjr4kkyhpjm1z1lv2kdicfy1h";
|
|
libName = "block_buffer";
|
|
authors = [
|
|
"RustCrypto Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "generic-array";
|
|
packageId = "generic-array 0.14.7";
|
|
}
|
|
];
|
|
|
|
};
|
|
"blocking" = rec {
|
|
crateName = "blocking";
|
|
version = "1.6.2";
|
|
edition = "2021";
|
|
sha256 = "08bz3f9agqlp3102snkvsll6wc9ag7x5m1xy45ak2rv9pq18sgz8";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "async-channel";
|
|
packageId = "async-channel 2.5.0";
|
|
}
|
|
{
|
|
name = "async-task";
|
|
packageId = "async-task";
|
|
}
|
|
{
|
|
name = "futures-io";
|
|
packageId = "futures-io";
|
|
usesDefaultFeatures = false;
|
|
features = [ "std" ];
|
|
}
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "piper";
|
|
packageId = "piper";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite";
|
|
}
|
|
];
|
|
features = {
|
|
"tracing" = [ "dep:tracing" ];
|
|
};
|
|
};
|
|
"boolinator" = rec {
|
|
crateName = "boolinator";
|
|
version = "2.4.0";
|
|
edition = "2015";
|
|
sha256 = "1nccxzb1dfkjfrgzqaw1a90p26zlvv6nah5ckcpj6bn9a4zqga6g";
|
|
authors = [
|
|
"Daniel Keep <daniel.keep@gmail.com>"
|
|
];
|
|
|
|
};
|
|
"bumpalo" = rec {
|
|
crateName = "bumpalo";
|
|
version = "3.19.1";
|
|
edition = "2021";
|
|
sha256 = "044555i277xcinmqs7nnv8n5y4fqfi4l4lp1mp3i30vsidrxrnax";
|
|
authors = [
|
|
"Nick Fitzgerald <fitzgen@gmail.com>"
|
|
];
|
|
features = {
|
|
"allocator-api2" = [ "dep:allocator-api2" ];
|
|
"bench_allocator_api" = [ "allocator_api" "blink-alloc/nightly" ];
|
|
"serde" = [ "dep:serde" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"bytemuck" = rec {
|
|
crateName = "bytemuck";
|
|
version = "1.24.0";
|
|
edition = "2018";
|
|
sha256 = "1x65wc9kwf0dfnmglkl8r46d29pfl7yilll5wh9bcf0g6a0gbg8z";
|
|
authors = [
|
|
"Lokathor <zefria@gmail.com>"
|
|
];
|
|
features = {
|
|
"bytemuck_derive" = [ "dep:bytemuck_derive" ];
|
|
"derive" = [ "bytemuck_derive" ];
|
|
"extern_crate_std" = [ "extern_crate_alloc" ];
|
|
"latest_stable_rust" = [ "aarch64_simd" "avx512_simd" "align_offset" "alloc_uninit" "const_zeroed" "derive" "impl_core_error" "min_const_generics" "must_cast" "must_cast_extra" "pod_saturating" "track_caller" "transparentwrapper_extra" "wasm_simd" "zeroable_atomics" "zeroable_maybe_uninit" "zeroable_unwind_fn" ];
|
|
"must_cast_extra" = [ "must_cast" ];
|
|
};
|
|
};
|
|
"bytes" = rec {
|
|
crateName = "bytes";
|
|
version = "1.11.0";
|
|
edition = "2021";
|
|
sha256 = "1cww1ybcvisyj8pbzl4m36bni2jaz0narhczp1348gqbvkxh8lmk";
|
|
authors = [
|
|
"Carl Lerche <me@carllerche.com>"
|
|
"Sean McArthur <sean@seanmonstar.com>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"extra-platforms" = [ "dep:extra-platforms" ];
|
|
"serde" = [ "dep:serde" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"bytesize" = rec {
|
|
crateName = "bytesize";
|
|
version = "2.3.1";
|
|
edition = "2021";
|
|
sha256 = "18vjp7wfik0xi54l3z2314s7zxjyywa4vvwhilawnas2nbkixnbb";
|
|
authors = [
|
|
"Hyunsik Choi <hyunsik.choi@gmail.com>"
|
|
"MrCroxx <mrcroxx@outlook.com>"
|
|
"Rob Ede <robjtede@icloud.com>"
|
|
];
|
|
features = {
|
|
"arbitrary" = [ "dep:arbitrary" ];
|
|
"default" = [ "std" ];
|
|
"serde" = [ "dep:serde_core" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"cairo-rs" = rec {
|
|
crateName = "cairo-rs";
|
|
version = "0.18.5";
|
|
edition = "2021";
|
|
sha256 = "1qjfkcq3mrh3p01nnn71dy3kn99g21xx3j8xcdvzn8ll2pq6x8lc";
|
|
libName = "cairo";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bitflags";
|
|
packageId = "bitflags 2.10.0";
|
|
}
|
|
{
|
|
name = "cairo-sys-rs";
|
|
packageId = "cairo-sys-rs";
|
|
rename = "ffi";
|
|
}
|
|
{
|
|
name = "glib";
|
|
packageId = "glib 0.18.5";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "once_cell";
|
|
packageId = "once_cell";
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror 1.0.69";
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "use_glib" ];
|
|
"freetype" = [ "ffi/freetype" "freetype-rs" ];
|
|
"freetype-rs" = [ "dep:freetype-rs" ];
|
|
"glib" = [ "dep:glib" ];
|
|
"pdf" = [ "ffi/pdf" ];
|
|
"png" = [ "ffi/png" ];
|
|
"ps" = [ "ffi/ps" ];
|
|
"script" = [ "ffi/script" ];
|
|
"svg" = [ "ffi/svg" ];
|
|
"use_glib" = [ "glib" "ffi/use_glib" ];
|
|
"v1_16" = [ "ffi/v1_16" ];
|
|
"v1_18" = [ "v1_16" "ffi/v1_18" ];
|
|
"win32-surface" = [ "ffi/win32-surface" ];
|
|
"xcb" = [ "ffi/xcb" ];
|
|
"xlib" = [ "ffi/xlib" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "glib" "use_glib" ];
|
|
};
|
|
"cairo-sys-rs" = rec {
|
|
crateName = "cairo-sys-rs";
|
|
version = "0.18.2";
|
|
edition = "2021";
|
|
sha256 = "0lfsxl7ylw3phbnwmz3k58j1gnqi6kc2hdc7g3bb7f4hwnl9yp38";
|
|
libName = "cairo_sys";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "glib-sys";
|
|
packageId = "glib-sys 0.18.1";
|
|
rename = "glib";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "system-deps";
|
|
packageId = "system-deps 6.2.2";
|
|
}
|
|
];
|
|
features = {
|
|
"glib" = [ "dep:glib" ];
|
|
"use_glib" = [ "glib" ];
|
|
"v1_18" = [ "v1_16" ];
|
|
"win32-surface" = [ "winapi" ];
|
|
"winapi" = [ "dep:winapi" ];
|
|
"x11" = [ "dep:x11" ];
|
|
"xlib" = [ "x11" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "glib" "use_glib" ];
|
|
};
|
|
"cast" = rec {
|
|
crateName = "cast";
|
|
version = "0.3.0";
|
|
edition = "2018";
|
|
sha256 = "1dbyngbyz2qkk0jn2sxil8vrz3rnpcj142y184p9l4nbl9radcip";
|
|
authors = [
|
|
"Jorge Aparicio <jorge@japaric.io>"
|
|
];
|
|
features = {
|
|
};
|
|
};
|
|
"cc" = rec {
|
|
crateName = "cc";
|
|
version = "1.2.54";
|
|
edition = "2018";
|
|
sha256 = "10q5q3kzcqg9s1zrgpk9sn1a98xjnz177ixkkkx9qbfnpwdwhm33";
|
|
authors = [
|
|
"Alex Crichton <alex@alexcrichton.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "find-msvc-tools";
|
|
packageId = "find-msvc-tools";
|
|
}
|
|
{
|
|
name = "shlex";
|
|
packageId = "shlex";
|
|
}
|
|
];
|
|
features = {
|
|
"parallel" = [ "dep:libc" "dep:jobserver" ];
|
|
};
|
|
};
|
|
"cfg-expr 0.15.8" = rec {
|
|
crateName = "cfg-expr";
|
|
version = "0.15.8";
|
|
edition = "2021";
|
|
sha256 = "00lgf717pmf5qd2qsxxzs815v6baqg38d6m5i6wlh235p14asryh";
|
|
libName = "cfg_expr";
|
|
authors = [
|
|
"Embark <opensource@embark-studios.com>"
|
|
"Jake Shadle <jake.shadle@embark-studios.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "smallvec";
|
|
packageId = "smallvec";
|
|
}
|
|
{
|
|
name = "target-lexicon";
|
|
packageId = "target-lexicon 0.12.16";
|
|
optional = true;
|
|
}
|
|
];
|
|
features = {
|
|
"target-lexicon" = [ "dep:target-lexicon" ];
|
|
"targets" = [ "target-lexicon" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "target-lexicon" "targets" ];
|
|
};
|
|
"cfg-expr 0.20.6" = rec {
|
|
crateName = "cfg-expr";
|
|
version = "0.20.6";
|
|
edition = "2024";
|
|
sha256 = "0smbxbd39s2kpmz6r9yg4xmh0wx5d1in6amf49rpr0m6l6szbkkq";
|
|
libName = "cfg_expr";
|
|
authors = [
|
|
"Embark <opensource@embark-studios.com>"
|
|
"Jake Shadle <jake.shadle@embark-studios.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "smallvec";
|
|
packageId = "smallvec";
|
|
}
|
|
{
|
|
name = "target-lexicon";
|
|
packageId = "target-lexicon 0.13.3";
|
|
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.4";
|
|
edition = "2018";
|
|
sha256 = "008q28ajc546z5p2hcwdnckmg0hia7rnx52fni04bwqkzyrghc4k";
|
|
libName = "cfg_if";
|
|
authors = [
|
|
"Alex Crichton <alex@alexcrichton.com>"
|
|
];
|
|
features = {
|
|
"core" = [ "dep:core" ];
|
|
"rustc-dep-of-std" = [ "core" ];
|
|
};
|
|
};
|
|
"chrono" = rec {
|
|
crateName = "chrono";
|
|
version = "0.4.43";
|
|
edition = "2021";
|
|
sha256 = "06312amlyys4kkjazl13mbxw0j2f7zxygzjkr1yk7s2sn57p9i7s";
|
|
dependencies = [
|
|
{
|
|
name = "iana-time-zone";
|
|
packageId = "iana-time-zone";
|
|
optional = true;
|
|
target = { target, features }: (target."unix" or false);
|
|
features = [ "fallback" ];
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
optional = true;
|
|
target = { target, features }: (("wasm32" == target."arch" or null) && (!(("emscripten" == target."os" or null) || ("wasi" == target."os" or null))));
|
|
}
|
|
{
|
|
name = "num-traits";
|
|
packageId = "num-traits";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
optional = true;
|
|
target = { target, features }: (("wasm32" == target."arch" or null) && (!(("emscripten" == target."os" or null) || ("wasi" == target."os" or null))));
|
|
}
|
|
{
|
|
name = "windows-link";
|
|
packageId = "windows-link";
|
|
optional = true;
|
|
target = { target, features }: (target."windows" or false);
|
|
}
|
|
];
|
|
features = {
|
|
"arbitrary" = [ "dep:arbitrary" ];
|
|
"clock" = [ "winapi" "iana-time-zone" "now" ];
|
|
"default" = [ "clock" "std" "oldtime" "wasmbind" ];
|
|
"defmt" = [ "dep:defmt" "pure-rust-locales?/defmt" ];
|
|
"iana-time-zone" = [ "dep:iana-time-zone" ];
|
|
"js-sys" = [ "dep:js-sys" ];
|
|
"now" = [ "std" ];
|
|
"pure-rust-locales" = [ "dep:pure-rust-locales" ];
|
|
"rkyv" = [ "dep:rkyv" "rkyv/size_32" ];
|
|
"rkyv-16" = [ "dep:rkyv" "rkyv?/size_16" ];
|
|
"rkyv-32" = [ "dep:rkyv" "rkyv?/size_32" ];
|
|
"rkyv-64" = [ "dep:rkyv" "rkyv?/size_64" ];
|
|
"rkyv-validation" = [ "rkyv?/validation" ];
|
|
"serde" = [ "dep:serde" ];
|
|
"std" = [ "alloc" ];
|
|
"unstable-locales" = [ "pure-rust-locales" ];
|
|
"wasm-bindgen" = [ "dep:wasm-bindgen" ];
|
|
"wasmbind" = [ "wasm-bindgen" "js-sys" ];
|
|
"winapi" = [ "windows-link" ];
|
|
"windows-link" = [ "dep:windows-link" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "clock" "default" "iana-time-zone" "js-sys" "now" "oldtime" "serde" "std" "wasm-bindgen" "wasmbind" "winapi" "windows-link" ];
|
|
};
|
|
"chrono-tz" = rec {
|
|
crateName = "chrono-tz";
|
|
version = "0.8.6";
|
|
edition = "2021";
|
|
sha256 = "0vlksnmpb6rd4h55245agnfhphnpslwnq9al3aw3is43dd3f16nm";
|
|
libName = "chrono_tz";
|
|
dependencies = [
|
|
{
|
|
name = "chrono";
|
|
packageId = "chrono";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "phf";
|
|
packageId = "phf";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "chrono-tz-build";
|
|
packageId = "chrono-tz-build";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "chrono";
|
|
packageId = "chrono";
|
|
usesDefaultFeatures = false;
|
|
features = [ "alloc" ];
|
|
}
|
|
];
|
|
features = {
|
|
"arbitrary" = [ "dep:arbitrary" ];
|
|
"case-insensitive" = [ "dep:uncased" "chrono-tz-build/case-insensitive" "phf/uncased" ];
|
|
"default" = [ "std" ];
|
|
"filter-by-regex" = [ "chrono-tz-build/filter-by-regex" ];
|
|
"serde" = [ "dep:serde" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "serde" "std" ];
|
|
};
|
|
"chrono-tz-build" = rec {
|
|
crateName = "chrono-tz-build";
|
|
version = "0.2.1";
|
|
edition = "2021";
|
|
sha256 = "03rmzd69cn7fp0fgkjr5042b3g54s2l941afjm3001ls7kqkjgj3";
|
|
libName = "chrono_tz_build";
|
|
dependencies = [
|
|
{
|
|
name = "parse-zoneinfo";
|
|
packageId = "parse-zoneinfo";
|
|
}
|
|
{
|
|
name = "phf";
|
|
packageId = "phf";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "phf_codegen";
|
|
packageId = "phf_codegen";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"case-insensitive" = [ "uncased" "phf/uncased" ];
|
|
"filter-by-regex" = [ "regex" ];
|
|
"regex" = [ "dep:regex" ];
|
|
"uncased" = [ "dep:uncased" ];
|
|
};
|
|
};
|
|
"clap" = rec {
|
|
crateName = "clap";
|
|
version = "4.5.54";
|
|
edition = "2021";
|
|
crateBin = [];
|
|
sha256 = "15737jmai272j6jh4ha4dq4ap14ysx2sa5wsjv6zbkvrrnfzzrn6";
|
|
dependencies = [
|
|
{
|
|
name = "clap_builder";
|
|
packageId = "clap_builder";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "clap_derive";
|
|
packageId = "clap_derive";
|
|
optional = true;
|
|
}
|
|
];
|
|
features = {
|
|
"cargo" = [ "clap_builder/cargo" ];
|
|
"color" = [ "clap_builder/color" ];
|
|
"debug" = [ "clap_builder/debug" "clap_derive?/debug" ];
|
|
"default" = [ "std" "color" "help" "usage" "error-context" "suggestions" ];
|
|
"deprecated" = [ "clap_builder/deprecated" "clap_derive?/deprecated" ];
|
|
"derive" = [ "dep:clap_derive" ];
|
|
"env" = [ "clap_builder/env" ];
|
|
"error-context" = [ "clap_builder/error-context" ];
|
|
"help" = [ "clap_builder/help" ];
|
|
"std" = [ "clap_builder/std" ];
|
|
"string" = [ "clap_builder/string" ];
|
|
"suggestions" = [ "clap_builder/suggestions" ];
|
|
"unicode" = [ "clap_builder/unicode" ];
|
|
"unstable-doc" = [ "clap_builder/unstable-doc" "derive" ];
|
|
"unstable-ext" = [ "clap_builder/unstable-ext" ];
|
|
"unstable-markdown" = [ "clap_derive/unstable-markdown" ];
|
|
"unstable-styles" = [ "clap_builder/unstable-styles" ];
|
|
"unstable-v5" = [ "clap_builder/unstable-v5" "clap_derive?/unstable-v5" "deprecated" ];
|
|
"usage" = [ "clap_builder/usage" ];
|
|
"wrap_help" = [ "clap_builder/wrap_help" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "color" "default" "derive" "error-context" "help" "std" "suggestions" "usage" ];
|
|
};
|
|
"clap_builder" = rec {
|
|
crateName = "clap_builder";
|
|
version = "4.5.54";
|
|
edition = "2021";
|
|
sha256 = "001cnl5ccva6z3x5nw3m72zs3bzb650anz1scs7vqhbs5d6wyhps";
|
|
dependencies = [
|
|
{
|
|
name = "anstream";
|
|
packageId = "anstream";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "anstyle";
|
|
packageId = "anstyle";
|
|
}
|
|
{
|
|
name = "clap_lex";
|
|
packageId = "clap_lex";
|
|
}
|
|
{
|
|
name = "strsim";
|
|
packageId = "strsim";
|
|
optional = true;
|
|
}
|
|
];
|
|
features = {
|
|
"color" = [ "dep:anstream" ];
|
|
"debug" = [ "dep:backtrace" ];
|
|
"default" = [ "std" "color" "help" "usage" "error-context" "suggestions" ];
|
|
"std" = [ "anstyle/std" ];
|
|
"suggestions" = [ "dep:strsim" "error-context" ];
|
|
"unicode" = [ "dep:unicode-width" "dep:unicase" ];
|
|
"unstable-doc" = [ "cargo" "wrap_help" "env" "unicode" "string" "unstable-ext" ];
|
|
"unstable-styles" = [ "color" ];
|
|
"unstable-v5" = [ "deprecated" ];
|
|
"wrap_help" = [ "help" "dep:terminal_size" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "color" "error-context" "help" "std" "suggestions" "usage" ];
|
|
};
|
|
"clap_derive" = rec {
|
|
crateName = "clap_derive";
|
|
version = "4.5.49";
|
|
edition = "2021";
|
|
sha256 = "0wbngw649138v3jwx8pm5x9sq0qsml3sh0sfzyrdxcpamy3m82ra";
|
|
procMacro = true;
|
|
dependencies = [
|
|
{
|
|
name = "heck";
|
|
packageId = "heck 0.5.0";
|
|
}
|
|
{
|
|
name = "proc-macro2";
|
|
packageId = "proc-macro2";
|
|
}
|
|
{
|
|
name = "quote";
|
|
packageId = "quote";
|
|
}
|
|
{
|
|
name = "syn";
|
|
packageId = "syn 2.0.114";
|
|
features = [ "full" ];
|
|
}
|
|
];
|
|
features = {
|
|
"raw-deprecated" = [ "deprecated" ];
|
|
"unstable-markdown" = [ "dep:pulldown-cmark" "dep:anstyle" ];
|
|
"unstable-v5" = [ "deprecated" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"clap_lex" = rec {
|
|
crateName = "clap_lex";
|
|
version = "0.7.7";
|
|
edition = "2021";
|
|
sha256 = "0cibsbziyzw2ywar2yh6zllsamhwkblfly565zgi56s3q064prn3";
|
|
|
|
};
|
|
"colorchoice" = rec {
|
|
crateName = "colorchoice";
|
|
version = "1.0.4";
|
|
edition = "2021";
|
|
sha256 = "0x8ymkz1xr77rcj1cfanhf416pc4v681gmkc9dzb3jqja7f62nxh";
|
|
|
|
};
|
|
"concurrent-queue" = rec {
|
|
crateName = "concurrent-queue";
|
|
version = "2.5.0";
|
|
edition = "2021";
|
|
sha256 = "0wrr3mzq2ijdkxwndhf79k952cp4zkz35ray8hvsxl96xrx1k82c";
|
|
libName = "concurrent_queue";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
"Taiki Endo <te316e89@gmail.com>"
|
|
"John Nunley <dev@notgull.net>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "crossbeam-utils";
|
|
packageId = "crossbeam-utils";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"loom" = [ "dep:loom" ];
|
|
"portable-atomic" = [ "dep:portable-atomic" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"console_error_panic_hook" = rec {
|
|
crateName = "console_error_panic_hook";
|
|
version = "0.1.7";
|
|
edition = "2015";
|
|
sha256 = "1g5v8s0ndycc10mdn6igy914k645pgpcl8vjpz6nvxkhyirynsm0";
|
|
authors = [
|
|
"Nick Fitzgerald <fitzgen@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "cfg-if";
|
|
packageId = "cfg-if";
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
];
|
|
|
|
};
|
|
"cookie" = rec {
|
|
crateName = "cookie";
|
|
version = "0.18.1";
|
|
edition = "2018";
|
|
sha256 = "0iy749flficrlvgr3hjmf3igr738lk81n5akzf4ym4cs6cxg7pjd";
|
|
authors = [
|
|
"Sergio Benitez <sb@sergio.bz>"
|
|
"Alex Crichton <alex@alexcrichton.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "time";
|
|
packageId = "time";
|
|
usesDefaultFeatures = false;
|
|
features = [ "std" "parsing" "formatting" "macros" ];
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "version_check";
|
|
packageId = "version_check";
|
|
}
|
|
];
|
|
features = {
|
|
"aes-gcm" = [ "dep:aes-gcm" ];
|
|
"base64" = [ "dep:base64" ];
|
|
"hkdf" = [ "dep:hkdf" ];
|
|
"hmac" = [ "dep:hmac" ];
|
|
"key-expansion" = [ "sha2" "hkdf" ];
|
|
"percent-encode" = [ "percent-encoding" ];
|
|
"percent-encoding" = [ "dep:percent-encoding" ];
|
|
"private" = [ "aes-gcm" "base64" "rand" "subtle" ];
|
|
"rand" = [ "dep:rand" ];
|
|
"secure" = [ "private" "signed" "key-expansion" ];
|
|
"sha2" = [ "dep:sha2" ];
|
|
"signed" = [ "hmac" "sha2" "base64" "rand" "subtle" ];
|
|
"subtle" = [ "dep:subtle" ];
|
|
};
|
|
};
|
|
"cool_asserts" = rec {
|
|
crateName = "cool_asserts";
|
|
version = "2.0.4";
|
|
edition = "2021";
|
|
sha256 = "1cibr8jnxkfjf7pmq02lpj4hhjamxv9n11klvmpb77l2mmzi5z5f";
|
|
authors = [
|
|
"Nathan West <Lucretiel@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "indent_write";
|
|
packageId = "indent_write";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
|
|
};
|
|
"core-foundation" = rec {
|
|
crateName = "core-foundation";
|
|
version = "0.9.4";
|
|
edition = "2018";
|
|
sha256 = "13zvbbj07yk3b61b8fhwfzhy35535a583irf23vlcg59j7h9bqci";
|
|
libName = "core_foundation";
|
|
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.7";
|
|
edition = "2018";
|
|
sha256 = "12w8j73lazxmr1z0h98hf3z623kl8ms7g07jch7n4p8f9nwlhdkp";
|
|
libName = "core_foundation_sys";
|
|
authors = [
|
|
"The Servo Project Developers"
|
|
];
|
|
features = {
|
|
"default" = [ "link" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "link" ];
|
|
};
|
|
"cpufeatures" = rec {
|
|
crateName = "cpufeatures";
|
|
version = "0.2.17";
|
|
edition = "2018";
|
|
sha256 = "10023dnnaghhdl70xcds12fsx2b966sxbxjq5sxs49mvxqw5ivar";
|
|
authors = [
|
|
"RustCrypto Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "aarch64-linux-android");
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (("aarch64" == target."arch" or null) && ("linux" == target."os" or null));
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (("aarch64" == target."arch" or null) && ("apple" == target."vendor" or null));
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (("loongarch64" == target."arch" or null) && ("linux" == target."os" or null));
|
|
}
|
|
];
|
|
|
|
};
|
|
"crossbeam-utils" = rec {
|
|
crateName = "crossbeam-utils";
|
|
version = "0.8.21";
|
|
edition = "2021";
|
|
sha256 = "0a3aa2bmc8q35fb67432w16wvi54sfmb69rk9h5bhd18vw0c99fh";
|
|
libName = "crossbeam_utils";
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"loom" = [ "dep:loom" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"crunchy" = rec {
|
|
crateName = "crunchy";
|
|
version = "0.2.4";
|
|
edition = "2021";
|
|
sha256 = "1mbp5navim2qr3x48lyvadqblcxc1dm0lqr0swrkkwy2qblvw3s6";
|
|
authors = [
|
|
"Eira Fransham <jackefransham@gmail.com>"
|
|
];
|
|
features = {
|
|
"default" = [ "limit_128" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "limit_128" ];
|
|
};
|
|
"crypto-common" = rec {
|
|
crateName = "crypto-common";
|
|
version = "0.1.7";
|
|
edition = "2018";
|
|
sha256 = "02nn2rhfy7kvdkdjl457q2z0mklcvj9h662xrq6dzhfialh2kj3q";
|
|
libName = "crypto_common";
|
|
authors = [
|
|
"RustCrypto Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "generic-array";
|
|
packageId = "generic-array 0.14.7";
|
|
features = [ "more_lengths" ];
|
|
}
|
|
{
|
|
name = "typenum";
|
|
packageId = "typenum";
|
|
}
|
|
];
|
|
features = {
|
|
"getrandom" = [ "rand_core/getrandom" ];
|
|
"rand_core" = [ "dep:rand_core" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "std" ];
|
|
};
|
|
"cyberpunk" = rec {
|
|
crateName = "cyberpunk";
|
|
version = "0.1.0";
|
|
edition = "2021";
|
|
src = lib.cleanSourceWith { filter = sourceFilter; src = ./cyberpunk; };
|
|
dependencies = [
|
|
{
|
|
name = "cairo-rs";
|
|
packageId = "cairo-rs";
|
|
}
|
|
{
|
|
name = "gio";
|
|
packageId = "gio 0.18.4";
|
|
}
|
|
{
|
|
name = "glib";
|
|
packageId = "glib 0.18.5";
|
|
}
|
|
{
|
|
name = "gtk4";
|
|
packageId = "gtk4";
|
|
rename = "gtk";
|
|
features = [ "v4_10" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"cyberpunk-splash" = rec {
|
|
crateName = "cyberpunk-splash";
|
|
version = "0.1.0";
|
|
edition = "2021";
|
|
crateBin = [
|
|
{
|
|
name = "cyberpunk-splash";
|
|
path = "src/main.rs";
|
|
requiredFeatures = [ ];
|
|
}
|
|
];
|
|
src = lib.cleanSourceWith { filter = sourceFilter; src = ./cyberpunk-splash; };
|
|
dependencies = [
|
|
{
|
|
name = "async-std";
|
|
packageId = "async-std";
|
|
}
|
|
{
|
|
name = "cairo-rs";
|
|
packageId = "cairo-rs";
|
|
}
|
|
{
|
|
name = "cyberpunk";
|
|
packageId = "cyberpunk";
|
|
}
|
|
{
|
|
name = "gio";
|
|
packageId = "gio 0.18.4";
|
|
}
|
|
{
|
|
name = "glib";
|
|
packageId = "glib 0.18.5";
|
|
}
|
|
{
|
|
name = "gtk4";
|
|
packageId = "gtk4";
|
|
rename = "gtk";
|
|
features = [ "v4_10" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"dashboard" = rec {
|
|
crateName = "dashboard";
|
|
version = "0.1.3";
|
|
edition = "2018";
|
|
crateBin = [
|
|
{
|
|
name = "dashboard";
|
|
path = "src/main.rs";
|
|
requiredFeatures = [ ];
|
|
}
|
|
];
|
|
src = lib.cleanSourceWith { filter = sourceFilter; src = ./dashboard; };
|
|
dependencies = [
|
|
{
|
|
name = "async-std";
|
|
packageId = "async-std";
|
|
}
|
|
{
|
|
name = "cairo-rs";
|
|
packageId = "cairo-rs";
|
|
}
|
|
{
|
|
name = "chrono";
|
|
packageId = "chrono";
|
|
features = [ "serde" ];
|
|
}
|
|
{
|
|
name = "fluent";
|
|
packageId = "fluent";
|
|
}
|
|
{
|
|
name = "fluent-ergonomics";
|
|
packageId = "fluent-ergonomics";
|
|
}
|
|
{
|
|
name = "futures";
|
|
packageId = "futures";
|
|
}
|
|
{
|
|
name = "gdk4";
|
|
packageId = "gdk4";
|
|
rename = "gdk";
|
|
}
|
|
{
|
|
name = "geo-types";
|
|
packageId = "geo-types";
|
|
}
|
|
{
|
|
name = "gio";
|
|
packageId = "gio 0.18.4";
|
|
}
|
|
{
|
|
name = "glib";
|
|
packageId = "glib 0.18.5";
|
|
}
|
|
{
|
|
name = "gtk4";
|
|
packageId = "gtk4";
|
|
rename = "gtk";
|
|
}
|
|
{
|
|
name = "lazy_static";
|
|
packageId = "lazy_static";
|
|
}
|
|
{
|
|
name = "libadwaita";
|
|
packageId = "libadwaita";
|
|
rename = "adw";
|
|
features = [ "v1_2" ];
|
|
}
|
|
{
|
|
name = "memorycache";
|
|
packageId = "memorycache";
|
|
}
|
|
{
|
|
name = "reqwest";
|
|
packageId = "reqwest";
|
|
features = [ "json" ];
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
features = [ "derive" ];
|
|
}
|
|
{
|
|
name = "serde_json";
|
|
packageId = "serde_json";
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
features = [ "full" ];
|
|
}
|
|
{
|
|
name = "unic-langid";
|
|
packageId = "unic-langid";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "glib-build-tools";
|
|
packageId = "glib-build-tools";
|
|
}
|
|
];
|
|
|
|
};
|
|
"data-encoding" = rec {
|
|
crateName = "data-encoding";
|
|
version = "2.10.0";
|
|
edition = "2018";
|
|
sha256 = "1shzipi8igi058fkx9wfiy6prd7d8rahz1lb7d4idw9nfvrf58fp";
|
|
libName = "data_encoding";
|
|
authors = [
|
|
"Julien Cretin <git@ia0.eu>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"std" = [ "alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "default" "std" ];
|
|
};
|
|
"deranged" = rec {
|
|
crateName = "deranged";
|
|
version = "0.5.5";
|
|
edition = "2021";
|
|
sha256 = "11z5939gv2klp1r1lgrp4w5fnlkj18jqqf0h9zxmia3vkrjwpv7c";
|
|
authors = [
|
|
"Jacob Pratt <jacob@jhpratt.dev>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "powerfmt";
|
|
packageId = "powerfmt";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"macros" = [ "dep:deranged-macros" ];
|
|
"num" = [ "dep:num-traits" ];
|
|
"powerfmt" = [ "dep:powerfmt" ];
|
|
"quickcheck" = [ "dep:quickcheck" "alloc" ];
|
|
"rand" = [ "rand08" "rand09" ];
|
|
"rand08" = [ "dep:rand08" ];
|
|
"rand09" = [ "dep:rand09" ];
|
|
"serde" = [ "dep:serde_core" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "powerfmt" ];
|
|
};
|
|
"diff" = rec {
|
|
crateName = "diff";
|
|
version = "0.1.13";
|
|
edition = "2015";
|
|
sha256 = "1j0nzjxci2zqx63hdcihkp0a4dkdmzxd7my4m7zk6cjyfy34j9an";
|
|
authors = [
|
|
"Utkarsh Kukreti <utkarshkukreti@gmail.com>"
|
|
];
|
|
|
|
};
|
|
"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" ];
|
|
};
|
|
"dimensioned 0.7.0" = rec {
|
|
crateName = "dimensioned";
|
|
version = "0.7.0";
|
|
edition = "2015";
|
|
sha256 = "09ky8s3higkf677lmyqg30hmj66gpg7hx907s6hfvbk2a9av05r5";
|
|
build = "src/build/mod.rs";
|
|
authors = [
|
|
"Paho Lurie-Gregg <paho@paholg.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "generic-array";
|
|
packageId = "generic-array 0.11.2";
|
|
}
|
|
{
|
|
name = "num-traits";
|
|
packageId = "num-traits";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "typenum";
|
|
packageId = "typenum";
|
|
}
|
|
];
|
|
features = {
|
|
"approx" = [ "dep:approx" ];
|
|
"clapme" = [ "dep:clapme" ];
|
|
"default" = [ "std" ];
|
|
"quickcheck" = [ "dep:quickcheck" ];
|
|
"serde" = [ "dep:serde" ];
|
|
"serde_test" = [ "dep:serde_test" ];
|
|
"test" = [ "approx" "ci" "clapme" "quickcheck" "serde" "serde_test" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "serde" "std" ];
|
|
};
|
|
"dimensioned 0.8.0" = rec {
|
|
crateName = "dimensioned";
|
|
version = "0.8.0";
|
|
edition = "2021";
|
|
sha256 = "15s3j4ry943xqlac63bp81sgdk9s3yilysabzww35j9ibmnaic50";
|
|
build = "src/build/mod.rs";
|
|
authors = [
|
|
"Paho Lurie-Gregg <paho@paholg.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "generic-array";
|
|
packageId = "generic-array 0.14.7";
|
|
}
|
|
{
|
|
name = "num-traits";
|
|
packageId = "num-traits";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "typenum";
|
|
packageId = "typenum";
|
|
}
|
|
];
|
|
features = {
|
|
"approx" = [ "dep:approx" ];
|
|
"auto-args" = [ "dep:auto-args" ];
|
|
"clapme" = [ "dep:clapme" ];
|
|
"default" = [ "std" ];
|
|
"rand" = [ "dep:rand" ];
|
|
"serde" = [ "dep:serde" ];
|
|
"serde_test" = [ "dep:serde_test" ];
|
|
"test" = [ "approx" "clapme" "serde" "serde_test" "rand" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "serde" "std" ];
|
|
};
|
|
"displaydoc" = rec {
|
|
crateName = "displaydoc";
|
|
version = "0.2.5";
|
|
edition = "2021";
|
|
sha256 = "1q0alair462j21iiqwrr21iabkfnb13d6x5w95lkdg21q2xrqdlp";
|
|
procMacro = true;
|
|
authors = [
|
|
"Jane Lusby <jlusby@yaah.dev>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "proc-macro2";
|
|
packageId = "proc-macro2";
|
|
}
|
|
{
|
|
name = "quote";
|
|
packageId = "quote";
|
|
}
|
|
{
|
|
name = "syn";
|
|
packageId = "syn 2.0.114";
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
};
|
|
};
|
|
"either" = rec {
|
|
crateName = "either";
|
|
version = "1.15.0";
|
|
edition = "2021";
|
|
sha256 = "069p1fknsmzn9llaizh77kip0pqmcwpdsykv2x30xpjyija5gis8";
|
|
authors = [
|
|
"bluss"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"serde" = [ "dep:serde" ];
|
|
"use_std" = [ "std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "std" "use_std" ];
|
|
};
|
|
"emseries" = rec {
|
|
crateName = "emseries";
|
|
version = "0.6.0";
|
|
edition = "2021";
|
|
src = lib.cleanSourceWith { filter = sourceFilter; src = ./emseries; };
|
|
authors = [
|
|
"Savanni D'Gerinel <savanni@luminescent-dreams.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "chrono";
|
|
packageId = "chrono";
|
|
features = [ "serde" ];
|
|
}
|
|
{
|
|
name = "chrono-tz";
|
|
packageId = "chrono-tz";
|
|
features = [ "serde" ];
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
}
|
|
{
|
|
name = "serde_derive";
|
|
packageId = "serde_derive";
|
|
}
|
|
{
|
|
name = "serde_json";
|
|
packageId = "serde_json";
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror 1.0.69";
|
|
}
|
|
{
|
|
name = "uuid";
|
|
packageId = "uuid 0.8.2";
|
|
features = [ "v4" "serde" ];
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "dimensioned";
|
|
packageId = "dimensioned 0.7.0";
|
|
features = [ "serde" ];
|
|
}
|
|
{
|
|
name = "tempfile";
|
|
packageId = "tempfile";
|
|
}
|
|
];
|
|
|
|
};
|
|
"encoding_rs" = rec {
|
|
crateName = "encoding_rs";
|
|
version = "0.8.35";
|
|
edition = "2018";
|
|
sha256 = "1wv64xdrr9v37rqqdjsyb8l8wzlcbab80ryxhrszvnj59wy0y0vm";
|
|
authors = [
|
|
"Henri Sivonen <hsivonen@hsivonen.fi>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "cfg-if";
|
|
packageId = "cfg-if";
|
|
}
|
|
];
|
|
features = {
|
|
"any_all_workaround" = [ "dep:any_all_workaround" ];
|
|
"default" = [ "alloc" ];
|
|
"fast-legacy-encode" = [ "fast-hangul-encode" "fast-hanja-encode" "fast-kanji-encode" "fast-gb-hanzi-encode" "fast-big5-hanzi-encode" ];
|
|
"serde" = [ "dep:serde" ];
|
|
"simd-accel" = [ "any_all_workaround" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "default" ];
|
|
};
|
|
"equivalent" = rec {
|
|
crateName = "equivalent";
|
|
version = "1.0.2";
|
|
edition = "2015";
|
|
sha256 = "03swzqznragy8n0x31lqc78g2af054jwivp7lkrbrc0khz74lyl7";
|
|
|
|
};
|
|
"errno" = rec {
|
|
crateName = "errno";
|
|
version = "0.3.14";
|
|
edition = "2018";
|
|
sha256 = "1szgccmh8vgryqyadg8xd58mnwwicf39zmin3bsn63df2wbbgjir";
|
|
authors = [
|
|
"Chris Wong <lambda.fairy@gmail.com>"
|
|
"Dan Gohman <dev@sunfishcode.online>"
|
|
];
|
|
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.61.2";
|
|
target = { target, features }: (target."windows" or false);
|
|
features = [ "Win32_Foundation" "Win32_System_Diagnostics_Debug" ];
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"std" = [ "libc/std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"event-listener 2.5.3" = rec {
|
|
crateName = "event-listener";
|
|
version = "2.5.3";
|
|
edition = "2018";
|
|
sha256 = "1q4w3pndc518crld6zsqvvpy9lkzwahp2zgza9kbzmmqh9gif1h2";
|
|
libName = "event_listener";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
];
|
|
|
|
};
|
|
"event-listener 5.4.1" = rec {
|
|
crateName = "event-listener";
|
|
version = "5.4.1";
|
|
edition = "2021";
|
|
sha256 = "1asnp3agbr8shcl001yd935m167ammyi8hnvl0q1ycajryn6cfz1";
|
|
libName = "event_listener";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
"John Nunley <dev@notgull.net>"
|
|
];
|
|
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 = {
|
|
"critical-section" = [ "dep:critical-section" ];
|
|
"default" = [ "std" ];
|
|
"loom" = [ "concurrent-queue/loom" "parking?/loom" "dep:loom" ];
|
|
"parking" = [ "dep:parking" ];
|
|
"portable-atomic" = [ "portable-atomic-util" "portable_atomic_crate" "concurrent-queue/portable-atomic" ];
|
|
"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" = rec {
|
|
crateName = "event-listener-strategy";
|
|
version = "0.5.4";
|
|
edition = "2021";
|
|
sha256 = "14rv18av8s7n8yixg38bxp5vg2qs394rl1w052by5npzmbgz7scb";
|
|
libName = "event_listener_strategy";
|
|
authors = [
|
|
"John Nunley <dev@notgull.net>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "event-listener";
|
|
packageId = "event-listener 5.4.1";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"loom" = [ "event-listener/loom" ];
|
|
"portable-atomic" = [ "event-listener/portable-atomic" ];
|
|
"std" = [ "event-listener/std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "std" ];
|
|
};
|
|
"fail" = rec {
|
|
crateName = "fail";
|
|
version = "0.5.1";
|
|
edition = "2021";
|
|
sha256 = "075hsgc9wnh5j4v69is5wizcwcg6g8fxpbjk2icsshlayz846ppy";
|
|
authors = [
|
|
"The TiKV Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "log";
|
|
packageId = "log";
|
|
features = [ "std" ];
|
|
}
|
|
{
|
|
name = "once_cell";
|
|
packageId = "once_cell";
|
|
}
|
|
{
|
|
name = "rand";
|
|
packageId = "rand 0.8.5";
|
|
}
|
|
];
|
|
features = {
|
|
};
|
|
};
|
|
"fallible-iterator" = rec {
|
|
crateName = "fallible-iterator";
|
|
version = "0.3.0";
|
|
edition = "2018";
|
|
sha256 = "0ja6l56yka5vn4y4pk6hn88z0bpny7a8k1919aqjzp0j1yhy9k1a";
|
|
libName = "fallible_iterator";
|
|
authors = [
|
|
"Steven Fackler <sfackler@gmail.com>"
|
|
];
|
|
features = {
|
|
"default" = [ "alloc" ];
|
|
"std" = [ "alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "default" ];
|
|
};
|
|
"fallible-streaming-iterator" = rec {
|
|
crateName = "fallible-streaming-iterator";
|
|
version = "0.1.9";
|
|
edition = "2015";
|
|
sha256 = "0nj6j26p71bjy8h42x6jahx1hn0ng6mc2miwpgwnp8vnwqf4jq3k";
|
|
libName = "fallible_streaming_iterator";
|
|
authors = [
|
|
"Steven Fackler <sfackler@gmail.com>"
|
|
];
|
|
features = {
|
|
};
|
|
};
|
|
"fastrand" = rec {
|
|
crateName = "fastrand";
|
|
version = "2.3.0";
|
|
edition = "2018";
|
|
sha256 = "1ghiahsw1jd68df895cy5h3gzwk30hndidn3b682zmshpgmrx41p";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"getrandom" = [ "dep:getrandom" ];
|
|
"js" = [ "std" "getrandom" ];
|
|
"std" = [ "alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "default" "std" ];
|
|
};
|
|
"field-offset" = rec {
|
|
crateName = "field-offset";
|
|
version = "0.3.6";
|
|
edition = "2015";
|
|
sha256 = "0zq5sssaa2ckmcmxxbly8qgz3sxpb8g1lwv90sdh1z74qif2gqiq";
|
|
libName = "field_offset";
|
|
authors = [
|
|
"Diggory Blake <diggsey@googlemail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "memoffset";
|
|
packageId = "memoffset";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "rustc_version";
|
|
packageId = "rustc_version";
|
|
}
|
|
];
|
|
|
|
};
|
|
"find-msvc-tools" = rec {
|
|
crateName = "find-msvc-tools";
|
|
version = "0.1.8";
|
|
edition = "2018";
|
|
sha256 = "1nv8hn78xphg04l6w7iq1v8lsmmqx6ripbig18qn92m9r2yb14c5";
|
|
libName = "find_msvc_tools";
|
|
|
|
};
|
|
"fitnesstrax" = rec {
|
|
crateName = "fitnesstrax";
|
|
version = "0.6.0";
|
|
edition = "2021";
|
|
crateBin = [
|
|
{
|
|
name = "fitnesstrax";
|
|
path = "src/main.rs";
|
|
requiredFeatures = [ ];
|
|
}
|
|
];
|
|
src = lib.cleanSourceWith { filter = sourceFilter; src = ./fitnesstrax/app; };
|
|
dependencies = [
|
|
{
|
|
name = "async-channel";
|
|
packageId = "async-channel 2.5.0";
|
|
}
|
|
{
|
|
name = "async-trait";
|
|
packageId = "async-trait";
|
|
}
|
|
{
|
|
name = "chrono";
|
|
packageId = "chrono";
|
|
}
|
|
{
|
|
name = "chrono-tz";
|
|
packageId = "chrono-tz";
|
|
}
|
|
{
|
|
name = "dimensioned";
|
|
packageId = "dimensioned 0.8.0";
|
|
features = [ "serde" ];
|
|
}
|
|
{
|
|
name = "emseries";
|
|
packageId = "emseries";
|
|
}
|
|
{
|
|
name = "ft-core";
|
|
packageId = "ft-core";
|
|
}
|
|
{
|
|
name = "gdk4";
|
|
packageId = "gdk4";
|
|
rename = "gdk";
|
|
}
|
|
{
|
|
name = "gio";
|
|
packageId = "gio 0.18.4";
|
|
}
|
|
{
|
|
name = "glib";
|
|
packageId = "glib 0.18.5";
|
|
}
|
|
{
|
|
name = "gtk4";
|
|
packageId = "gtk4";
|
|
rename = "gtk";
|
|
features = [ "v4_10" ];
|
|
}
|
|
{
|
|
name = "libadwaita";
|
|
packageId = "libadwaita";
|
|
rename = "adw";
|
|
features = [ "v1_4" ];
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror 2.0.18";
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
features = [ "full" "rt" ];
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "glib-build-tools";
|
|
packageId = "glib-build-tools";
|
|
}
|
|
];
|
|
|
|
};
|
|
"fixed" = rec {
|
|
crateName = "fixed";
|
|
version = "1.30.0";
|
|
edition = "2024";
|
|
sha256 = "1xc205j0wx7wvll3nsp25jyqb9mjx4ypgaaq0kpcgiilg6bdlrn5";
|
|
dependencies = [
|
|
{
|
|
name = "az";
|
|
packageId = "az";
|
|
}
|
|
{
|
|
name = "bytemuck";
|
|
packageId = "bytemuck";
|
|
}
|
|
{
|
|
name = "half";
|
|
packageId = "half";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "typenum";
|
|
packageId = "typenum";
|
|
}
|
|
];
|
|
features = {
|
|
"arbitrary" = [ "dep:arbitrary" ];
|
|
"borsh" = [ "dep:borsh" ];
|
|
"defmt" = [ "dep:defmt" ];
|
|
"num-traits" = [ "dep:num-traits" ];
|
|
"serde" = [ "dep:serde" ];
|
|
"serde-str" = [ "serde" "serde/std" "std" ];
|
|
};
|
|
};
|
|
"fluent" = rec {
|
|
crateName = "fluent";
|
|
version = "0.16.1";
|
|
edition = "2021";
|
|
sha256 = "0njmdpwz52yjzyp55iik9k6vrixqiy7190d98pk0rgdy0x3n6x5v";
|
|
authors = [
|
|
"Zibi Braniecki <zibi@unicode.org>"
|
|
"Staś Małolepszy <stas@mozilla.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "fluent-bundle";
|
|
packageId = "fluent-bundle";
|
|
}
|
|
{
|
|
name = "unic-langid";
|
|
packageId = "unic-langid";
|
|
}
|
|
];
|
|
features = {
|
|
"fluent-pseudo" = [ "dep:fluent-pseudo" ];
|
|
};
|
|
};
|
|
"fluent-bundle" = rec {
|
|
crateName = "fluent-bundle";
|
|
version = "0.15.3";
|
|
edition = "2021";
|
|
sha256 = "14zl0cjn361is69pb1zry4k2zzh5nzsfv0iz05wccl00x0ga5q3z";
|
|
libName = "fluent_bundle";
|
|
authors = [
|
|
"Zibi Braniecki <zibi@unicode.org>"
|
|
"Staś Małolepszy <stas@mozilla.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "fluent-langneg";
|
|
packageId = "fluent-langneg";
|
|
}
|
|
{
|
|
name = "fluent-syntax";
|
|
packageId = "fluent-syntax";
|
|
}
|
|
{
|
|
name = "intl-memoizer";
|
|
packageId = "intl-memoizer";
|
|
}
|
|
{
|
|
name = "intl_pluralrules";
|
|
packageId = "intl_pluralrules";
|
|
}
|
|
{
|
|
name = "rustc-hash";
|
|
packageId = "rustc-hash 1.1.0";
|
|
}
|
|
{
|
|
name = "self_cell";
|
|
packageId = "self_cell 0.10.3";
|
|
}
|
|
{
|
|
name = "smallvec";
|
|
packageId = "smallvec";
|
|
}
|
|
{
|
|
name = "unic-langid";
|
|
packageId = "unic-langid";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "unic-langid";
|
|
packageId = "unic-langid";
|
|
features = [ "macros" ];
|
|
}
|
|
];
|
|
features = {
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"fluent-ergonomics" = rec {
|
|
crateName = "fluent-ergonomics";
|
|
version = "0.2.0";
|
|
edition = "2018";
|
|
src = lib.cleanSourceWith { filter = sourceFilter; src = ./fluent-ergonomics; };
|
|
libName = "fluent_ergonomics";
|
|
authors = [
|
|
"Savanni D'Gerinel <savanni@luminescent-dreams.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "fluent-bundle";
|
|
packageId = "fluent-bundle";
|
|
}
|
|
{
|
|
name = "fluent-syntax";
|
|
packageId = "fluent-syntax";
|
|
}
|
|
{
|
|
name = "intl-memoizer";
|
|
packageId = "intl-memoizer";
|
|
}
|
|
{
|
|
name = "unic-langid";
|
|
packageId = "unic-langid";
|
|
}
|
|
];
|
|
|
|
};
|
|
"fluent-langneg" = rec {
|
|
crateName = "fluent-langneg";
|
|
version = "0.13.1";
|
|
edition = "2018";
|
|
sha256 = "1c78jl8lpwg5hdg589qbn3m9ls6mzqxnyrvi5llfibhb8mcvxsvy";
|
|
libName = "fluent_langneg";
|
|
authors = [
|
|
"Zibi Braniecki <gandalf@mozilla.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "unic-langid";
|
|
packageId = "unic-langid";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "unic-langid";
|
|
packageId = "unic-langid";
|
|
features = [ "macros" ];
|
|
}
|
|
];
|
|
features = {
|
|
"cldr" = [ "unic-langid/likelysubtags" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"fluent-syntax" = rec {
|
|
crateName = "fluent-syntax";
|
|
version = "0.11.1";
|
|
edition = "2021";
|
|
crateBin = [];
|
|
sha256 = "0gd3cdvsx9ymbb8hijcsc9wyf8h1pbcbpsafg4ldba56ji30qlra";
|
|
libName = "fluent_syntax";
|
|
authors = [
|
|
"Zibi Braniecki <zibi@unicode.org>"
|
|
"Staś Małolepszy <stas@mozilla.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror 1.0.69";
|
|
}
|
|
];
|
|
features = {
|
|
"json" = [ "serde" "serde_json" ];
|
|
"serde" = [ "dep:serde" ];
|
|
"serde_json" = [ "dep:serde_json" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"fnv" = rec {
|
|
crateName = "fnv";
|
|
version = "1.0.7";
|
|
edition = "2015";
|
|
sha256 = "1hc2mcqha06aibcaza94vbi81j6pr9a1bbxrxjfhc91zin8yr7iz";
|
|
libPath = "lib.rs";
|
|
authors = [
|
|
"Alex Crichton <alex@alexcrichton.com>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"foldhash" = rec {
|
|
crateName = "foldhash";
|
|
version = "0.2.0";
|
|
edition = "2021";
|
|
sha256 = "1nvgylb099s11xpfm1kn2wcsql080nqmnhj1l25bp3r2b35j9kkp";
|
|
authors = [
|
|
"Orson Peters <orsonpeters@gmail.com>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
};
|
|
};
|
|
"foreign-types" = rec {
|
|
crateName = "foreign-types";
|
|
version = "0.3.2";
|
|
edition = "2015";
|
|
sha256 = "1cgk0vyd7r45cj769jym4a6s7vwshvd0z4bqrb92q1fwibmkkwzn";
|
|
libName = "foreign_types";
|
|
authors = [
|
|
"Steven Fackler <sfackler@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "foreign-types-shared";
|
|
packageId = "foreign-types-shared";
|
|
}
|
|
];
|
|
|
|
};
|
|
"foreign-types-shared" = rec {
|
|
crateName = "foreign-types-shared";
|
|
version = "0.1.1";
|
|
edition = "2015";
|
|
sha256 = "0jxgzd04ra4imjv8jgkmdq59kj8fsz6w4zxsbmlai34h26225c00";
|
|
libName = "foreign_types_shared";
|
|
authors = [
|
|
"Steven Fackler <sfackler@gmail.com>"
|
|
];
|
|
|
|
};
|
|
"form_urlencoded" = rec {
|
|
crateName = "form_urlencoded";
|
|
version = "1.2.2";
|
|
edition = "2018";
|
|
sha256 = "1kqzb2qn608rxl3dws04zahcklpplkd5r1vpabwga5l50d2v4k6b";
|
|
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" ];
|
|
};
|
|
"ft-core" = rec {
|
|
crateName = "ft-core";
|
|
version = "0.1.0";
|
|
edition = "2021";
|
|
crateBin = [
|
|
{
|
|
name = "legacy-importer";
|
|
path = "src/bin/legacy-importer.rs";
|
|
requiredFeatures = [ ];
|
|
}
|
|
];
|
|
src = lib.cleanSourceWith { filter = sourceFilter; src = ./fitnesstrax/core; };
|
|
libName = "ft_core";
|
|
dependencies = [
|
|
{
|
|
name = "chrono";
|
|
packageId = "chrono";
|
|
}
|
|
{
|
|
name = "chrono-tz";
|
|
packageId = "chrono-tz";
|
|
}
|
|
{
|
|
name = "dimensioned";
|
|
packageId = "dimensioned 0.8.0";
|
|
features = [ "serde" ];
|
|
}
|
|
{
|
|
name = "emseries";
|
|
packageId = "emseries";
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
features = [ "derive" "serde_derive" ];
|
|
}
|
|
{
|
|
name = "serde_json";
|
|
packageId = "serde_json";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "tempfile";
|
|
packageId = "tempfile";
|
|
}
|
|
];
|
|
|
|
};
|
|
"futures" = rec {
|
|
crateName = "futures";
|
|
version = "0.3.31";
|
|
edition = "2018";
|
|
sha256 = "0xh8ddbkm9jy8kc5gbvjp9a4b6rqqxvc8471yb2qaz5wm2qhgg35";
|
|
dependencies = [
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
usesDefaultFeatures = false;
|
|
features = [ "sink" ];
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-executor";
|
|
packageId = "futures-executor";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-io";
|
|
packageId = "futures-io";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-sink";
|
|
packageId = "futures-sink";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-task";
|
|
packageId = "futures-task";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
usesDefaultFeatures = false;
|
|
features = [ "sink" ];
|
|
}
|
|
];
|
|
features = {
|
|
"alloc" = [ "futures-core/alloc" "futures-task/alloc" "futures-sink/alloc" "futures-channel/alloc" "futures-util/alloc" ];
|
|
"async-await" = [ "futures-util/async-await" "futures-util/async-await-macro" ];
|
|
"bilock" = [ "futures-util/bilock" ];
|
|
"compat" = [ "std" "futures-util/compat" ];
|
|
"default" = [ "std" "async-await" "executor" ];
|
|
"executor" = [ "std" "futures-executor/std" ];
|
|
"futures-executor" = [ "dep:futures-executor" ];
|
|
"io-compat" = [ "compat" "futures-util/io-compat" ];
|
|
"std" = [ "alloc" "futures-core/std" "futures-task/std" "futures-io/std" "futures-sink/std" "futures-util/std" "futures-util/io" "futures-util/channel" ];
|
|
"thread-pool" = [ "executor" "futures-executor/thread-pool" ];
|
|
"unstable" = [ "futures-core/unstable" "futures-task/unstable" "futures-channel/unstable" "futures-io/unstable" "futures-util/unstable" ];
|
|
"write-all-vectored" = [ "futures-util/write-all-vectored" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "async-await" "default" "executor" "futures-executor" "std" ];
|
|
};
|
|
"futures-channel" = rec {
|
|
crateName = "futures-channel";
|
|
version = "0.3.31";
|
|
edition = "2018";
|
|
sha256 = "040vpqpqlbk099razq8lyn74m0f161zd0rp36hciqrwcg2zibzrd";
|
|
libName = "futures_channel";
|
|
dependencies = [
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-sink";
|
|
packageId = "futures-sink";
|
|
optional = true;
|
|
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" "futures-sink" "sink" "std" ];
|
|
};
|
|
"futures-core" = rec {
|
|
crateName = "futures-core";
|
|
version = "0.3.31";
|
|
edition = "2018";
|
|
sha256 = "0gk6yrxgi5ihfanm2y431jadrll00n5ifhnpx090c2f2q1cr1wh5";
|
|
libName = "futures_core";
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"portable-atomic" = [ "dep:portable-atomic" ];
|
|
"std" = [ "alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "default" "std" ];
|
|
};
|
|
"futures-executor" = rec {
|
|
crateName = "futures-executor";
|
|
version = "0.3.31";
|
|
edition = "2018";
|
|
sha256 = "17vcci6mdfzx4gbk0wx64chr2f13wwwpvyf3xd5fb1gmjzcx2a0y";
|
|
libName = "futures_executor";
|
|
dependencies = [
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-task";
|
|
packageId = "futures-task";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"num_cpus" = [ "dep:num_cpus" ];
|
|
"std" = [ "futures-core/std" "futures-task/std" "futures-util/std" ];
|
|
"thread-pool" = [ "std" "num_cpus" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"futures-io" = rec {
|
|
crateName = "futures-io";
|
|
version = "0.3.31";
|
|
edition = "2018";
|
|
sha256 = "1ikmw1yfbgvsychmsihdkwa8a1knank2d9a8dk01mbjar9w1np4y";
|
|
libName = "futures_io";
|
|
features = {
|
|
"default" = [ "std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"futures-lite" = rec {
|
|
crateName = "futures-lite";
|
|
version = "2.6.1";
|
|
edition = "2021";
|
|
sha256 = "1ba4dg26sc168vf60b1a23dv1d8rcf3v3ykz2psb7q70kxh113pp";
|
|
libName = "futures_lite";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
"Contributors to futures-rs"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "fastrand";
|
|
packageId = "fastrand";
|
|
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.31";
|
|
edition = "2018";
|
|
sha256 = "0l1n7kqzwwmgiznn0ywdc5i24z72zvh9q1dwps54mimppi7f6bhn";
|
|
procMacro = true;
|
|
libName = "futures_macro";
|
|
dependencies = [
|
|
{
|
|
name = "proc-macro2";
|
|
packageId = "proc-macro2";
|
|
}
|
|
{
|
|
name = "quote";
|
|
packageId = "quote";
|
|
}
|
|
{
|
|
name = "syn";
|
|
packageId = "syn 2.0.114";
|
|
features = [ "full" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"futures-sink" = rec {
|
|
crateName = "futures-sink";
|
|
version = "0.3.31";
|
|
edition = "2018";
|
|
sha256 = "1xyly6naq6aqm52d5rh236snm08kw8zadydwqz8bip70s6vzlxg5";
|
|
libName = "futures_sink";
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"std" = [ "alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "default" "std" ];
|
|
};
|
|
"futures-task" = rec {
|
|
crateName = "futures-task";
|
|
version = "0.3.31";
|
|
edition = "2018";
|
|
sha256 = "124rv4n90f5xwfsm9qw6y99755y021cmi5dhzh253s920z77s3zr";
|
|
libName = "futures_task";
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"std" = [ "alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "std" ];
|
|
};
|
|
"futures-util" = rec {
|
|
crateName = "futures-util";
|
|
version = "0.3.31";
|
|
edition = "2018";
|
|
sha256 = "10aa1ar8bgkgbr4wzxlidkqkcxf77gffyj8j7768h831pcaq784z";
|
|
libName = "futures_util";
|
|
dependencies = [
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
features = [ "std" ];
|
|
}
|
|
{
|
|
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" "channel" "default" "futures-channel" "futures-io" "futures-macro" "futures-sink" "io" "memchr" "sink" "slab" "std" ];
|
|
};
|
|
"gdk-pixbuf" = rec {
|
|
crateName = "gdk-pixbuf";
|
|
version = "0.18.5";
|
|
edition = "2021";
|
|
sha256 = "1v7svvl0g7zybndmis5inaqqgi1mvcc6s1n8rkb31f5zn3qzbqah";
|
|
libName = "gdk_pixbuf";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "gdk-pixbuf-sys";
|
|
packageId = "gdk-pixbuf-sys";
|
|
rename = "ffi";
|
|
}
|
|
{
|
|
name = "gio";
|
|
packageId = "gio 0.18.4";
|
|
}
|
|
{
|
|
name = "glib";
|
|
packageId = "glib 0.18.5";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "once_cell";
|
|
packageId = "once_cell";
|
|
}
|
|
];
|
|
features = {
|
|
"v2_40" = [ "ffi/v2_40" ];
|
|
"v2_42" = [ "v2_40" "ffi/v2_42" ];
|
|
};
|
|
};
|
|
"gdk-pixbuf-sys" = rec {
|
|
crateName = "gdk-pixbuf-sys";
|
|
version = "0.18.0";
|
|
edition = "2021";
|
|
sha256 = "1xya543c4ffd2n7aiwwrdxsyc9casdbasafi6ixcknafckm3k61z";
|
|
libName = "gdk_pixbuf_sys";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "gio-sys";
|
|
packageId = "gio-sys 0.18.1";
|
|
rename = "gio";
|
|
}
|
|
{
|
|
name = "glib-sys";
|
|
packageId = "glib-sys 0.18.1";
|
|
rename = "glib";
|
|
}
|
|
{
|
|
name = "gobject-sys";
|
|
packageId = "gobject-sys 0.18.0";
|
|
rename = "gobject";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "system-deps";
|
|
packageId = "system-deps 6.2.2";
|
|
}
|
|
];
|
|
features = {
|
|
"v2_42" = [ "v2_40" ];
|
|
};
|
|
};
|
|
"gdk4" = rec {
|
|
crateName = "gdk4";
|
|
version = "0.7.3";
|
|
edition = "2021";
|
|
sha256 = "1xiacc63p73apr033gjrb9dsk0y4yxnsljwfxbwfry41snd03nvy";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "cairo-rs";
|
|
packageId = "cairo-rs";
|
|
}
|
|
{
|
|
name = "gdk-pixbuf";
|
|
packageId = "gdk-pixbuf";
|
|
}
|
|
{
|
|
name = "gdk4-sys";
|
|
packageId = "gdk4-sys";
|
|
rename = "ffi";
|
|
}
|
|
{
|
|
name = "gio";
|
|
packageId = "gio 0.18.4";
|
|
features = [ "v2_66" ];
|
|
}
|
|
{
|
|
name = "glib";
|
|
packageId = "glib 0.18.5";
|
|
features = [ "v2_66" ];
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "pango";
|
|
packageId = "pango 0.18.3";
|
|
features = [ "v1_46" ];
|
|
}
|
|
];
|
|
features = {
|
|
"gl" = [ "dep:gl" ];
|
|
"v4_10" = [ "ffi/v4_10" "v4_8" ];
|
|
"v4_12" = [ "ffi/v4_12" "v4_10" ];
|
|
"v4_2" = [ "ffi/v4_2" ];
|
|
"v4_4" = [ "ffi/v4_4" "v4_2" ];
|
|
"v4_6" = [ "ffi/v4_6" "v4_4" ];
|
|
"v4_8" = [ "ffi/v4_8" "v4_6" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "v4_10" "v4_2" "v4_4" "v4_6" "v4_8" ];
|
|
};
|
|
"gdk4-sys" = rec {
|
|
crateName = "gdk4-sys";
|
|
version = "0.7.2";
|
|
edition = "2021";
|
|
sha256 = "1w7yvir565sjrrw828lss07749hfpfsr19jdjzwivkx36brl7ayv";
|
|
libName = "gdk4_sys";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "cairo-sys-rs";
|
|
packageId = "cairo-sys-rs";
|
|
rename = "cairo";
|
|
}
|
|
{
|
|
name = "gdk-pixbuf-sys";
|
|
packageId = "gdk-pixbuf-sys";
|
|
rename = "gdk_pixbuf";
|
|
}
|
|
{
|
|
name = "gio-sys";
|
|
packageId = "gio-sys 0.18.1";
|
|
rename = "gio";
|
|
}
|
|
{
|
|
name = "glib-sys";
|
|
packageId = "glib-sys 0.18.1";
|
|
rename = "glib";
|
|
}
|
|
{
|
|
name = "gobject-sys";
|
|
packageId = "gobject-sys 0.18.0";
|
|
rename = "gobject";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "pango-sys";
|
|
packageId = "pango-sys 0.18.0";
|
|
rename = "pango";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "pkg-config";
|
|
packageId = "pkg-config";
|
|
}
|
|
{
|
|
name = "system-deps";
|
|
packageId = "system-deps 6.2.2";
|
|
}
|
|
];
|
|
features = {
|
|
"v4_10" = [ "v4_8" ];
|
|
"v4_12" = [ "v4_10" ];
|
|
"v4_4" = [ "v4_2" ];
|
|
"v4_6" = [ "v4_4" ];
|
|
"v4_8" = [ "v4_6" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "v4_10" "v4_2" "v4_4" "v4_6" "v4_8" ];
|
|
};
|
|
"generic-array 0.11.2" = rec {
|
|
crateName = "generic-array";
|
|
version = "0.11.2";
|
|
edition = "2015";
|
|
sha256 = "0a7w8w0rg47nmcinnfzv443lcyb8mplwc251p1jyr5xj2yh6wzv6";
|
|
libName = "generic_array";
|
|
authors = [
|
|
"Bartłomiej Kamiński <fizyk20@gmail.com>"
|
|
"Aaron Trent <novacrazy@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "typenum";
|
|
packageId = "typenum";
|
|
}
|
|
];
|
|
features = {
|
|
"serde" = [ "dep:serde" ];
|
|
};
|
|
};
|
|
"generic-array 0.14.7" = rec {
|
|
crateName = "generic-array";
|
|
version = "0.14.7";
|
|
edition = "2015";
|
|
sha256 = "16lyyrzrljfq424c3n8kfwkqihlimmsg5nhshbbp48np3yjrqr45";
|
|
libName = "generic_array";
|
|
authors = [
|
|
"Bartłomiej Kamiński <fizyk20@gmail.com>"
|
|
"Aaron Trent <novacrazy@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "typenum";
|
|
packageId = "typenum";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "version_check";
|
|
packageId = "version_check";
|
|
}
|
|
];
|
|
features = {
|
|
"serde" = [ "dep:serde" ];
|
|
"zeroize" = [ "dep:zeroize" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "more_lengths" ];
|
|
};
|
|
"geo-types" = rec {
|
|
crateName = "geo-types";
|
|
version = "0.1.0";
|
|
edition = "2018";
|
|
src = lib.cleanSourceWith { filter = sourceFilter; src = ./geo-types; };
|
|
libName = "geo_types";
|
|
|
|
};
|
|
"getrandom 0.2.17" = rec {
|
|
crateName = "getrandom";
|
|
version = "0.2.17";
|
|
edition = "2018";
|
|
sha256 = "1l2ac6jfj9xhpjjgmcx6s1x89bbnw9x6j9258yy6xjkzpq0bqapz";
|
|
authors = [
|
|
"The Rand Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "cfg-if";
|
|
packageId = "cfg-if";
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
optional = true;
|
|
target = { target, features }: ((("wasm32" == target."arch" or null) || ("wasm64" == target."arch" or null)) && ("unknown" == target."os" or null));
|
|
}
|
|
{
|
|
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);
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: ((("wasm32" == target."arch" or null) || ("wasm64" == target."arch" or null)) && ("unknown" == 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 = [ "js" "js-sys" "std" "wasm-bindgen" ];
|
|
};
|
|
"getrandom 0.3.4" = rec {
|
|
crateName = "getrandom";
|
|
version = "0.3.4";
|
|
edition = "2021";
|
|
sha256 = "1zbpvpicry9lrbjmkd4msgj3ihff1q92i334chk7pzf46xffz7c9";
|
|
authors = [
|
|
"The Rand Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "cfg-if";
|
|
packageId = "cfg-if";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: ((("linux" == target."os" or null) || ("android" == target."os" or null)) && (!((("linux" == target."os" or null) && ("" == target."env" or null)) || ("custom" == target."getrandom_backend" or null) || ("linux_raw" == target."getrandom_backend" or null) || ("rdrand" == target."getrandom_backend" or null) || ("rndr" == target."getrandom_backend" or null))));
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (("dragonfly" == target."os" or null) || ("freebsd" == target."os" or null) || ("hurd" == target."os" or null) || ("illumos" == target."os" or null) || ("cygwin" == target."os" or null) || (("horizon" == target."os" or null) && ("arm" == target."arch" or null)));
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (("haiku" == target."os" or null) || ("redox" == target."os" or null) || ("nto" == target."os" or null) || ("aix" == target."os" or null));
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (("ios" == target."os" or null) || ("visionos" == target."os" or null) || ("watchos" == target."os" or null) || ("tvos" == target."os" or null));
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (("macos" == target."os" or null) || ("openbsd" == target."os" or null) || ("vita" == target."os" or null) || ("emscripten" == target."os" or null));
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: ("netbsd" == target."os" or null);
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: ("solaris" == target."os" or null);
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: ("vxworks" == target."os" or null);
|
|
}
|
|
{
|
|
name = "r-efi";
|
|
packageId = "r-efi";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (("uefi" == target."os" or null) && ("efi_rng" == target."getrandom_backend" or null));
|
|
}
|
|
{
|
|
name = "wasip2";
|
|
packageId = "wasip2";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (("wasm32" == target."arch" or null) && ("wasi" == target."os" or null) && ("p2" == target."env" or null));
|
|
}
|
|
];
|
|
features = {
|
|
"wasm_js" = [ "dep:wasm-bindgen" "dep:js-sys" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "std" ];
|
|
};
|
|
"gio 0.18.4" = rec {
|
|
crateName = "gio";
|
|
version = "0.18.4";
|
|
edition = "2021";
|
|
sha256 = "0wsc6mnx057s4ailacg99dwgna38dbqli5x7a6y9rdw75x9qzz6l";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-io";
|
|
packageId = "futures-io";
|
|
}
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "gio-sys";
|
|
packageId = "gio-sys 0.18.1";
|
|
rename = "ffi";
|
|
}
|
|
{
|
|
name = "glib";
|
|
packageId = "glib 0.18.5";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "once_cell";
|
|
packageId = "once_cell";
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
}
|
|
{
|
|
name = "smallvec";
|
|
packageId = "smallvec";
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror 1.0.69";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
features = [ "io" ];
|
|
}
|
|
];
|
|
features = {
|
|
"v2_58" = [ "ffi/v2_58" "glib/v2_58" ];
|
|
"v2_60" = [ "v2_58" "ffi/v2_60" "glib/v2_60" ];
|
|
"v2_62" = [ "v2_60" "ffi/v2_62" "glib/v2_62" ];
|
|
"v2_64" = [ "v2_62" "ffi/v2_64" "glib/v2_64" ];
|
|
"v2_66" = [ "v2_64" "ffi/v2_66" "glib/v2_66" ];
|
|
"v2_68" = [ "v2_66" "ffi/v2_68" "glib/v2_68" ];
|
|
"v2_70" = [ "v2_68" "ffi/v2_70" "glib/v2_70" ];
|
|
"v2_72" = [ "v2_70" "ffi/v2_72" "glib/v2_72" ];
|
|
"v2_74" = [ "v2_72" "ffi/v2_74" "glib/v2_74" ];
|
|
"v2_76" = [ "v2_74" "ffi/v2_76" "glib/v2_76" ];
|
|
"v2_78" = [ "v2_76" "ffi/v2_78" "glib/v2_78" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "v2_58" "v2_60" "v2_62" "v2_64" "v2_66" ];
|
|
};
|
|
"gio 0.21.5" = rec {
|
|
crateName = "gio";
|
|
version = "0.21.5";
|
|
edition = "2021";
|
|
sha256 = "06l1nlq5r0dvm0xmhrpgvs8ypx7jcb3vgihxwrvb8s0cc2zlizy5";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-io";
|
|
packageId = "futures-io";
|
|
}
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "gio-sys";
|
|
packageId = "gio-sys 0.21.5";
|
|
}
|
|
{
|
|
name = "glib";
|
|
packageId = "glib 0.21.5";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
}
|
|
{
|
|
name = "smallvec";
|
|
packageId = "smallvec";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
features = [ "io" ];
|
|
}
|
|
];
|
|
features = {
|
|
"v2_58" = [ "gio-sys/v2_58" "glib/v2_58" ];
|
|
"v2_60" = [ "v2_58" "gio-sys/v2_60" "glib/v2_60" ];
|
|
"v2_62" = [ "v2_60" "gio-sys/v2_62" "glib/v2_62" ];
|
|
"v2_64" = [ "v2_62" "gio-sys/v2_64" "glib/v2_64" ];
|
|
"v2_66" = [ "v2_64" "gio-sys/v2_66" "glib/v2_66" ];
|
|
"v2_68" = [ "v2_66" "gio-sys/v2_68" "glib/v2_68" ];
|
|
"v2_70" = [ "v2_68" "gio-sys/v2_70" "glib/v2_70" ];
|
|
"v2_72" = [ "v2_70" "gio-sys/v2_72" "glib/v2_72" ];
|
|
"v2_74" = [ "v2_72" "gio-sys/v2_74" "glib/v2_74" ];
|
|
"v2_76" = [ "v2_74" "gio-sys/v2_76" "glib/v2_76" ];
|
|
"v2_78" = [ "v2_76" "gio-sys/v2_78" "glib/v2_78" ];
|
|
"v2_80" = [ "v2_78" "gio-sys/v2_80" "glib/v2_80" ];
|
|
"v2_82" = [ "v2_80" "gio-sys/v2_82" "glib/v2_82" ];
|
|
"v2_84" = [ "v2_82" "gio-sys/v2_84" "glib/v2_84" ];
|
|
"v2_86" = [ "v2_84" "gio-sys/v2_86" "glib/v2_86" ];
|
|
};
|
|
};
|
|
"gio-sys 0.18.1" = rec {
|
|
crateName = "gio-sys";
|
|
version = "0.18.1";
|
|
edition = "2021";
|
|
sha256 = "1lip8z35iy9d184x2qwjxlbxi64q9cpayy7v1p5y9xdsa3w6smip";
|
|
libName = "gio_sys";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "glib-sys";
|
|
packageId = "glib-sys 0.18.1";
|
|
rename = "glib";
|
|
}
|
|
{
|
|
name = "gobject-sys";
|
|
packageId = "gobject-sys 0.18.0";
|
|
rename = "gobject";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "winapi";
|
|
packageId = "winapi";
|
|
target = { target, features }: (target."windows" or false);
|
|
features = [ "ws2def" "winsock2" ];
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "system-deps";
|
|
packageId = "system-deps 6.2.2";
|
|
}
|
|
];
|
|
features = {
|
|
"v2_60" = [ "v2_58" ];
|
|
"v2_62" = [ "v2_60" ];
|
|
"v2_64" = [ "v2_62" ];
|
|
"v2_66" = [ "v2_64" ];
|
|
"v2_68" = [ "v2_66" ];
|
|
"v2_70" = [ "v2_68" ];
|
|
"v2_72" = [ "v2_70" ];
|
|
"v2_74" = [ "v2_72" ];
|
|
"v2_76" = [ "v2_74" ];
|
|
"v2_78" = [ "v2_76" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "v2_58" "v2_60" "v2_62" "v2_64" "v2_66" ];
|
|
};
|
|
"gio-sys 0.21.5" = rec {
|
|
crateName = "gio-sys";
|
|
version = "0.21.5";
|
|
edition = "2021";
|
|
sha256 = "08hgv0lqm94hyhdisjrl52bg9699c9ibp6zzr2301r58vf4gww80";
|
|
libName = "gio_sys";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "glib-sys";
|
|
packageId = "glib-sys 0.21.5";
|
|
}
|
|
{
|
|
name = "gobject-sys";
|
|
packageId = "gobject-sys 0.21.5";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "windows-sys";
|
|
packageId = "windows-sys 0.61.2";
|
|
target = { target, features }: (target."windows" or false);
|
|
features = [ "Win32_Networking_WinSock" ];
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "system-deps";
|
|
packageId = "system-deps 7.0.7";
|
|
}
|
|
];
|
|
features = {
|
|
"v2_60" = [ "v2_58" ];
|
|
"v2_62" = [ "v2_60" ];
|
|
"v2_64" = [ "v2_62" ];
|
|
"v2_66" = [ "v2_64" ];
|
|
"v2_68" = [ "v2_66" ];
|
|
"v2_70" = [ "v2_68" ];
|
|
"v2_72" = [ "v2_70" ];
|
|
"v2_74" = [ "v2_72" ];
|
|
"v2_76" = [ "v2_74" ];
|
|
"v2_78" = [ "v2_76" ];
|
|
"v2_80" = [ "v2_78" ];
|
|
"v2_82" = [ "v2_80" ];
|
|
"v2_84" = [ "v2_82" ];
|
|
"v2_86" = [ "v2_84" ];
|
|
};
|
|
};
|
|
"glib 0.18.5" = rec {
|
|
crateName = "glib";
|
|
version = "0.18.5";
|
|
edition = "2021";
|
|
sha256 = "1r8fw0627nmn19bgk3xpmcfngx3wkn7mcpq5a8ma3risx3valg93";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bitflags";
|
|
packageId = "bitflags 2.10.0";
|
|
}
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-executor";
|
|
packageId = "futures-executor";
|
|
}
|
|
{
|
|
name = "futures-task";
|
|
packageId = "futures-task";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
}
|
|
{
|
|
name = "gio-sys";
|
|
packageId = "gio-sys 0.18.1";
|
|
rename = "gio_ffi";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "glib-macros";
|
|
packageId = "glib-macros 0.18.5";
|
|
}
|
|
{
|
|
name = "glib-sys";
|
|
packageId = "glib-sys 0.18.1";
|
|
rename = "ffi";
|
|
}
|
|
{
|
|
name = "gobject-sys";
|
|
packageId = "gobject-sys 0.18.0";
|
|
rename = "gobject_ffi";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "memchr";
|
|
packageId = "memchr";
|
|
}
|
|
{
|
|
name = "once_cell";
|
|
packageId = "once_cell";
|
|
}
|
|
{
|
|
name = "smallvec";
|
|
packageId = "smallvec";
|
|
features = [ "union" "const_generics" "const_new" ];
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror 1.0.69";
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "gio" ];
|
|
"gio" = [ "gio_ffi" ];
|
|
"gio_ffi" = [ "dep:gio_ffi" ];
|
|
"log" = [ "rs-log" ];
|
|
"log_macros" = [ "log" ];
|
|
"rs-log" = [ "dep:rs-log" ];
|
|
"v2_58" = [ "ffi/v2_58" "gobject_ffi/v2_58" ];
|
|
"v2_60" = [ "v2_58" "ffi/v2_60" ];
|
|
"v2_62" = [ "v2_60" "ffi/v2_62" "gobject_ffi/v2_62" ];
|
|
"v2_64" = [ "v2_62" "ffi/v2_64" ];
|
|
"v2_66" = [ "v2_64" "ffi/v2_66" "gobject_ffi/v2_66" ];
|
|
"v2_68" = [ "v2_66" "ffi/v2_68" "gobject_ffi/v2_68" ];
|
|
"v2_70" = [ "v2_68" "ffi/v2_70" "gobject_ffi/v2_70" ];
|
|
"v2_72" = [ "v2_70" "ffi/v2_72" "gobject_ffi/v2_72" ];
|
|
"v2_74" = [ "v2_72" "ffi/v2_74" "gobject_ffi/v2_74" ];
|
|
"v2_76" = [ "v2_74" "ffi/v2_76" "gobject_ffi/v2_76" ];
|
|
"v2_78" = [ "v2_76" "ffi/v2_78" "gobject_ffi/v2_78" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "gio" "gio_ffi" "v2_58" "v2_60" "v2_62" "v2_64" "v2_66" ];
|
|
};
|
|
"glib 0.21.5" = rec {
|
|
crateName = "glib";
|
|
version = "0.21.5";
|
|
edition = "2021";
|
|
sha256 = "12xxy5js4bfpjz9k6831xj090r5y37g30wrvawxwx43c5qy15phn";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bitflags";
|
|
packageId = "bitflags 2.10.0";
|
|
}
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-executor";
|
|
packageId = "futures-executor";
|
|
}
|
|
{
|
|
name = "futures-task";
|
|
packageId = "futures-task";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
}
|
|
{
|
|
name = "gio-sys";
|
|
packageId = "gio-sys 0.21.5";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "glib-macros";
|
|
packageId = "glib-macros 0.21.5";
|
|
}
|
|
{
|
|
name = "glib-sys";
|
|
packageId = "glib-sys 0.21.5";
|
|
}
|
|
{
|
|
name = "gobject-sys";
|
|
packageId = "gobject-sys 0.21.5";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "memchr";
|
|
packageId = "memchr";
|
|
}
|
|
{
|
|
name = "smallvec";
|
|
packageId = "smallvec";
|
|
features = [ "union" "const_generics" "const_new" ];
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "gio" ];
|
|
"gio" = [ "gio-sys" ];
|
|
"gio-sys" = [ "dep:gio-sys" ];
|
|
"log" = [ "rs-log" ];
|
|
"log_macros" = [ "log" ];
|
|
"rs-log" = [ "dep:rs-log" ];
|
|
"v2_58" = [ "glib-sys/v2_58" "gobject-sys/v2_58" ];
|
|
"v2_60" = [ "v2_58" "glib-sys/v2_60" ];
|
|
"v2_62" = [ "v2_60" "glib-sys/v2_62" "gobject-sys/v2_62" ];
|
|
"v2_64" = [ "v2_62" "glib-sys/v2_64" ];
|
|
"v2_66" = [ "v2_64" "glib-sys/v2_66" "gobject-sys/v2_66" ];
|
|
"v2_68" = [ "v2_66" "glib-sys/v2_68" "gobject-sys/v2_68" ];
|
|
"v2_70" = [ "v2_68" "glib-sys/v2_70" "gobject-sys/v2_70" ];
|
|
"v2_72" = [ "v2_70" "glib-sys/v2_72" "gobject-sys/v2_72" ];
|
|
"v2_74" = [ "v2_72" "glib-sys/v2_74" "gobject-sys/v2_74" ];
|
|
"v2_76" = [ "v2_74" "glib-sys/v2_76" "gobject-sys/v2_76" ];
|
|
"v2_78" = [ "v2_76" "glib-sys/v2_78" "gobject-sys/v2_78" ];
|
|
"v2_80" = [ "v2_78" "glib-sys/v2_80" "gobject-sys/v2_80" ];
|
|
"v2_82" = [ "v2_80" "glib-sys/v2_82" "gobject-sys/v2_82" ];
|
|
"v2_84" = [ "v2_82" "glib-sys/v2_84" "gobject-sys/v2_84" ];
|
|
"v2_86" = [ "v2_84" "glib-sys/v2_86" "gobject-sys/v2_86" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "gio" "gio-sys" ];
|
|
};
|
|
"glib-build-tools" = rec {
|
|
crateName = "glib-build-tools";
|
|
version = "0.18.0";
|
|
edition = "2021";
|
|
sha256 = "0p5c2ayiam5bkp9wvq9f9ihwp06nqs5j801npjlwnhrl8rpwac9l";
|
|
libName = "glib_build_tools";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
features = {
|
|
"gio" = [ "dep:gio" ];
|
|
};
|
|
};
|
|
"glib-macros 0.18.5" = rec {
|
|
crateName = "glib-macros";
|
|
version = "0.18.5";
|
|
edition = "2021";
|
|
sha256 = "1p5cla53fcp195zp0hkqpmnn7iwmkdswhy7xh34002bw8y7j5c0b";
|
|
procMacro = true;
|
|
libName = "glib_macros";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "heck";
|
|
packageId = "heck 0.4.1";
|
|
}
|
|
{
|
|
name = "proc-macro-crate";
|
|
packageId = "proc-macro-crate 2.0.0";
|
|
}
|
|
{
|
|
name = "proc-macro-error";
|
|
packageId = "proc-macro-error";
|
|
}
|
|
{
|
|
name = "proc-macro2";
|
|
packageId = "proc-macro2";
|
|
}
|
|
{
|
|
name = "quote";
|
|
packageId = "quote";
|
|
}
|
|
{
|
|
name = "syn";
|
|
packageId = "syn 2.0.114";
|
|
features = [ "full" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"glib-macros 0.21.5" = rec {
|
|
crateName = "glib-macros";
|
|
version = "0.21.5";
|
|
edition = "2021";
|
|
sha256 = "05vzv1m4dg1cpkakxk3n1846acv4fhwhghq1zsbaca0j61svcnfg";
|
|
procMacro = true;
|
|
libName = "glib_macros";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "heck";
|
|
packageId = "heck 0.5.0";
|
|
}
|
|
{
|
|
name = "proc-macro-crate";
|
|
packageId = "proc-macro-crate 3.4.0";
|
|
}
|
|
{
|
|
name = "proc-macro2";
|
|
packageId = "proc-macro2";
|
|
}
|
|
{
|
|
name = "quote";
|
|
packageId = "quote";
|
|
}
|
|
{
|
|
name = "syn";
|
|
packageId = "syn 2.0.114";
|
|
features = [ "full" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"glib-sys 0.18.1" = rec {
|
|
crateName = "glib-sys";
|
|
version = "0.18.1";
|
|
edition = "2021";
|
|
sha256 = "164qhsfmlzd5mhyxs8123jzbdfldwxbikfpq5cysj3lddbmy4g06";
|
|
libName = "glib_sys";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "system-deps";
|
|
packageId = "system-deps 6.2.2";
|
|
}
|
|
];
|
|
features = {
|
|
"v2_60" = [ "v2_58" ];
|
|
"v2_62" = [ "v2_60" ];
|
|
"v2_64" = [ "v2_62" ];
|
|
"v2_66" = [ "v2_64" ];
|
|
"v2_68" = [ "v2_66" ];
|
|
"v2_70" = [ "v2_68" ];
|
|
"v2_72" = [ "v2_70" ];
|
|
"v2_74" = [ "v2_72" ];
|
|
"v2_76" = [ "v2_74" ];
|
|
"v2_78" = [ "v2_76" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "v2_58" "v2_60" "v2_62" "v2_64" "v2_66" ];
|
|
};
|
|
"glib-sys 0.21.5" = rec {
|
|
crateName = "glib-sys";
|
|
version = "0.21.5";
|
|
edition = "2021";
|
|
sha256 = "0v1ymxb51sbwv242slq21kbn8g38j2day53f52kn9r4sl6iy359d";
|
|
libName = "glib_sys";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "system-deps";
|
|
packageId = "system-deps 7.0.7";
|
|
}
|
|
];
|
|
features = {
|
|
"v2_60" = [ "v2_58" ];
|
|
"v2_62" = [ "v2_60" ];
|
|
"v2_64" = [ "v2_62" ];
|
|
"v2_66" = [ "v2_64" ];
|
|
"v2_68" = [ "v2_66" ];
|
|
"v2_70" = [ "v2_68" ];
|
|
"v2_72" = [ "v2_70" ];
|
|
"v2_74" = [ "v2_72" ];
|
|
"v2_76" = [ "v2_74" ];
|
|
"v2_78" = [ "v2_76" ];
|
|
"v2_80" = [ "v2_78" ];
|
|
"v2_82" = [ "v2_80" ];
|
|
"v2_84" = [ "v2_82" ];
|
|
"v2_86" = [ "v2_84" ];
|
|
};
|
|
};
|
|
"gloo 0.10.0" = rec {
|
|
crateName = "gloo";
|
|
version = "0.10.0";
|
|
edition = "2021";
|
|
sha256 = "0j82hwfn6ibqla1q849vhsmxnxw6wmnjkmmffzdw2mfc51n54dfd";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "gloo-console";
|
|
packageId = "gloo-console 0.3.0";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-dialogs";
|
|
packageId = "gloo-dialogs 0.2.0";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-events";
|
|
packageId = "gloo-events 0.2.0";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-file";
|
|
packageId = "gloo-file 0.3.0";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-history";
|
|
packageId = "gloo-history 0.2.2";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-net";
|
|
packageId = "gloo-net 0.4.0";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-render";
|
|
packageId = "gloo-render 0.2.0";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-storage";
|
|
packageId = "gloo-storage 0.3.0";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-timers";
|
|
packageId = "gloo-timers 0.3.0";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-utils";
|
|
packageId = "gloo-utils 0.2.0";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-worker";
|
|
packageId = "gloo-worker 0.4.0";
|
|
optional = true;
|
|
}
|
|
];
|
|
features = {
|
|
"console" = [ "gloo-console" ];
|
|
"default" = [ "timers" "events" "file" "dialogs" "storage" "render" "console" "utils" "history" "worker" "net" ];
|
|
"dialogs" = [ "gloo-dialogs" ];
|
|
"events" = [ "gloo-events" ];
|
|
"file" = [ "gloo-file" ];
|
|
"futures" = [ "timers" "file" "worker" "gloo-timers/futures" "gloo-file/futures" "gloo-worker/futures" ];
|
|
"gloo-console" = [ "dep:gloo-console" ];
|
|
"gloo-dialogs" = [ "dep:gloo-dialogs" ];
|
|
"gloo-events" = [ "dep:gloo-events" ];
|
|
"gloo-file" = [ "dep:gloo-file" ];
|
|
"gloo-history" = [ "dep:gloo-history" ];
|
|
"gloo-net" = [ "dep:gloo-net" ];
|
|
"gloo-render" = [ "dep:gloo-render" ];
|
|
"gloo-storage" = [ "dep:gloo-storage" ];
|
|
"gloo-timers" = [ "dep:gloo-timers" ];
|
|
"gloo-utils" = [ "dep:gloo-utils" ];
|
|
"gloo-worker" = [ "dep:gloo-worker" ];
|
|
"history" = [ "gloo-history" ];
|
|
"net" = [ "gloo-net" ];
|
|
"render" = [ "gloo-render" ];
|
|
"storage" = [ "gloo-storage" ];
|
|
"timers" = [ "gloo-timers" ];
|
|
"utils" = [ "gloo-utils" ];
|
|
"worker" = [ "gloo-worker" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "console" "default" "dialogs" "events" "file" "futures" "gloo-console" "gloo-dialogs" "gloo-events" "gloo-file" "gloo-history" "gloo-net" "gloo-render" "gloo-storage" "gloo-timers" "gloo-utils" "gloo-worker" "history" "net" "render" "storage" "timers" "utils" "worker" ];
|
|
};
|
|
"gloo 0.8.1" = rec {
|
|
crateName = "gloo";
|
|
version = "0.8.1";
|
|
edition = "2018";
|
|
sha256 = "0kdr8ahxl77fby89fvfwq13kqqyyw63pnjpv6gynz4gnbvd9r698";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "gloo-console";
|
|
packageId = "gloo-console 0.2.3";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-dialogs";
|
|
packageId = "gloo-dialogs 0.1.1";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-events";
|
|
packageId = "gloo-events 0.1.2";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-file";
|
|
packageId = "gloo-file 0.2.3";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-history";
|
|
packageId = "gloo-history 0.1.5";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-net";
|
|
packageId = "gloo-net 0.3.1";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-render";
|
|
packageId = "gloo-render 0.1.1";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-storage";
|
|
packageId = "gloo-storage 0.2.2";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-timers";
|
|
packageId = "gloo-timers 0.2.6";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-utils";
|
|
packageId = "gloo-utils 0.1.7";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-worker";
|
|
packageId = "gloo-worker 0.2.1";
|
|
optional = true;
|
|
}
|
|
];
|
|
features = {
|
|
"console" = [ "gloo-console" ];
|
|
"default" = [ "timers" "events" "file" "dialogs" "storage" "render" "console" "utils" "history" "worker" "net" ];
|
|
"dialogs" = [ "gloo-dialogs" ];
|
|
"events" = [ "gloo-events" ];
|
|
"file" = [ "gloo-file" ];
|
|
"futures" = [ "timers" "file" "worker" "gloo-timers/futures" "gloo-file/futures" "gloo-worker/futures" ];
|
|
"gloo-console" = [ "dep:gloo-console" ];
|
|
"gloo-dialogs" = [ "dep:gloo-dialogs" ];
|
|
"gloo-events" = [ "dep:gloo-events" ];
|
|
"gloo-file" = [ "dep:gloo-file" ];
|
|
"gloo-history" = [ "dep:gloo-history" ];
|
|
"gloo-net" = [ "dep:gloo-net" ];
|
|
"gloo-render" = [ "dep:gloo-render" ];
|
|
"gloo-storage" = [ "dep:gloo-storage" ];
|
|
"gloo-timers" = [ "dep:gloo-timers" ];
|
|
"gloo-utils" = [ "dep:gloo-utils" ];
|
|
"gloo-worker" = [ "dep:gloo-worker" ];
|
|
"history" = [ "gloo-history" ];
|
|
"net" = [ "gloo-net" ];
|
|
"render" = [ "gloo-render" ];
|
|
"storage" = [ "gloo-storage" ];
|
|
"timers" = [ "gloo-timers" ];
|
|
"utils" = [ "gloo-utils" ];
|
|
"worker" = [ "gloo-worker" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "console" "default" "dialogs" "events" "file" "gloo-console" "gloo-dialogs" "gloo-events" "gloo-file" "gloo-history" "gloo-net" "gloo-render" "gloo-storage" "gloo-timers" "gloo-utils" "gloo-worker" "history" "net" "render" "storage" "timers" "utils" "worker" ];
|
|
};
|
|
"gloo-console 0.2.3" = rec {
|
|
crateName = "gloo-console";
|
|
version = "0.2.3";
|
|
edition = "2018";
|
|
sha256 = "0gqd35vn0i5y6hzfrsb2i032p1j832c08sar6dr19gny0lycxdw2";
|
|
libName = "gloo_console";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "gloo-utils";
|
|
packageId = "gloo-utils 0.1.7";
|
|
features = [ "serde" ];
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
features = [ "derive" ];
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "console" "Document" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"gloo-console 0.3.0" = rec {
|
|
crateName = "gloo-console";
|
|
version = "0.3.0";
|
|
edition = "2021";
|
|
sha256 = "0qg24wbvql0bsr980hbrm0pi11c3jmlwpj0pgdklz8mlas7qc5ra";
|
|
libName = "gloo_console";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "gloo-utils";
|
|
packageId = "gloo-utils 0.2.0";
|
|
features = [ "serde" ];
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
features = [ "derive" ];
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "console" "Document" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"gloo-dialogs 0.1.1" = rec {
|
|
crateName = "gloo-dialogs";
|
|
version = "0.1.1";
|
|
edition = "2018";
|
|
sha256 = "1rh2j0l8rbj8pbypxqy99qi2x3hq52sclijs8h47zlkjmij261k7";
|
|
libName = "gloo_dialogs";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Window" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"gloo-dialogs 0.2.0" = rec {
|
|
crateName = "gloo-dialogs";
|
|
version = "0.2.0";
|
|
edition = "2021";
|
|
sha256 = "1pqmg2z3x4c3id25jd0p8rjwy5qjbc4k1x8gflsi9c1207hlhixz";
|
|
libName = "gloo_dialogs";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Window" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"gloo-events 0.1.2" = rec {
|
|
crateName = "gloo-events";
|
|
version = "0.1.2";
|
|
edition = "2018";
|
|
sha256 = "1z4j14r2lim77s0jm1dpk306jyycmx2kirid33j0b0gdmgw0gcb8";
|
|
libName = "gloo_events";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Event" "EventTarget" "AddEventListenerOptions" ];
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "HtmlElement" "Window" "Document" "Element" "MouseEvent" "ProgressEvent" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"gloo-events 0.2.0" = rec {
|
|
crateName = "gloo-events";
|
|
version = "0.2.0";
|
|
edition = "2021";
|
|
sha256 = "0h8yr4n1pvwp4rr87835w14kjdkycyn8gypmh2lmnf3wbys6zhi7";
|
|
libName = "gloo_events";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Event" "EventTarget" "AddEventListenerOptions" ];
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "HtmlElement" "Window" "Document" "Element" "MouseEvent" "ProgressEvent" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"gloo-file 0.2.3" = rec {
|
|
crateName = "gloo-file";
|
|
version = "0.2.3";
|
|
edition = "2018";
|
|
sha256 = "1mxnd7l8gglv5yqhah6ny329hc0c98vn7h5xg0yv8f0aax75dmd8";
|
|
libName = "gloo_file";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "gloo-events";
|
|
packageId = "gloo-events 0.1.2";
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Blob" "File" "FileList" "FileReader" "HtmlInputElement" "BlobPropertyBag" "FilePropertyBag" "DomException" "Url" ];
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Window" "Response" ];
|
|
}
|
|
];
|
|
features = {
|
|
"futures" = [ "futures-channel" ];
|
|
"futures-channel" = [ "dep:futures-channel" ];
|
|
"mime" = [ "dep:mime" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"gloo-file 0.3.0" = rec {
|
|
crateName = "gloo-file";
|
|
version = "0.3.0";
|
|
edition = "2021";
|
|
sha256 = "07xxainnnrg6l3ccw2bvqiz4m76ih557aklp5r5q5cizhrqksmlp";
|
|
libName = "gloo_file";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-events";
|
|
packageId = "gloo-events 0.2.0";
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Blob" "File" "FileList" "FileReader" "HtmlInputElement" "BlobPropertyBag" "FilePropertyBag" "DomException" "Url" ];
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Window" "Response" ];
|
|
}
|
|
];
|
|
features = {
|
|
"futures" = [ "futures-channel" ];
|
|
"futures-channel" = [ "dep:futures-channel" ];
|
|
"mime" = [ "dep:mime" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "futures" "futures-channel" ];
|
|
};
|
|
"gloo-history 0.1.5" = rec {
|
|
crateName = "gloo-history";
|
|
version = "0.1.5";
|
|
edition = "2018";
|
|
sha256 = "0zsy3m5bgah8hyd95sc9b68afn1nhs7g43lkndip1m0fpy85swl5";
|
|
libName = "gloo_history";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "gloo-events";
|
|
packageId = "gloo-events 0.1.2";
|
|
}
|
|
{
|
|
name = "gloo-utils";
|
|
packageId = "gloo-utils 0.1.7";
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
features = [ "derive" ];
|
|
}
|
|
{
|
|
name = "serde-wasm-bindgen";
|
|
packageId = "serde-wasm-bindgen 0.5.0";
|
|
}
|
|
{
|
|
name = "serde_urlencoded";
|
|
packageId = "serde_urlencoded";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror 1.0.69";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "History" "Window" "Location" "Url" ];
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "query" ];
|
|
"query" = [ "thiserror" "serde_urlencoded" ];
|
|
"serde_urlencoded" = [ "dep:serde_urlencoded" ];
|
|
"thiserror" = [ "dep:thiserror" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "query" "serde_urlencoded" "thiserror" ];
|
|
};
|
|
"gloo-history 0.2.2" = rec {
|
|
crateName = "gloo-history";
|
|
version = "0.2.2";
|
|
edition = "2021";
|
|
sha256 = "1mhphqywgbqj4agpi4zyc4hah12nys7085jymiz44d5swlml6gwh";
|
|
libName = "gloo_history";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "getrandom";
|
|
packageId = "getrandom 0.2.17";
|
|
target = { target, features }: ("wasm32" == target."arch" or null);
|
|
features = [ "js" ];
|
|
}
|
|
{
|
|
name = "gloo-events";
|
|
packageId = "gloo-events 0.2.0";
|
|
}
|
|
{
|
|
name = "gloo-utils";
|
|
packageId = "gloo-utils 0.2.0";
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
features = [ "derive" ];
|
|
}
|
|
{
|
|
name = "serde-wasm-bindgen";
|
|
packageId = "serde-wasm-bindgen 0.6.5";
|
|
}
|
|
{
|
|
name = "serde_urlencoded";
|
|
packageId = "serde_urlencoded";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror 1.0.69";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "History" "Window" "Location" "Url" ];
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "query" ];
|
|
"query" = [ "thiserror" "serde_urlencoded" ];
|
|
"serde_urlencoded" = [ "dep:serde_urlencoded" ];
|
|
"thiserror" = [ "dep:thiserror" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "query" "serde_urlencoded" "thiserror" ];
|
|
};
|
|
"gloo-net 0.3.1" = rec {
|
|
crateName = "gloo-net";
|
|
version = "0.3.1";
|
|
edition = "2018";
|
|
sha256 = "0866ih3bff7dwxdfc813pk5nwz2ayyqwi5vbzlax7n4ygly4wsx6";
|
|
libName = "gloo_net";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
"Muhammad Hamza <muhammadhamza1311@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "futures-sink";
|
|
packageId = "futures-sink";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-utils";
|
|
packageId = "gloo-utils 0.1.7";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "http";
|
|
packageId = "http 0.2.12";
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
}
|
|
{
|
|
name = "pin-project";
|
|
packageId = "pin-project";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "serde_json";
|
|
packageId = "serde_json";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror 1.0.69";
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "wasm-bindgen-futures";
|
|
packageId = "wasm-bindgen-futures";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
features = [ "derive" ];
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "json" "websocket" "http" "eventsource" ];
|
|
"eventsource" = [ "futures-channel" "futures-core" "pin-project" "web-sys/Event" "web-sys/EventTarget" "web-sys/EventSource" "web-sys/MessageEvent" ];
|
|
"futures-channel" = [ "dep:futures-channel" ];
|
|
"futures-core" = [ "dep:futures-core" ];
|
|
"futures-sink" = [ "dep:futures-sink" ];
|
|
"http" = [ "web-sys/Headers" "web-sys/UrlSearchParams" "web-sys/Url" "web-sys/Request" "web-sys/RequestInit" "web-sys/RequestMode" "web-sys/Response" "web-sys/ResponseInit" "web-sys/ResponseType" "web-sys/Window" "web-sys/RequestCache" "web-sys/RequestCredentials" "web-sys/ObserverCallback" "web-sys/RequestRedirect" "web-sys/ReferrerPolicy" "web-sys/AbortSignal" "web-sys/ReadableStream" "web-sys/Blob" "web-sys/FormData" "web-sys/WorkerGlobalScope" ];
|
|
"json" = [ "serde" "serde_json" "gloo-utils/serde" ];
|
|
"pin-project" = [ "dep:pin-project" ];
|
|
"serde" = [ "dep:serde" ];
|
|
"serde_json" = [ "dep:serde_json" ];
|
|
"websocket" = [ "web-sys/WebSocket" "web-sys/AddEventListenerOptions" "web-sys/ErrorEvent" "web-sys/FileReader" "web-sys/MessageEvent" "web-sys/ProgressEvent" "web-sys/CloseEvent" "web-sys/CloseEventInit" "web-sys/BinaryType" "web-sys/Blob" "futures-channel" "futures-core" "futures-sink" "pin-project" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "eventsource" "futures-channel" "futures-core" "futures-sink" "http" "json" "pin-project" "serde" "serde_json" "websocket" ];
|
|
};
|
|
"gloo-net 0.4.0" = rec {
|
|
crateName = "gloo-net";
|
|
version = "0.4.0";
|
|
edition = "2021";
|
|
sha256 = "1i3x5fvp07valrxjsa25ycq1b2p3pxqaqmw6kzx35ip2i8lfijca";
|
|
libName = "gloo_net";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
"Muhammad Hamza <muhammadhamza1311@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "futures-sink";
|
|
packageId = "futures-sink";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-utils";
|
|
packageId = "gloo-utils 0.2.0";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "http";
|
|
packageId = "http 0.2.12";
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
}
|
|
{
|
|
name = "pin-project";
|
|
packageId = "pin-project";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "serde_json";
|
|
packageId = "serde_json";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror 1.0.69";
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "wasm-bindgen-futures";
|
|
packageId = "wasm-bindgen-futures";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
features = [ "derive" ];
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "json" "websocket" "http" "eventsource" ];
|
|
"eventsource" = [ "futures-channel" "futures-core" "pin-project" "web-sys/Event" "web-sys/EventTarget" "web-sys/EventSource" "web-sys/MessageEvent" ];
|
|
"futures-channel" = [ "dep:futures-channel" ];
|
|
"futures-core" = [ "dep:futures-core" ];
|
|
"futures-sink" = [ "dep:futures-sink" ];
|
|
"http" = [ "web-sys/Headers" "web-sys/UrlSearchParams" "web-sys/Url" "web-sys/Request" "web-sys/RequestInit" "web-sys/RequestMode" "web-sys/Response" "web-sys/ResponseInit" "web-sys/ResponseType" "web-sys/Window" "web-sys/RequestCache" "web-sys/RequestCredentials" "web-sys/ObserverCallback" "web-sys/RequestRedirect" "web-sys/ReferrerPolicy" "web-sys/AbortSignal" "web-sys/ReadableStream" "web-sys/Blob" "web-sys/FormData" "web-sys/WorkerGlobalScope" ];
|
|
"json" = [ "serde" "serde_json" "gloo-utils/serde" ];
|
|
"pin-project" = [ "dep:pin-project" ];
|
|
"serde" = [ "dep:serde" ];
|
|
"serde_json" = [ "dep:serde_json" ];
|
|
"websocket" = [ "web-sys/WebSocket" "web-sys/AddEventListenerOptions" "web-sys/ErrorEvent" "web-sys/FileReader" "web-sys/MessageEvent" "web-sys/ProgressEvent" "web-sys/CloseEvent" "web-sys/CloseEventInit" "web-sys/BinaryType" "web-sys/Blob" "futures-channel" "futures-core" "futures-sink" "pin-project" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "eventsource" "futures-channel" "futures-core" "futures-sink" "http" "json" "pin-project" "serde" "serde_json" "websocket" ];
|
|
};
|
|
"gloo-net 0.6.0" = rec {
|
|
crateName = "gloo-net";
|
|
version = "0.6.0";
|
|
edition = "2021";
|
|
sha256 = "1005q761m8kbifc01pvjyjfpj0qs3szh8qaxni13vjjq39xn4vy0";
|
|
libName = "gloo_net";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
"Elina <imelina@elina.website>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "futures-sink";
|
|
packageId = "futures-sink";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "gloo-utils";
|
|
packageId = "gloo-utils 0.2.0";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "http";
|
|
packageId = "http 1.4.0";
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
}
|
|
{
|
|
name = "pin-project";
|
|
packageId = "pin-project";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "serde_json";
|
|
packageId = "serde_json";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror 1.0.69";
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "wasm-bindgen-futures";
|
|
packageId = "wasm-bindgen-futures";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
features = [ "derive" ];
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "json" "websocket" "http" "eventsource" ];
|
|
"eventsource" = [ "futures-channel" "futures-core" "pin-project" "web-sys/Event" "web-sys/EventTarget" "web-sys/EventSource" "web-sys/MessageEvent" ];
|
|
"futures-channel" = [ "dep:futures-channel" ];
|
|
"futures-core" = [ "dep:futures-core" ];
|
|
"futures-io" = [ "dep:futures-io" ];
|
|
"futures-sink" = [ "dep:futures-sink" ];
|
|
"http" = [ "web-sys/Headers" "web-sys/UrlSearchParams" "web-sys/Url" "web-sys/Request" "web-sys/RequestInit" "web-sys/RequestMode" "web-sys/Response" "web-sys/ResponseInit" "web-sys/ResponseType" "web-sys/RequestCache" "web-sys/RequestCredentials" "web-sys/ObserverCallback" "web-sys/RequestRedirect" "web-sys/ReferrerPolicy" "web-sys/AbortSignal" "web-sys/ReadableStream" "web-sys/Blob" "web-sys/FormData" ];
|
|
"io-util" = [ "futures-io" ];
|
|
"json" = [ "serde" "serde_json" "gloo-utils/serde" ];
|
|
"pin-project" = [ "dep:pin-project" ];
|
|
"serde" = [ "dep:serde" ];
|
|
"serde_json" = [ "dep:serde_json" ];
|
|
"websocket" = [ "web-sys/WebSocket" "web-sys/AddEventListenerOptions" "web-sys/ErrorEvent" "web-sys/FileReader" "web-sys/MessageEvent" "web-sys/ProgressEvent" "web-sys/CloseEvent" "web-sys/CloseEventInit" "web-sys/BinaryType" "web-sys/Blob" "futures-channel" "futures-core" "futures-sink" "pin-project" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "eventsource" "futures-channel" "futures-core" "futures-sink" "http" "json" "pin-project" "serde" "serde_json" "websocket" ];
|
|
};
|
|
"gloo-render 0.1.1" = rec {
|
|
crateName = "gloo-render";
|
|
version = "0.1.1";
|
|
edition = "2018";
|
|
sha256 = "0r3pxj22l489ldakj6521a0f0n1r9v8xrai3k12d9kv7xxm31n9g";
|
|
libName = "gloo_render";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Window" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"gloo-render 0.2.0" = rec {
|
|
crateName = "gloo-render";
|
|
version = "0.2.0";
|
|
edition = "2021";
|
|
sha256 = "0cwqcka7l5p29idq174c6mi5cgal0rywngdck26qwfki8ikqn02n";
|
|
libName = "gloo_render";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Window" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"gloo-storage 0.2.2" = rec {
|
|
crateName = "gloo-storage";
|
|
version = "0.2.2";
|
|
edition = "2018";
|
|
sha256 = "1074j754a6c21sbmqws5qwaha0a13fikv17ps476zzfvyl5vcsjx";
|
|
libName = "gloo_storage";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "gloo-utils";
|
|
packageId = "gloo-utils 0.1.7";
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
}
|
|
{
|
|
name = "serde_json";
|
|
packageId = "serde_json";
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror 1.0.69";
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Storage" "Window" ];
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
features = [ "derive" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"gloo-storage 0.3.0" = rec {
|
|
crateName = "gloo-storage";
|
|
version = "0.3.0";
|
|
edition = "2021";
|
|
sha256 = "0yi7740iza6nyg6n8sxzzhy6yg6xpbxhig7r2bwqlxcjihg07j7v";
|
|
libName = "gloo_storage";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "gloo-utils";
|
|
packageId = "gloo-utils 0.2.0";
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
}
|
|
{
|
|
name = "serde_json";
|
|
packageId = "serde_json";
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror 1.0.69";
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Storage" "Window" ];
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
features = [ "derive" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"gloo-timers 0.2.6" = rec {
|
|
crateName = "gloo-timers";
|
|
version = "0.2.6";
|
|
edition = "2018";
|
|
sha256 = "0p2yqcxw0q9kclhwpgshq1r4ijns07nmmagll3lvrgl7pdk5m6cv";
|
|
libName = "gloo_timers";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
];
|
|
features = {
|
|
"futures" = [ "futures-core" "futures-channel" ];
|
|
"futures-channel" = [ "dep:futures-channel" ];
|
|
"futures-core" = [ "dep:futures-core" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"gloo-timers 0.3.0" = rec {
|
|
crateName = "gloo-timers";
|
|
version = "0.3.0";
|
|
edition = "2021";
|
|
sha256 = "1519157n7xppkk6pdw5w52vy1llzn5iljkqd7q1h5609jv7l7cdv";
|
|
libName = "gloo_timers";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
];
|
|
features = {
|
|
"futures" = [ "futures-core" "futures-channel" ];
|
|
"futures-channel" = [ "dep:futures-channel" ];
|
|
"futures-core" = [ "dep:futures-core" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "futures" "futures-channel" "futures-core" ];
|
|
};
|
|
"gloo-utils 0.1.7" = rec {
|
|
crateName = "gloo-utils";
|
|
version = "0.1.7";
|
|
edition = "2018";
|
|
sha256 = "13m59g36spynspvhx0xsaahbkdshn1v03gcjf87s7cvc443wnzq3";
|
|
libName = "gloo_utils";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "serde_json";
|
|
packageId = "serde_json";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Document" "History" "HtmlElement" "Location" "Window" "HtmlHeadElement" "Element" ];
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "serde" ];
|
|
"serde" = [ "dep:serde" "dep:serde_json" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "serde" ];
|
|
};
|
|
"gloo-utils 0.2.0" = rec {
|
|
crateName = "gloo-utils";
|
|
version = "0.2.0";
|
|
edition = "2021";
|
|
sha256 = "1am31cd6889shb7158bg9zzsjcpvyzxrhfhxgia8rc8k84smam8b";
|
|
libName = "gloo_utils";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "serde_json";
|
|
packageId = "serde_json";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Document" "History" "HtmlElement" "Location" "Window" "HtmlHeadElement" "Element" ];
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "serde" ];
|
|
"serde" = [ "dep:serde" "dep:serde_json" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "serde" ];
|
|
};
|
|
"gloo-worker 0.2.1" = rec {
|
|
crateName = "gloo-worker";
|
|
version = "0.2.1";
|
|
edition = "2018";
|
|
sha256 = "0sjiw13069i7bpiyb03w3kyddn3q07fmj4vd60l1l1kqva21aiqk";
|
|
libName = "gloo_worker";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "anymap2";
|
|
packageId = "anymap2";
|
|
}
|
|
{
|
|
name = "bincode";
|
|
packageId = "bincode";
|
|
}
|
|
{
|
|
name = "gloo-console";
|
|
packageId = "gloo-console 0.2.3";
|
|
}
|
|
{
|
|
name = "gloo-utils";
|
|
packageId = "gloo-utils 0.1.7";
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
features = [ "derive" ];
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "wasm-bindgen-futures";
|
|
packageId = "wasm-bindgen-futures";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Blob" "BlobPropertyBag" "DedicatedWorkerGlobalScope" "MessageEvent" "Url" "Worker" "WorkerOptions" ];
|
|
}
|
|
];
|
|
features = {
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"gloo-worker 0.4.0" = rec {
|
|
crateName = "gloo-worker";
|
|
version = "0.4.0";
|
|
edition = "2021";
|
|
sha256 = "00744js1jcwdndzf22c8gzml7aqql4ymjfpsd2i1vrbxv0ymsjbn";
|
|
libName = "gloo_worker";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bincode";
|
|
packageId = "bincode";
|
|
}
|
|
{
|
|
name = "futures";
|
|
packageId = "futures";
|
|
usesDefaultFeatures = false;
|
|
features = [ "std" ];
|
|
}
|
|
{
|
|
name = "gloo-utils";
|
|
packageId = "gloo-utils 0.2.0";
|
|
}
|
|
{
|
|
name = "gloo-worker-macros";
|
|
packageId = "gloo-worker-macros";
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
}
|
|
{
|
|
name = "pinned";
|
|
packageId = "pinned";
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
features = [ "derive" ];
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror 1.0.69";
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
}
|
|
{
|
|
name = "wasm-bindgen-futures";
|
|
packageId = "wasm-bindgen-futures";
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
features = [ "Blob" "BlobPropertyBag" "DedicatedWorkerGlobalScope" "MessageEvent" "Url" "Worker" "WorkerOptions" ];
|
|
}
|
|
];
|
|
features = {
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "futures" ];
|
|
};
|
|
"gloo-worker-macros" = rec {
|
|
crateName = "gloo-worker-macros";
|
|
version = "0.1.0";
|
|
edition = "2021";
|
|
sha256 = "1rs0f6b34mkhlmpmhqi747c34000sd5mxma92yacjyw5sicalv4m";
|
|
procMacro = true;
|
|
libName = "gloo_worker_macros";
|
|
authors = [
|
|
"Rust and WebAssembly Working Group"
|
|
];
|
|
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 2.0.114";
|
|
features = [ "full" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"gobject-sys 0.18.0" = rec {
|
|
crateName = "gobject-sys";
|
|
version = "0.18.0";
|
|
edition = "2021";
|
|
sha256 = "0i6fhp3m6vs3wkzyc22rk2cqj68qvgddxmpaai34l72da5xi4l08";
|
|
libName = "gobject_sys";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "glib-sys";
|
|
packageId = "glib-sys 0.18.1";
|
|
rename = "glib";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "system-deps";
|
|
packageId = "system-deps 6.2.2";
|
|
}
|
|
];
|
|
features = {
|
|
"v2_62" = [ "v2_58" ];
|
|
"v2_66" = [ "v2_62" ];
|
|
"v2_68" = [ "v2_66" ];
|
|
"v2_70" = [ "v2_68" ];
|
|
"v2_72" = [ "v2_70" ];
|
|
"v2_74" = [ "v2_72" ];
|
|
"v2_76" = [ "v2_74" ];
|
|
"v2_78" = [ "v2_74" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "v2_58" "v2_62" "v2_66" ];
|
|
};
|
|
"gobject-sys 0.21.5" = rec {
|
|
crateName = "gobject-sys";
|
|
version = "0.21.5";
|
|
edition = "2021";
|
|
sha256 = "157jv8ga4f7p4vrn4mmg84lrl0ly3kz9kjzkfm2qz88r1pd3bjid";
|
|
libName = "gobject_sys";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "glib-sys";
|
|
packageId = "glib-sys 0.21.5";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "system-deps";
|
|
packageId = "system-deps 7.0.7";
|
|
}
|
|
];
|
|
features = {
|
|
"v2_62" = [ "v2_58" ];
|
|
"v2_66" = [ "v2_62" ];
|
|
"v2_68" = [ "v2_66" ];
|
|
"v2_70" = [ "v2_68" ];
|
|
"v2_72" = [ "v2_70" ];
|
|
"v2_74" = [ "v2_72" ];
|
|
"v2_76" = [ "v2_74" ];
|
|
"v2_78" = [ "v2_74" ];
|
|
"v2_80" = [ "v2_78" ];
|
|
"v2_82" = [ "v2_80" ];
|
|
"v2_84" = [ "v2_82" ];
|
|
"v2_86" = [ "v2_84" ];
|
|
};
|
|
};
|
|
"graphene-rs" = rec {
|
|
crateName = "graphene-rs";
|
|
version = "0.18.1";
|
|
edition = "2021";
|
|
sha256 = "00f4q1ra4haap5i7lazwhkdgnb49fs8adk2nm6ki6mjhl76jh8iv";
|
|
libName = "graphene";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "glib";
|
|
packageId = "glib 0.18.5";
|
|
}
|
|
{
|
|
name = "graphene-sys";
|
|
packageId = "graphene-sys";
|
|
rename = "ffi";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
];
|
|
features = {
|
|
"v1_12" = [ "ffi/v1_12" ];
|
|
};
|
|
};
|
|
"graphene-sys" = rec {
|
|
crateName = "graphene-sys";
|
|
version = "0.18.1";
|
|
edition = "2021";
|
|
sha256 = "0n8zlg7z26lwpnvlqp1hjlgrs671skqwagdpm7r8i1zwx3748hfc";
|
|
libName = "graphene_sys";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "glib-sys";
|
|
packageId = "glib-sys 0.18.1";
|
|
rename = "glib";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "pkg-config";
|
|
packageId = "pkg-config";
|
|
}
|
|
{
|
|
name = "system-deps";
|
|
packageId = "system-deps 6.2.2";
|
|
}
|
|
];
|
|
features = {
|
|
};
|
|
};
|
|
"gsk4" = rec {
|
|
crateName = "gsk4";
|
|
version = "0.7.3";
|
|
edition = "2021";
|
|
sha256 = "0zhzs2dkgiinhgc11akpn2harq3x5n1iq21dnc4h689g3lsqx58d";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "cairo-rs";
|
|
packageId = "cairo-rs";
|
|
}
|
|
{
|
|
name = "gdk4";
|
|
packageId = "gdk4";
|
|
rename = "gdk";
|
|
}
|
|
{
|
|
name = "glib";
|
|
packageId = "glib 0.18.5";
|
|
features = [ "v2_66" ];
|
|
}
|
|
{
|
|
name = "graphene-rs";
|
|
packageId = "graphene-rs";
|
|
rename = "graphene";
|
|
}
|
|
{
|
|
name = "gsk4-sys";
|
|
packageId = "gsk4-sys";
|
|
rename = "ffi";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "pango";
|
|
packageId = "pango 0.18.3";
|
|
features = [ "v1_46" ];
|
|
}
|
|
];
|
|
features = {
|
|
"broadway" = [ "ffi/broadway" ];
|
|
"v4_10" = [ "ffi/v4_10" "gdk/v4_10" "v4_6" ];
|
|
"v4_14" = [ "ffi/v4_14" "v4_10" ];
|
|
"v4_2" = [ "ffi/v4_2" "gdk/v4_2" ];
|
|
"v4_4" = [ "ffi/v4_4" "gdk/v4_4" "v4_2" ];
|
|
"v4_6" = [ "ffi/v4_6" "gdk/v4_6" "v4_4" ];
|
|
"vulkan" = [ "ffi/vulkan" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "v4_10" "v4_2" "v4_4" "v4_6" ];
|
|
};
|
|
"gsk4-sys" = rec {
|
|
crateName = "gsk4-sys";
|
|
version = "0.7.3";
|
|
edition = "2021";
|
|
sha256 = "0mbdlm9qi1hql48rr29vsj9vlqwc7gxg67wg1q19z67azwz9xg8j";
|
|
libName = "gsk4_sys";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "cairo-sys-rs";
|
|
packageId = "cairo-sys-rs";
|
|
rename = "cairo";
|
|
}
|
|
{
|
|
name = "gdk4-sys";
|
|
packageId = "gdk4-sys";
|
|
rename = "gdk";
|
|
}
|
|
{
|
|
name = "glib-sys";
|
|
packageId = "glib-sys 0.18.1";
|
|
rename = "glib";
|
|
}
|
|
{
|
|
name = "gobject-sys";
|
|
packageId = "gobject-sys 0.18.0";
|
|
rename = "gobject";
|
|
}
|
|
{
|
|
name = "graphene-sys";
|
|
packageId = "graphene-sys";
|
|
rename = "graphene";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "pango-sys";
|
|
packageId = "pango-sys 0.18.0";
|
|
rename = "pango";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "system-deps";
|
|
packageId = "system-deps 6.2.2";
|
|
}
|
|
];
|
|
features = {
|
|
"v4_10" = [ "v4_6" ];
|
|
"v4_14" = [ "v4_10" ];
|
|
"v4_4" = [ "v4_2" ];
|
|
"v4_6" = [ "v4_4" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "v4_10" "v4_2" "v4_4" "v4_6" ];
|
|
};
|
|
"gtk4" = rec {
|
|
crateName = "gtk4";
|
|
version = "0.7.3";
|
|
edition = "2021";
|
|
sha256 = "0hh8nzglmz94v1m1h6vy8z12m6fr7ia467ry0md5fa4p7sm53sss";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "cairo-rs";
|
|
packageId = "cairo-rs";
|
|
}
|
|
{
|
|
name = "field-offset";
|
|
packageId = "field-offset";
|
|
}
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
}
|
|
{
|
|
name = "gdk-pixbuf";
|
|
packageId = "gdk-pixbuf";
|
|
}
|
|
{
|
|
name = "gdk4";
|
|
packageId = "gdk4";
|
|
rename = "gdk";
|
|
}
|
|
{
|
|
name = "gio";
|
|
packageId = "gio 0.18.4";
|
|
features = [ "v2_66" ];
|
|
}
|
|
{
|
|
name = "glib";
|
|
packageId = "glib 0.18.5";
|
|
features = [ "v2_66" ];
|
|
}
|
|
{
|
|
name = "graphene-rs";
|
|
packageId = "graphene-rs";
|
|
rename = "graphene";
|
|
}
|
|
{
|
|
name = "gsk4";
|
|
packageId = "gsk4";
|
|
rename = "gsk";
|
|
}
|
|
{
|
|
name = "gtk4-macros";
|
|
packageId = "gtk4-macros";
|
|
}
|
|
{
|
|
name = "gtk4-sys";
|
|
packageId = "gtk4-sys";
|
|
rename = "ffi";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "pango";
|
|
packageId = "pango 0.18.3";
|
|
features = [ "v1_46" ];
|
|
}
|
|
];
|
|
features = {
|
|
"blueprint" = [ "gtk4-macros/blueprint" ];
|
|
"gnome_42" = [ "v4_6" "cairo-rs/v1_16" "gdk-pixbuf/v2_42" "gio/v2_72" ];
|
|
"gnome_43" = [ "v4_8" "cairo-rs/v1_16" "gdk-pixbuf/v2_42" "gio/v2_74" ];
|
|
"gnome_44" = [ "v4_10" "cairo-rs/v1_16" "gdk-pixbuf/v2_42" "gio/v2_76" ];
|
|
"gnome_45" = [ "v4_12" "cairo-rs/v1_16" "pango/v1_52" "gdk-pixbuf/v2_42" "gio/v2_78" ];
|
|
"v4_10" = [ "ffi/v4_10" "v4_8" "gdk/v4_10" "gsk/v4_10" ];
|
|
"v4_12" = [ "ffi/v4_12" "v4_10" "gdk/v4_12" ];
|
|
"v4_14" = [ "ffi/v4_14" "v4_12" "gsk/v4_14" ];
|
|
"v4_2" = [ "ffi/v4_2" "gdk/v4_2" "gsk/v4_2" ];
|
|
"v4_4" = [ "ffi/v4_4" "v4_2" "gdk/v4_4" "gsk/v4_4" ];
|
|
"v4_6" = [ "ffi/v4_6" "v4_4" "gdk/v4_6" "gsk/v4_6" "pango/v1_50" ];
|
|
"v4_8" = [ "ffi/v4_8" "v4_6" "gdk/v4_8" ];
|
|
"xml_validation" = [ "gtk4-macros/xml_validation" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "v4_10" "v4_2" "v4_4" "v4_6" "v4_8" ];
|
|
};
|
|
"gtk4-macros" = rec {
|
|
crateName = "gtk4-macros";
|
|
version = "0.7.2";
|
|
edition = "2021";
|
|
sha256 = "0bw3cchiycf7dw1bw4p8946gv38azxy05a5w0ndgcmxnz6fc8znm";
|
|
procMacro = true;
|
|
libName = "gtk4_macros";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "anyhow";
|
|
packageId = "anyhow";
|
|
}
|
|
{
|
|
name = "proc-macro-crate";
|
|
packageId = "proc-macro-crate 1.3.1";
|
|
}
|
|
{
|
|
name = "proc-macro-error";
|
|
packageId = "proc-macro-error";
|
|
}
|
|
{
|
|
name = "proc-macro2";
|
|
packageId = "proc-macro2";
|
|
}
|
|
{
|
|
name = "quote";
|
|
packageId = "quote";
|
|
}
|
|
{
|
|
name = "syn";
|
|
packageId = "syn 1.0.109";
|
|
features = [ "full" ];
|
|
}
|
|
];
|
|
features = {
|
|
"quick-xml" = [ "dep:quick-xml" ];
|
|
"xml_validation" = [ "quick-xml" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"gtk4-sys" = rec {
|
|
crateName = "gtk4-sys";
|
|
version = "0.7.3";
|
|
edition = "2021";
|
|
links = "gtk-4";
|
|
sha256 = "1f2ylskyqkjdik9fij2m46pra4jagnif5xyalbxfk3334fmc9n2l";
|
|
libName = "gtk4_sys";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "cairo-sys-rs";
|
|
packageId = "cairo-sys-rs";
|
|
rename = "cairo";
|
|
}
|
|
{
|
|
name = "gdk-pixbuf-sys";
|
|
packageId = "gdk-pixbuf-sys";
|
|
rename = "gdk_pixbuf";
|
|
}
|
|
{
|
|
name = "gdk4-sys";
|
|
packageId = "gdk4-sys";
|
|
rename = "gdk";
|
|
}
|
|
{
|
|
name = "gio-sys";
|
|
packageId = "gio-sys 0.18.1";
|
|
rename = "gio";
|
|
}
|
|
{
|
|
name = "glib-sys";
|
|
packageId = "glib-sys 0.18.1";
|
|
rename = "glib";
|
|
}
|
|
{
|
|
name = "gobject-sys";
|
|
packageId = "gobject-sys 0.18.0";
|
|
rename = "gobject";
|
|
}
|
|
{
|
|
name = "graphene-sys";
|
|
packageId = "graphene-sys";
|
|
rename = "graphene";
|
|
}
|
|
{
|
|
name = "gsk4-sys";
|
|
packageId = "gsk4-sys";
|
|
rename = "gsk";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "pango-sys";
|
|
packageId = "pango-sys 0.18.0";
|
|
rename = "pango";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "system-deps";
|
|
packageId = "system-deps 6.2.2";
|
|
}
|
|
];
|
|
features = {
|
|
"v4_10" = [ "v4_8" ];
|
|
"v4_12" = [ "v4_10" ];
|
|
"v4_14" = [ "v4_12" ];
|
|
"v4_4" = [ "v4_2" ];
|
|
"v4_6" = [ "v4_4" ];
|
|
"v4_8" = [ "v4_6" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "v4_10" "v4_2" "v4_4" "v4_6" "v4_8" ];
|
|
};
|
|
"h2" = rec {
|
|
crateName = "h2";
|
|
version = "0.3.27";
|
|
edition = "2018";
|
|
sha256 = "0b92141hilij015av6i5ziw9xfx4py3lbjy17yc35z5ih01sbv0b";
|
|
authors = [
|
|
"Carl Lerche <me@carllerche.com>"
|
|
"Sean McArthur <sean@seanmonstar.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bytes";
|
|
packageId = "bytes";
|
|
}
|
|
{
|
|
name = "fnv";
|
|
packageId = "fnv";
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-sink";
|
|
packageId = "futures-sink";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "http";
|
|
packageId = "http 0.2.12";
|
|
}
|
|
{
|
|
name = "indexmap";
|
|
packageId = "indexmap";
|
|
features = [ "std" ];
|
|
}
|
|
{
|
|
name = "slab";
|
|
packageId = "slab";
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
features = [ "io-util" ];
|
|
}
|
|
{
|
|
name = "tokio-util";
|
|
packageId = "tokio-util";
|
|
features = [ "codec" "io" ];
|
|
}
|
|
{
|
|
name = "tracing";
|
|
packageId = "tracing";
|
|
usesDefaultFeatures = false;
|
|
features = [ "std" ];
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
features = [ "rt-multi-thread" "macros" "sync" "net" ];
|
|
}
|
|
];
|
|
features = {
|
|
};
|
|
};
|
|
"half" = rec {
|
|
crateName = "half";
|
|
version = "2.7.1";
|
|
edition = "2021";
|
|
sha256 = "0jyq42xfa6sghc397mx84av7fayd4xfxr4jahsqv90lmjr5xi8kf";
|
|
authors = [
|
|
"Kathryn Long <squeeself@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "cfg-if";
|
|
packageId = "cfg-if";
|
|
}
|
|
{
|
|
name = "crunchy";
|
|
packageId = "crunchy";
|
|
target = { target, features }: ("spirv" == target."arch" or null);
|
|
}
|
|
{
|
|
name = "zerocopy";
|
|
packageId = "zerocopy";
|
|
usesDefaultFeatures = false;
|
|
features = [ "derive" "simd" ];
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "crunchy";
|
|
packageId = "crunchy";
|
|
}
|
|
];
|
|
features = {
|
|
"arbitrary" = [ "dep:arbitrary" ];
|
|
"bytemuck" = [ "dep:bytemuck" ];
|
|
"default" = [ "std" ];
|
|
"num-traits" = [ "dep:num-traits" ];
|
|
"rand_distr" = [ "dep:rand" "dep:rand_distr" ];
|
|
"rkyv" = [ "dep:rkyv" ];
|
|
"serde" = [ "dep:serde" ];
|
|
"std" = [ "alloc" ];
|
|
};
|
|
};
|
|
"hashbrown" = rec {
|
|
crateName = "hashbrown";
|
|
version = "0.16.1";
|
|
edition = "2021";
|
|
sha256 = "004i3njw38ji3bzdp9z178ba9x3k0c1pgy8x69pj7yfppv4iq7c4";
|
|
authors = [
|
|
"Amanieu d'Antras <amanieu@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "foldhash";
|
|
packageId = "foldhash";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"alloc" = [ "dep:alloc" ];
|
|
"allocator-api2" = [ "dep:allocator-api2" ];
|
|
"core" = [ "dep:core" ];
|
|
"default" = [ "default-hasher" "inline-more" "allocator-api2" "equivalent" "raw-entry" ];
|
|
"default-hasher" = [ "dep:foldhash" ];
|
|
"equivalent" = [ "dep:equivalent" ];
|
|
"nightly" = [ "foldhash?/nightly" "bumpalo/allocator_api" ];
|
|
"rayon" = [ "dep:rayon" ];
|
|
"rustc-dep-of-std" = [ "nightly" "core" "alloc" "rustc-internal-api" ];
|
|
"serde" = [ "dep:serde_core" "dep:serde" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default-hasher" ];
|
|
};
|
|
"hashlink" = rec {
|
|
crateName = "hashlink";
|
|
version = "0.11.0";
|
|
edition = "2018";
|
|
sha256 = "0c6jpsyb9f3j5yrlbw8rnr5kpkar08z02b1h3b5sf14w39b242za";
|
|
dependencies = [
|
|
{
|
|
name = "hashbrown";
|
|
packageId = "hashbrown";
|
|
usesDefaultFeatures = false;
|
|
features = [ "default-hasher" ];
|
|
}
|
|
];
|
|
features = {
|
|
"serde" = [ "dep:serde" ];
|
|
"serde_impl" = [ "serde" ];
|
|
};
|
|
};
|
|
"heck 0.4.1" = rec {
|
|
crateName = "heck";
|
|
version = "0.4.1";
|
|
edition = "2018";
|
|
sha256 = "1a7mqsnycv5z4z5vnv1k34548jzmc0ajic7c1j8jsaspnhw5ql4m";
|
|
authors = [
|
|
"Without Boats <woboats@gmail.com>"
|
|
];
|
|
features = {
|
|
"unicode" = [ "unicode-segmentation" ];
|
|
"unicode-segmentation" = [ "dep:unicode-segmentation" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"heck 0.5.0" = rec {
|
|
crateName = "heck";
|
|
version = "0.5.0";
|
|
edition = "2021";
|
|
sha256 = "1sjmpsdl8czyh9ywl3qcsfsq9a307dg4ni2vnlwgnzzqhc4y0113";
|
|
|
|
};
|
|
"hermit-abi" = rec {
|
|
crateName = "hermit-abi";
|
|
version = "0.5.2";
|
|
edition = "2021";
|
|
sha256 = "1744vaqkczpwncfy960j2hxrbjl1q01csm84jpd9dajbdr2yy3zw";
|
|
libName = "hermit_abi";
|
|
authors = [
|
|
"Stefan Lankes"
|
|
];
|
|
features = {
|
|
"alloc" = [ "dep:alloc" ];
|
|
"core" = [ "dep:core" ];
|
|
"rustc-dep-of-std" = [ "core" "alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"http 0.2.12" = rec {
|
|
crateName = "http";
|
|
version = "0.2.12";
|
|
edition = "2018";
|
|
sha256 = "1w81s4bcbmcj9bjp7mllm8jlz6b31wzvirz8bgpzbqkpwmbvn730";
|
|
authors = [
|
|
"Alex Crichton <alex@alexcrichton.com>"
|
|
"Carl Lerche <me@carllerche.com>"
|
|
"Sean McArthur <sean@seanmonstar.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bytes";
|
|
packageId = "bytes";
|
|
}
|
|
{
|
|
name = "fnv";
|
|
packageId = "fnv";
|
|
}
|
|
{
|
|
name = "itoa";
|
|
packageId = "itoa";
|
|
}
|
|
];
|
|
|
|
};
|
|
"http 1.4.0" = rec {
|
|
crateName = "http";
|
|
version = "1.4.0";
|
|
edition = "2021";
|
|
sha256 = "06iind4cwsj1d6q8c2xgq8i2wka4ps74kmws24gsi1bzdlw2mfp3";
|
|
authors = [
|
|
"Alex Crichton <alex@alexcrichton.com>"
|
|
"Carl Lerche <me@carllerche.com>"
|
|
"Sean McArthur <sean@seanmonstar.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bytes";
|
|
packageId = "bytes";
|
|
}
|
|
{
|
|
name = "itoa";
|
|
packageId = "itoa";
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"http-body 0.4.6" = rec {
|
|
crateName = "http-body";
|
|
version = "0.4.6";
|
|
edition = "2018";
|
|
sha256 = "1lmyjfk6bqk6k9gkn1dxq770sb78pqbqshga241hr5p995bb5skw";
|
|
libName = "http_body";
|
|
authors = [
|
|
"Carl Lerche <me@carllerche.com>"
|
|
"Lucio Franco <luciofranco14@gmail.com>"
|
|
"Sean McArthur <sean@seanmonstar.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bytes";
|
|
packageId = "bytes";
|
|
}
|
|
{
|
|
name = "http";
|
|
packageId = "http 0.2.12";
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
}
|
|
];
|
|
|
|
};
|
|
"http-body 1.0.1" = rec {
|
|
crateName = "http-body";
|
|
version = "1.0.1";
|
|
edition = "2018";
|
|
sha256 = "111ir5k2b9ihz5nr9cz7cwm7fnydca7dx4hc7vr16scfzghxrzhy";
|
|
libName = "http_body";
|
|
authors = [
|
|
"Carl Lerche <me@carllerche.com>"
|
|
"Lucio Franco <luciofranco14@gmail.com>"
|
|
"Sean McArthur <sean@seanmonstar.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bytes";
|
|
packageId = "bytes";
|
|
}
|
|
{
|
|
name = "http";
|
|
packageId = "http 1.4.0";
|
|
}
|
|
];
|
|
|
|
};
|
|
"http-body-util" = rec {
|
|
crateName = "http-body-util";
|
|
version = "0.1.3";
|
|
edition = "2018";
|
|
sha256 = "0jm6jv4gxsnlsi1kzdyffjrj8cfr3zninnxpw73mvkxy4qzdj8dh";
|
|
libName = "http_body_util";
|
|
authors = [
|
|
"Carl Lerche <me@carllerche.com>"
|
|
"Lucio Franco <luciofranco14@gmail.com>"
|
|
"Sean McArthur <sean@seanmonstar.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bytes";
|
|
packageId = "bytes";
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "http";
|
|
packageId = "http 1.4.0";
|
|
}
|
|
{
|
|
name = "http-body";
|
|
packageId = "http-body 1.0.1";
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
}
|
|
];
|
|
features = {
|
|
"channel" = [ "dep:tokio" ];
|
|
"full" = [ "channel" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"httparse" = rec {
|
|
crateName = "httparse";
|
|
version = "1.10.1";
|
|
edition = "2018";
|
|
sha256 = "11ycd554bw2dkgw0q61xsa7a4jn1wb1xbfacmf3dbwsikvkkvgvd";
|
|
authors = [
|
|
"Sean McArthur <sean@seanmonstar.com>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"httpdate" = rec {
|
|
crateName = "httpdate";
|
|
version = "1.0.3";
|
|
edition = "2021";
|
|
sha256 = "1aa9rd2sac0zhjqh24c9xvir96g188zldkx0hr6dnnlx5904cfyz";
|
|
authors = [
|
|
"Pyfisch <pyfisch@posteo.org>"
|
|
];
|
|
|
|
};
|
|
"hyper 0.14.32" = rec {
|
|
crateName = "hyper";
|
|
version = "0.14.32";
|
|
edition = "2018";
|
|
sha256 = "1rvcb0smz8q1i0y6p7rwxr02x5sclfg2hhxf3g0774zczn0cgps1";
|
|
authors = [
|
|
"Sean McArthur <sean@seanmonstar.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bytes";
|
|
packageId = "bytes";
|
|
}
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "h2";
|
|
packageId = "h2";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "http";
|
|
packageId = "http 0.2.12";
|
|
}
|
|
{
|
|
name = "http-body";
|
|
packageId = "http-body 0.4.6";
|
|
}
|
|
{
|
|
name = "httparse";
|
|
packageId = "httparse";
|
|
}
|
|
{
|
|
name = "httpdate";
|
|
packageId = "httpdate";
|
|
}
|
|
{
|
|
name = "itoa";
|
|
packageId = "itoa";
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
}
|
|
{
|
|
name = "socket2";
|
|
packageId = "socket2 0.5.10";
|
|
optional = true;
|
|
features = [ "all" ];
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
features = [ "sync" ];
|
|
}
|
|
{
|
|
name = "tower-service";
|
|
packageId = "tower-service";
|
|
}
|
|
{
|
|
name = "tracing";
|
|
packageId = "tracing";
|
|
usesDefaultFeatures = false;
|
|
features = [ "std" ];
|
|
}
|
|
{
|
|
name = "want";
|
|
packageId = "want";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
usesDefaultFeatures = false;
|
|
features = [ "alloc" ];
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
features = [ "fs" "macros" "io-std" "io-util" "rt" "rt-multi-thread" "sync" "time" "test-util" ];
|
|
}
|
|
];
|
|
features = {
|
|
"ffi" = [ "libc" ];
|
|
"full" = [ "client" "http1" "http2" "server" "stream" "runtime" ];
|
|
"h2" = [ "dep:h2" ];
|
|
"http2" = [ "h2" ];
|
|
"libc" = [ "dep:libc" ];
|
|
"runtime" = [ "tcp" "tokio/rt" "tokio/time" ];
|
|
"socket2" = [ "dep:socket2" ];
|
|
"tcp" = [ "socket2" "tokio/net" "tokio/rt" "tokio/time" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "client" "h2" "http1" "http2" "runtime" "socket2" "tcp" ];
|
|
};
|
|
"hyper 1.8.1" = rec {
|
|
crateName = "hyper";
|
|
version = "1.8.1";
|
|
edition = "2021";
|
|
sha256 = "04cxr8j5y86bhxxlyqb8xkxjskpajk7cxwfzzk4v3my3a3rd9cia";
|
|
authors = [
|
|
"Sean McArthur <sean@seanmonstar.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "atomic-waker";
|
|
packageId = "atomic-waker";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "bytes";
|
|
packageId = "bytes";
|
|
}
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "http";
|
|
packageId = "http 1.4.0";
|
|
}
|
|
{
|
|
name = "http-body";
|
|
packageId = "http-body 1.0.1";
|
|
}
|
|
{
|
|
name = "httparse";
|
|
packageId = "httparse";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "httpdate";
|
|
packageId = "httpdate";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "itoa";
|
|
packageId = "itoa";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "pin-utils";
|
|
packageId = "pin-utils";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "smallvec";
|
|
packageId = "smallvec";
|
|
optional = true;
|
|
features = [ "const_generics" "const_new" ];
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
features = [ "sync" ];
|
|
}
|
|
{
|
|
name = "want";
|
|
packageId = "want";
|
|
optional = true;
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
features = [ "sink" ];
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
features = [ "fs" "macros" "net" "io-std" "io-util" "rt" "rt-multi-thread" "sync" "time" "test-util" ];
|
|
}
|
|
];
|
|
features = {
|
|
"client" = [ "dep:want" "dep:pin-project-lite" "dep:smallvec" ];
|
|
"ffi" = [ "dep:http-body-util" "dep:futures-util" ];
|
|
"full" = [ "client" "http1" "http2" "server" ];
|
|
"http1" = [ "dep:atomic-waker" "dep:futures-channel" "dep:futures-core" "dep:httparse" "dep:itoa" "dep:pin-utils" ];
|
|
"http2" = [ "dep:futures-channel" "dep:futures-core" "dep:h2" ];
|
|
"server" = [ "dep:httpdate" "dep:pin-project-lite" "dep:smallvec" ];
|
|
"tracing" = [ "dep:tracing" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "client" "default" "http1" "server" ];
|
|
};
|
|
"hyper-tls" = rec {
|
|
crateName = "hyper-tls";
|
|
version = "0.5.0";
|
|
edition = "2018";
|
|
sha256 = "01crgy13102iagakf6q4mb75dprzr7ps1gj0l5hxm1cvm7gks66n";
|
|
libName = "hyper_tls";
|
|
authors = [
|
|
"Sean McArthur <sean@seanmonstar.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bytes";
|
|
packageId = "bytes";
|
|
}
|
|
{
|
|
name = "hyper";
|
|
packageId = "hyper 0.14.32";
|
|
usesDefaultFeatures = false;
|
|
features = [ "tcp" "client" ];
|
|
}
|
|
{
|
|
name = "native-tls";
|
|
packageId = "native-tls";
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
}
|
|
{
|
|
name = "tokio-native-tls";
|
|
packageId = "tokio-native-tls";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "hyper";
|
|
packageId = "hyper 0.14.32";
|
|
usesDefaultFeatures = false;
|
|
features = [ "http1" ];
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
features = [ "io-std" "macros" "io-util" ];
|
|
}
|
|
];
|
|
features = {
|
|
"vendored" = [ "native-tls/vendored" ];
|
|
};
|
|
};
|
|
"hyper-util" = rec {
|
|
crateName = "hyper-util";
|
|
version = "0.1.19";
|
|
edition = "2021";
|
|
sha256 = "0pyzc8378baf996l5ycl4y0s3skhxc4z4vkah9mvff3r1vb0ay3j";
|
|
libName = "hyper_util";
|
|
authors = [
|
|
"Sean McArthur <sean@seanmonstar.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bytes";
|
|
packageId = "bytes";
|
|
}
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
}
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "http";
|
|
packageId = "http 1.4.0";
|
|
}
|
|
{
|
|
name = "http-body";
|
|
packageId = "http-body 1.0.1";
|
|
}
|
|
{
|
|
name = "hyper";
|
|
packageId = "hyper 1.8.1";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
}
|
|
{
|
|
name = "socket2";
|
|
packageId = "socket2 0.6.2";
|
|
optional = true;
|
|
features = [ "all" ];
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "tower-service";
|
|
packageId = "tower-service";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "tracing";
|
|
packageId = "tracing";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
features = [ "std" ];
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "bytes";
|
|
packageId = "bytes";
|
|
}
|
|
{
|
|
name = "futures-util";
|
|
packageId = "futures-util";
|
|
usesDefaultFeatures = false;
|
|
features = [ "alloc" ];
|
|
}
|
|
{
|
|
name = "hyper";
|
|
packageId = "hyper 1.8.1";
|
|
features = [ "full" ];
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
features = [ "macros" "test-util" "signal" ];
|
|
}
|
|
];
|
|
features = {
|
|
"client" = [ "hyper/client" "tokio/net" "dep:tracing" "dep:futures-channel" "dep:tower-service" ];
|
|
"client-legacy" = [ "client" "dep:socket2" "tokio/sync" "dep:libc" "dep:futures-util" ];
|
|
"client-pool" = [ "client" "dep:futures-util" "dep:tower-layer" ];
|
|
"client-proxy" = [ "client" "dep:base64" "dep:ipnet" "dep:percent-encoding" ];
|
|
"client-proxy-system" = [ "dep:system-configuration" "dep:windows-registry" ];
|
|
"full" = [ "client" "client-legacy" "client-pool" "client-proxy" "client-proxy-system" "server" "server-auto" "server-graceful" "service" "http1" "http2" "tokio" "tracing" ];
|
|
"http1" = [ "hyper/http1" ];
|
|
"http2" = [ "hyper/http2" ];
|
|
"server" = [ "hyper/server" ];
|
|
"server-auto" = [ "server" "http1" "http2" ];
|
|
"server-graceful" = [ "server" "tokio/sync" ];
|
|
"service" = [ "dep:tower-service" ];
|
|
"tokio" = [ "dep:tokio" "tokio/rt" "tokio/time" ];
|
|
"tracing" = [ "dep:tracing" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "client" "client-legacy" "default" "http1" "server" "service" "tokio" ];
|
|
};
|
|
"iana-time-zone" = rec {
|
|
crateName = "iana-time-zone";
|
|
version = "0.1.64";
|
|
edition = "2021";
|
|
sha256 = "1yz980fmhaq9bdkasz35z63az37ci6kzzfhya83kgdqba61pzr9k";
|
|
libName = "iana_time_zone";
|
|
authors = [
|
|
"Andrew Straw <strawman@astraw.com>"
|
|
"René Kijewski <rene.kijewski@fu-berlin.de>"
|
|
"Ryan Lopopolo <rjl@hyperbo.la>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "android_system_properties";
|
|
packageId = "android_system_properties";
|
|
target = { target, features }: ("android" == target."os" or null);
|
|
}
|
|
{
|
|
name = "core-foundation-sys";
|
|
packageId = "core-foundation-sys";
|
|
target = { target, features }: ("apple" == target."vendor" or null);
|
|
}
|
|
{
|
|
name = "iana-time-zone-haiku";
|
|
packageId = "iana-time-zone-haiku";
|
|
target = { target, features }: ("haiku" == target."os" or null);
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
target = { target, features }: (("wasm32" == target."arch" or null) && ("unknown" == target."os" or null));
|
|
}
|
|
{
|
|
name = "log";
|
|
packageId = "log";
|
|
target = { target, features }: (("wasm32" == target."arch" or null) && ("unknown" == target."os" or null));
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
target = { target, features }: (("wasm32" == target."arch" or null) && ("unknown" == target."os" or null));
|
|
}
|
|
{
|
|
name = "windows-core";
|
|
packageId = "windows-core";
|
|
target = { target, features }: ("windows" == target."os" or null);
|
|
}
|
|
];
|
|
features = {
|
|
};
|
|
resolvedDefaultFeatures = [ "fallback" ];
|
|
};
|
|
"iana-time-zone-haiku" = rec {
|
|
crateName = "iana-time-zone-haiku";
|
|
version = "0.1.2";
|
|
edition = "2018";
|
|
sha256 = "17r6jmj31chn7xs9698r122mapq85mfnv98bb4pg6spm0si2f67k";
|
|
libName = "iana_time_zone_haiku";
|
|
authors = [
|
|
"René Kijewski <crates.io@k6i.de>"
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "cc";
|
|
packageId = "cc";
|
|
}
|
|
];
|
|
|
|
};
|
|
"icu_collections" = rec {
|
|
crateName = "icu_collections";
|
|
version = "2.1.1";
|
|
edition = "2021";
|
|
sha256 = "0hsblchsdl64q21qwrs4hvc2672jrf466zivbj1bwyv606bn8ssc";
|
|
authors = [
|
|
"The ICU4X Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "displaydoc";
|
|
packageId = "displaydoc";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "potential_utf";
|
|
packageId = "potential_utf";
|
|
usesDefaultFeatures = false;
|
|
features = [ "zerovec" ];
|
|
}
|
|
{
|
|
name = "yoke";
|
|
packageId = "yoke";
|
|
usesDefaultFeatures = false;
|
|
features = [ "derive" ];
|
|
}
|
|
{
|
|
name = "zerofrom";
|
|
packageId = "zerofrom";
|
|
usesDefaultFeatures = false;
|
|
features = [ "derive" ];
|
|
}
|
|
{
|
|
name = "zerovec";
|
|
packageId = "zerovec";
|
|
usesDefaultFeatures = false;
|
|
features = [ "derive" "yoke" ];
|
|
}
|
|
];
|
|
features = {
|
|
"alloc" = [ "serde?/alloc" "zerovec/alloc" ];
|
|
"databake" = [ "dep:databake" "zerovec/databake" ];
|
|
"serde" = [ "dep:serde" "zerovec/serde" "potential_utf/serde" "alloc" ];
|
|
};
|
|
};
|
|
"icu_locale_core" = rec {
|
|
crateName = "icu_locale_core";
|
|
version = "2.1.1";
|
|
edition = "2021";
|
|
sha256 = "1djvdc2f5ylmp1ymzv4gcnmq1s4hqfim9nxlcm173lsd01hpifpd";
|
|
authors = [
|
|
"The ICU4X Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "displaydoc";
|
|
packageId = "displaydoc";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "litemap";
|
|
packageId = "litemap 0.8.1";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "tinystr";
|
|
packageId = "tinystr 0.8.2";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "writeable";
|
|
packageId = "writeable 0.6.2";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "zerovec";
|
|
packageId = "zerovec";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"alloc" = [ "litemap/alloc" "tinystr/alloc" "writeable/alloc" "serde?/alloc" ];
|
|
"databake" = [ "dep:databake" "alloc" ];
|
|
"serde" = [ "dep:serde" "tinystr/serde" ];
|
|
"zerovec" = [ "dep:zerovec" "tinystr/zerovec" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "zerovec" ];
|
|
};
|
|
"icu_locid" = rec {
|
|
crateName = "icu_locid";
|
|
version = "1.5.0";
|
|
edition = "2021";
|
|
sha256 = "0dznvd1c5b02iilqm044q4hvar0sqibq1z46prqwjzwif61vpb0k";
|
|
authors = [
|
|
"The ICU4X Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "displaydoc";
|
|
packageId = "displaydoc";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "litemap";
|
|
packageId = "litemap 0.7.5";
|
|
usesDefaultFeatures = false;
|
|
features = [ "alloc" ];
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
features = [ "alloc" "derive" ];
|
|
}
|
|
{
|
|
name = "tinystr";
|
|
packageId = "tinystr 0.7.6";
|
|
usesDefaultFeatures = false;
|
|
features = [ "alloc" ];
|
|
}
|
|
{
|
|
name = "writeable";
|
|
packageId = "writeable 0.5.5";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
usesDefaultFeatures = false;
|
|
features = [ "derive" ];
|
|
}
|
|
];
|
|
features = {
|
|
"bench" = [ "serde" ];
|
|
"databake" = [ "dep:databake" ];
|
|
"serde" = [ "dep:serde" "tinystr/serde" ];
|
|
"zerovec" = [ "dep:zerovec" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "serde" ];
|
|
};
|
|
"icu_normalizer" = rec {
|
|
crateName = "icu_normalizer";
|
|
version = "2.1.1";
|
|
edition = "2021";
|
|
sha256 = "16dmn5596la2qm0r3vih0bzjfi0vx9a20yqjha6r1y3vnql8hv2z";
|
|
authors = [
|
|
"The ICU4X Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "icu_collections";
|
|
packageId = "icu_collections";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "icu_normalizer_data";
|
|
packageId = "icu_normalizer_data";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "icu_properties";
|
|
packageId = "icu_properties";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "icu_provider";
|
|
packageId = "icu_provider";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "smallvec";
|
|
packageId = "smallvec";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "zerovec";
|
|
packageId = "zerovec";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"compiled_data" = [ "dep:icu_normalizer_data" "icu_properties?/compiled_data" "icu_provider/baked" ];
|
|
"datagen" = [ "serde" "dep:databake" "icu_properties" "icu_collections/databake" "zerovec/databake" "icu_properties?/datagen" "icu_provider/export" ];
|
|
"default" = [ "compiled_data" "utf8_iter" "utf16_iter" ];
|
|
"icu_properties" = [ "dep:icu_properties" ];
|
|
"serde" = [ "dep:serde" "icu_collections/serde" "zerovec/serde" "icu_properties?/serde" "icu_provider/serde" ];
|
|
"utf16_iter" = [ "dep:utf16_iter" "dep:write16" ];
|
|
"utf8_iter" = [ "dep:utf8_iter" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "compiled_data" ];
|
|
};
|
|
"icu_normalizer_data" = rec {
|
|
crateName = "icu_normalizer_data";
|
|
version = "2.1.1";
|
|
edition = "2021";
|
|
sha256 = "02jnzizg6q75m41l6c13xc7nkc5q8yr1b728dcgfhpzw076wrvbs";
|
|
authors = [
|
|
"The ICU4X Project Developers"
|
|
];
|
|
|
|
};
|
|
"icu_properties" = rec {
|
|
crateName = "icu_properties";
|
|
version = "2.1.2";
|
|
edition = "2021";
|
|
sha256 = "1v3lbmhhi7i6jgw51ikjb1p50qh5rb67grlkdnkc63l7zq1gq2q2";
|
|
authors = [
|
|
"The ICU4X Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "icu_collections";
|
|
packageId = "icu_collections";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "icu_locale_core";
|
|
packageId = "icu_locale_core";
|
|
usesDefaultFeatures = false;
|
|
features = [ "zerovec" ];
|
|
}
|
|
{
|
|
name = "icu_properties_data";
|
|
packageId = "icu_properties_data";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "icu_provider";
|
|
packageId = "icu_provider";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "zerotrie";
|
|
packageId = "zerotrie";
|
|
usesDefaultFeatures = false;
|
|
features = [ "yoke" "zerofrom" ];
|
|
}
|
|
{
|
|
name = "zerovec";
|
|
packageId = "zerovec";
|
|
usesDefaultFeatures = false;
|
|
features = [ "derive" "yoke" ];
|
|
}
|
|
];
|
|
features = {
|
|
"alloc" = [ "zerovec/alloc" "icu_collections/alloc" "serde?/alloc" ];
|
|
"compiled_data" = [ "dep:icu_properties_data" "icu_provider/baked" ];
|
|
"datagen" = [ "serde" "dep:databake" "zerovec/databake" "icu_collections/databake" "icu_locale_core/databake" "zerotrie/databake" "icu_provider/export" ];
|
|
"default" = [ "compiled_data" ];
|
|
"serde" = [ "dep:serde" "icu_locale_core/serde" "zerovec/serde" "icu_collections/serde" "icu_provider/serde" "zerotrie/serde" ];
|
|
"unicode_bidi" = [ "dep:unicode-bidi" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "compiled_data" ];
|
|
};
|
|
"icu_properties_data" = rec {
|
|
crateName = "icu_properties_data";
|
|
version = "2.1.2";
|
|
edition = "2021";
|
|
sha256 = "1bvpkh939rgzrjfdb7hz47v4wijngk0snmcgrnpwc9fpz162jv31";
|
|
authors = [
|
|
"The ICU4X Project Developers"
|
|
];
|
|
|
|
};
|
|
"icu_provider" = rec {
|
|
crateName = "icu_provider";
|
|
version = "2.1.1";
|
|
edition = "2021";
|
|
sha256 = "0576b7dizgyhpfa74kacv86y4g1p7v5ffd6c56kf1q82rvq2r5l5";
|
|
authors = [
|
|
"The ICU4X Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "displaydoc";
|
|
packageId = "displaydoc";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "icu_locale_core";
|
|
packageId = "icu_locale_core";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "writeable";
|
|
packageId = "writeable 0.6.2";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "yoke";
|
|
packageId = "yoke";
|
|
usesDefaultFeatures = false;
|
|
features = [ "derive" ];
|
|
}
|
|
{
|
|
name = "zerofrom";
|
|
packageId = "zerofrom";
|
|
usesDefaultFeatures = false;
|
|
features = [ "derive" ];
|
|
}
|
|
{
|
|
name = "zerotrie";
|
|
packageId = "zerotrie";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "zerovec";
|
|
packageId = "zerovec";
|
|
usesDefaultFeatures = false;
|
|
features = [ "derive" ];
|
|
}
|
|
];
|
|
features = {
|
|
"alloc" = [ "icu_locale_core/alloc" "serde?/alloc" "yoke/alloc" "zerofrom/alloc" "zerovec/alloc" "zerotrie?/alloc" "dep:stable_deref_trait" "dep:writeable" ];
|
|
"baked" = [ "dep:zerotrie" "dep:writeable" ];
|
|
"deserialize_bincode_1" = [ "serde" "dep:bincode" "std" ];
|
|
"deserialize_json" = [ "serde" "dep:serde_json" ];
|
|
"deserialize_postcard_1" = [ "serde" "dep:postcard" ];
|
|
"export" = [ "serde" "dep:erased-serde" "dep:databake" "std" "sync" "dep:postcard" "zerovec/databake" ];
|
|
"logging" = [ "dep:log" ];
|
|
"serde" = [ "dep:serde" "yoke/serde" ];
|
|
"std" = [ "alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "baked" ];
|
|
};
|
|
"idna" = rec {
|
|
crateName = "idna";
|
|
version = "1.1.0";
|
|
edition = "2018";
|
|
sha256 = "1pp4n7hppm480zcx411dsv9wfibai00wbpgnjj4qj0xa7kr7a21v";
|
|
authors = [
|
|
"The rust-url developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "idna_adapter";
|
|
packageId = "idna_adapter";
|
|
}
|
|
{
|
|
name = "smallvec";
|
|
packageId = "smallvec";
|
|
features = [ "const_generics" ];
|
|
}
|
|
{
|
|
name = "utf8_iter";
|
|
packageId = "utf8_iter";
|
|
}
|
|
];
|
|
features = {
|
|
"compiled_data" = [ "idna_adapter/compiled_data" ];
|
|
"default" = [ "std" "compiled_data" ];
|
|
"std" = [ "alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "compiled_data" "std" ];
|
|
};
|
|
"idna_adapter" = rec {
|
|
crateName = "idna_adapter";
|
|
version = "1.2.1";
|
|
edition = "2021";
|
|
sha256 = "0i0339pxig6mv786nkqcxnwqa87v4m94b2653f6k3aj0jmhfkjis";
|
|
authors = [
|
|
"The rust-url developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "icu_normalizer";
|
|
packageId = "icu_normalizer";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "icu_properties";
|
|
packageId = "icu_properties";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"compiled_data" = [ "icu_normalizer/compiled_data" "icu_properties/compiled_data" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "compiled_data" ];
|
|
};
|
|
"implicit-clone" = rec {
|
|
crateName = "implicit-clone";
|
|
version = "0.4.9";
|
|
edition = "2021";
|
|
sha256 = "113agd9bqk7c0s2rqgarzkfp3wgbzl3q59mp6sv72nkv3iwsmagq";
|
|
libName = "implicit_clone";
|
|
authors = [
|
|
"Cecile Tonglet <cecile.tonglet@cecton.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "implicit-clone-derive";
|
|
packageId = "implicit-clone-derive";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "indexmap";
|
|
packageId = "indexmap";
|
|
optional = true;
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "derive" ];
|
|
"derive" = [ "implicit-clone-derive" ];
|
|
"implicit-clone-derive" = [ "dep:implicit-clone-derive" ];
|
|
"indexmap" = [ "dep:indexmap" ];
|
|
"map" = [ "indexmap" ];
|
|
"serde" = [ "dep:serde" "indexmap/serde" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "derive" "implicit-clone-derive" "indexmap" "map" ];
|
|
};
|
|
"implicit-clone-derive" = rec {
|
|
crateName = "implicit-clone-derive";
|
|
version = "0.1.2";
|
|
edition = "2021";
|
|
sha256 = "088sppimdyl55gnzgqfb7ff9ikkifdj7y70ybjxd0qsy6dnip739";
|
|
procMacro = true;
|
|
libName = "implicit_clone_derive";
|
|
authors = [
|
|
"Cecile Tonglet <cecile.tonglet@cecton.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "quote";
|
|
packageId = "quote";
|
|
}
|
|
{
|
|
name = "syn";
|
|
packageId = "syn 2.0.114";
|
|
features = [ "full" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"indent_write" = rec {
|
|
crateName = "indent_write";
|
|
version = "2.2.0";
|
|
edition = "2018";
|
|
sha256 = "1hqjp80argdskrhd66g9sh542yxy8qi77j6rc69qd0l7l52rdzhc";
|
|
authors = [
|
|
"Nathan West <Lucretiel@gmail.com>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
};
|
|
};
|
|
"indexmap" = rec {
|
|
crateName = "indexmap";
|
|
version = "2.13.0";
|
|
edition = "2021";
|
|
sha256 = "05qh5c4h2hrnyypphxpwflk45syqbzvqsvvyxg43mp576w2ff53p";
|
|
dependencies = [
|
|
{
|
|
name = "equivalent";
|
|
packageId = "equivalent";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "hashbrown";
|
|
packageId = "hashbrown";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"arbitrary" = [ "dep:arbitrary" ];
|
|
"borsh" = [ "dep:borsh" ];
|
|
"default" = [ "std" ];
|
|
"quickcheck" = [ "dep:quickcheck" ];
|
|
"rayon" = [ "dep:rayon" ];
|
|
"serde" = [ "dep:serde_core" "dep:serde" ];
|
|
"sval" = [ "dep:sval" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"instant" = rec {
|
|
crateName = "instant";
|
|
version = "0.1.13";
|
|
edition = "2018";
|
|
sha256 = "08h27kzvb5jw74mh0ajv0nv9ggwvgqm8ynjsn2sa9jsks4cjh970";
|
|
authors = [
|
|
"sebcrozet <developer@crozet.re>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "cfg-if";
|
|
packageId = "cfg-if";
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
optional = true;
|
|
target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "asmjs-unknown-emscripten");
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
optional = true;
|
|
target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "wasm32-unknown-emscripten");
|
|
}
|
|
{
|
|
name = "js-sys";
|
|
packageId = "js-sys";
|
|
optional = true;
|
|
target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "wasm32-unknown-unknown");
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
rename = "wasm-bindgen_rs";
|
|
optional = true;
|
|
target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "asmjs-unknown-emscripten");
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
rename = "wasm-bindgen_rs";
|
|
optional = true;
|
|
target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "wasm32-unknown-emscripten");
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
rename = "wasm-bindgen_rs";
|
|
optional = true;
|
|
target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "wasm32-unknown-unknown");
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
optional = true;
|
|
target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "asmjs-unknown-emscripten");
|
|
features = [ "Window" "Performance" "PerformanceTiming" ];
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
optional = true;
|
|
target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "wasm32-unknown-emscripten");
|
|
features = [ "Window" "Performance" "PerformanceTiming" ];
|
|
}
|
|
{
|
|
name = "web-sys";
|
|
packageId = "web-sys";
|
|
optional = true;
|
|
target = { target, features }: (stdenv.hostPlatform.rust.rustcTarget == "wasm32-unknown-unknown");
|
|
features = [ "Window" "Performance" "PerformanceTiming" ];
|
|
}
|
|
];
|
|
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" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "js-sys" "wasm-bindgen" "wasm-bindgen_rs" "web-sys" ];
|
|
};
|
|
"intl-memoizer" = rec {
|
|
crateName = "intl-memoizer";
|
|
version = "0.5.3";
|
|
edition = "2021";
|
|
sha256 = "0gqn5wwhzacvj0z25r5r3l2pajg9c8i1ivh7g8g8dszm8pis439i";
|
|
libName = "intl_memoizer";
|
|
authors = [
|
|
"Caleb Maclennan <caleb@alerque.com>"
|
|
"Bruce Mitchener <bruce.mitchener@gmail.com"
|
|
"Zibi Braniecki <zibi@unicode.org>"
|
|
"Staś Małolepszy <stas@mozilla.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "type-map";
|
|
packageId = "type-map";
|
|
}
|
|
{
|
|
name = "unic-langid";
|
|
packageId = "unic-langid";
|
|
}
|
|
];
|
|
|
|
};
|
|
"intl_pluralrules" = rec {
|
|
crateName = "intl_pluralrules";
|
|
version = "7.0.2";
|
|
edition = "2018";
|
|
sha256 = "0wprd3h6h8nfj62d8xk71h178q7zfn3srxm787w4sawsqavsg3h7";
|
|
authors = [
|
|
"Kekoa Riggin <kekoariggin@gmail.com>"
|
|
"Zibi Braniecki <zbraniecki@mozilla.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "unic-langid";
|
|
packageId = "unic-langid";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "unic-langid";
|
|
packageId = "unic-langid";
|
|
features = [ "macros" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"ipnet" = rec {
|
|
crateName = "ipnet";
|
|
version = "2.11.0";
|
|
edition = "2018";
|
|
sha256 = "0c5i9sfi2asai28m8xp48k5gvwkqrg5ffpi767py6mzsrswv17s6";
|
|
authors = [
|
|
"Kris Price <kris@krisprice.nz>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"heapless" = [ "dep:heapless" ];
|
|
"json" = [ "serde" "schemars" ];
|
|
"schemars" = [ "dep:schemars" ];
|
|
"ser_as_str" = [ "heapless" ];
|
|
"serde" = [ "dep:serde" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"is_terminal_polyfill" = rec {
|
|
crateName = "is_terminal_polyfill";
|
|
version = "1.70.2";
|
|
edition = "2021";
|
|
sha256 = "15anlc47sbz0jfs9q8fhwf0h3vs2w4imc030shdnq54sny5i7jx6";
|
|
features = {
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"itertools" = rec {
|
|
crateName = "itertools";
|
|
version = "0.11.0";
|
|
edition = "2018";
|
|
sha256 = "0mzyqcc59azx9g5cg6fs8k529gvh4463smmka6jvzs3cd2jp7hdi";
|
|
authors = [
|
|
"bluss"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "either";
|
|
packageId = "either";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "use_std" ];
|
|
"use_std" = [ "use_alloc" "either/use_std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "use_alloc" "use_std" ];
|
|
};
|
|
"itoa" = rec {
|
|
crateName = "itoa";
|
|
version = "1.0.17";
|
|
edition = "2021";
|
|
sha256 = "1lh93xydrdn1g9x547bd05g0d3hra7pd1k4jfd2z1pl1h5hwdv4j";
|
|
authors = [
|
|
"David Tolnay <dtolnay@gmail.com>"
|
|
];
|
|
features = {
|
|
"no-panic" = [ "dep:no-panic" ];
|
|
};
|
|
};
|
|
"jiff" = rec {
|
|
crateName = "jiff";
|
|
version = "0.2.18";
|
|
edition = "2021";
|
|
sha256 = "0l6g3vkqa7imd3nsvizmb648jn0gcadiydh3zq4rjvcxqjj8szp6";
|
|
authors = [
|
|
"Andrew Gallant <jamslam@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "jiff-static";
|
|
packageId = "jiff-static";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "jiff-static";
|
|
packageId = "jiff-static";
|
|
target = { target, features }: false;
|
|
}
|
|
{
|
|
name = "jiff-tzdb-platform";
|
|
packageId = "jiff-tzdb-platform";
|
|
optional = true;
|
|
target = { target, features }: ((target."windows" or false) || (builtins.elem "wasm" target."family"));
|
|
}
|
|
{
|
|
name = "log";
|
|
packageId = "log";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "portable-atomic";
|
|
packageId = "portable-atomic";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (!("ptr" == target."has_atomic" or null));
|
|
}
|
|
{
|
|
name = "portable-atomic-util";
|
|
packageId = "portable-atomic-util";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (!("ptr" == target."has_atomic" or null));
|
|
}
|
|
{
|
|
name = "serde_core";
|
|
packageId = "serde_core";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "windows-sys";
|
|
packageId = "windows-sys 0.61.2";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (target."windows" or false);
|
|
features = [ "Win32_Foundation" "Win32_System_Time" ];
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "log";
|
|
packageId = "log";
|
|
}
|
|
];
|
|
features = {
|
|
"alloc" = [ "serde_core?/alloc" "portable-atomic-util/alloc" ];
|
|
"default" = [ "std" "tz-system" "tz-fat" "tzdb-bundle-platform" "tzdb-zoneinfo" "tzdb-concatenated" "perf-inline" ];
|
|
"js" = [ "dep:wasm-bindgen" "dep:js-sys" ];
|
|
"logging" = [ "dep:log" ];
|
|
"serde" = [ "dep:serde_core" ];
|
|
"static" = [ "static-tz" "jiff-static?/tzdb" ];
|
|
"static-tz" = [ "dep:jiff-static" ];
|
|
"std" = [ "alloc" "log?/std" "serde_core?/std" ];
|
|
"tz-fat" = [ "jiff-static?/tz-fat" ];
|
|
"tz-system" = [ "std" "dep:windows-sys" ];
|
|
"tzdb-bundle-always" = [ "dep:jiff-tzdb" "alloc" ];
|
|
"tzdb-bundle-platform" = [ "dep:jiff-tzdb-platform" "alloc" ];
|
|
"tzdb-concatenated" = [ "std" ];
|
|
"tzdb-zoneinfo" = [ "std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "default" "perf-inline" "std" "tz-fat" "tz-system" "tzdb-bundle-platform" "tzdb-concatenated" "tzdb-zoneinfo" ];
|
|
};
|
|
"jiff-static" = rec {
|
|
crateName = "jiff-static";
|
|
version = "0.2.18";
|
|
edition = "2021";
|
|
sha256 = "0y3fks93ij3frb1jnpzi68b9kssm3rvwpmkgdjlakv4py7klxj70";
|
|
procMacro = true;
|
|
libName = "jiff_static";
|
|
authors = [
|
|
"Andrew Gallant <jamslam@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "proc-macro2";
|
|
packageId = "proc-macro2";
|
|
}
|
|
{
|
|
name = "quote";
|
|
packageId = "quote";
|
|
}
|
|
{
|
|
name = "syn";
|
|
packageId = "syn 2.0.114";
|
|
}
|
|
];
|
|
features = {
|
|
"tzdb" = [ "dep:jiff-tzdb" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "tz-fat" ];
|
|
};
|
|
"jiff-tzdb" = rec {
|
|
crateName = "jiff-tzdb";
|
|
version = "0.1.5";
|
|
edition = "2021";
|
|
sha256 = "1hm5xn3q092zac6apjy4492ddid473mwa0d64z5f5f95yyzix5v8";
|
|
libName = "jiff_tzdb";
|
|
libPath = "lib.rs";
|
|
authors = [
|
|
"Andrew Gallant <jamslam@gmail.com>"
|
|
];
|
|
|
|
};
|
|
"jiff-tzdb-platform" = rec {
|
|
crateName = "jiff-tzdb-platform";
|
|
version = "0.1.3";
|
|
edition = "2021";
|
|
sha256 = "1s1ja692wyhbv7f60mc0x90h7kn1pv65xkqi2y4imarbmilmlnl7";
|
|
libName = "jiff_tzdb_platform";
|
|
libPath = "lib.rs";
|
|
authors = [
|
|
"Andrew Gallant <jamslam@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "jiff-tzdb";
|
|
packageId = "jiff-tzdb";
|
|
}
|
|
];
|
|
|
|
};
|
|
"js-sys" = rec {
|
|
crateName = "js-sys";
|
|
version = "0.3.85";
|
|
edition = "2021";
|
|
sha256 = "1csmb42fxjmzjdgc790bgw77sf1cb9ydm5rdsnh5qj4miszjx54c";
|
|
libName = "js_sys";
|
|
authors = [
|
|
"The wasm-bindgen Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "once_cell";
|
|
packageId = "once_cell";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId = "wasm-bindgen";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"std" = [ "wasm-bindgen/std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"kv-log-macro" = rec {
|
|
crateName = "kv-log-macro";
|
|
version = "1.0.7";
|
|
edition = "2018";
|
|
sha256 = "0zwp4bxkkp87rl7xy2dain77z977rvcry1gmr5bssdbn541v7s0d";
|
|
libName = "kv_log_macro";
|
|
authors = [
|
|
"Yoshua Wuyts <yoshuawuyts@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "log";
|
|
packageId = "log";
|
|
features = [ "kv_unstable" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"l10n-db" = rec {
|
|
crateName = "l10n-db";
|
|
version = "0.1.0";
|
|
edition = "2021";
|
|
crateBin = [
|
|
{
|
|
name = "l10n-db";
|
|
path = "src/bin/l10n-db.rs";
|
|
requiredFeatures = [ ];
|
|
}
|
|
];
|
|
src = lib.cleanSourceWith { filter = sourceFilter; src = ./l10n-db; };
|
|
libName = "l10n_db";
|
|
dependencies = [
|
|
{
|
|
name = "chrono";
|
|
packageId = "chrono";
|
|
features = [ "serde" ];
|
|
}
|
|
{
|
|
name = "clap";
|
|
packageId = "clap";
|
|
features = [ "derive" ];
|
|
}
|
|
{
|
|
name = "icu_locid";
|
|
packageId = "icu_locid";
|
|
features = [ "serde" ];
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
features = [ "derive" ];
|
|
}
|
|
{
|
|
name = "serde_json";
|
|
packageId = "serde_json";
|
|
}
|
|
{
|
|
name = "tempfile";
|
|
packageId = "tempfile";
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror 2.0.18";
|
|
}
|
|
{
|
|
name = "toml";
|
|
packageId = "toml 0.8.23";
|
|
}
|
|
{
|
|
name = "xml-rs";
|
|
packageId = "xml-rs";
|
|
}
|
|
];
|
|
|
|
};
|
|
"lazy_static" = rec {
|
|
crateName = "lazy_static";
|
|
version = "1.5.0";
|
|
edition = "2015";
|
|
sha256 = "1zk6dqqni0193xg6iijh7i3i44sryglwgvx20spdvwk3r6sbrlmv";
|
|
authors = [
|
|
"Marvin Löbel <loebel.marvin@gmail.com>"
|
|
];
|
|
features = {
|
|
"spin" = [ "dep:spin" ];
|
|
"spin_no_std" = [ "spin" ];
|
|
};
|
|
};
|
|
"libadwaita" = rec {
|
|
crateName = "libadwaita";
|
|
version = "0.5.3";
|
|
edition = "2021";
|
|
sha256 = "174pzn9dwsk8ikvrhx13vkh0zrpvb3rhg9yd2q5d2zjh0q6fgrrg";
|
|
authors = [
|
|
"Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "gdk-pixbuf";
|
|
packageId = "gdk-pixbuf";
|
|
}
|
|
{
|
|
name = "gdk4";
|
|
packageId = "gdk4";
|
|
rename = "gdk";
|
|
}
|
|
{
|
|
name = "gio";
|
|
packageId = "gio 0.18.4";
|
|
}
|
|
{
|
|
name = "glib";
|
|
packageId = "glib 0.18.5";
|
|
}
|
|
{
|
|
name = "gtk4";
|
|
packageId = "gtk4";
|
|
rename = "gtk";
|
|
}
|
|
{
|
|
name = "libadwaita-sys";
|
|
packageId = "libadwaita-sys";
|
|
rename = "ffi";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "pango";
|
|
packageId = "pango 0.18.3";
|
|
}
|
|
];
|
|
features = {
|
|
"gtk_v4_10" = [ "gtk_v4_8" ];
|
|
"gtk_v4_4" = [ "gtk_v4_2" ];
|
|
"gtk_v4_6" = [ "gtk_v4_4" ];
|
|
"gtk_v4_8" = [ "gtk_v4_6" ];
|
|
"v1_1" = [ "ffi/v1_1" ];
|
|
"v1_2" = [ "v1_1" "ffi/v1_2" ];
|
|
"v1_3" = [ "v1_2" "ffi/v1_3" ];
|
|
"v1_4" = [ "v1_3" "ffi/v1_4" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "v1_1" "v1_2" "v1_3" "v1_4" ];
|
|
};
|
|
"libadwaita-sys" = rec {
|
|
crateName = "libadwaita-sys";
|
|
version = "0.5.3";
|
|
edition = "2021";
|
|
links = "libadwaita-1";
|
|
sha256 = "16n6xsy6jhbj0jbpz8yvql6c9b89a99v9vhdz5s37mg1inisl42y";
|
|
libName = "libadwaita_sys";
|
|
authors = [
|
|
"Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "gdk4-sys";
|
|
packageId = "gdk4-sys";
|
|
rename = "gdk";
|
|
}
|
|
{
|
|
name = "gio-sys";
|
|
packageId = "gio-sys 0.18.1";
|
|
rename = "gio";
|
|
}
|
|
{
|
|
name = "glib-sys";
|
|
packageId = "glib-sys 0.18.1";
|
|
rename = "glib";
|
|
}
|
|
{
|
|
name = "gobject-sys";
|
|
packageId = "gobject-sys 0.18.0";
|
|
rename = "gobject";
|
|
}
|
|
{
|
|
name = "gtk4-sys";
|
|
packageId = "gtk4-sys";
|
|
rename = "gtk";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "pango-sys";
|
|
packageId = "pango-sys 0.18.0";
|
|
rename = "pango";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "system-deps";
|
|
packageId = "system-deps 6.2.2";
|
|
}
|
|
];
|
|
features = {
|
|
"v1_2" = [ "v1_1" ];
|
|
"v1_3" = [ "v1_2" ];
|
|
"v1_4" = [ "v1_3" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "v1_1" "v1_2" "v1_3" "v1_4" ];
|
|
};
|
|
"libc" = rec {
|
|
crateName = "libc";
|
|
version = "0.2.180";
|
|
edition = "2021";
|
|
sha256 = "1z2n7hl10fnk1xnv19ahhqxwnb4qi9aclnl6gigim2aaahw5mhxw";
|
|
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" "std" ];
|
|
};
|
|
"libm" = rec {
|
|
crateName = "libm";
|
|
version = "0.2.16";
|
|
edition = "2021";
|
|
sha256 = "10brh0a3qjmbzkr5mf5xqi887nhs5y9layvnki89ykz9xb1wxlmn";
|
|
authors = [
|
|
"Alex Crichton <alex@alexcrichton.com>"
|
|
"Amanieu d'Antras <amanieu@gmail.com>"
|
|
"Jorge Aparicio <japaricious@gmail.com>"
|
|
"Trevor Gross <tg@trevorgross.com>"
|
|
];
|
|
features = {
|
|
"default" = [ "arch" ];
|
|
"unstable" = [ "unstable-intrinsics" "unstable-float" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "arch" "default" ];
|
|
};
|
|
"libsqlite3-sys" = rec {
|
|
crateName = "libsqlite3-sys";
|
|
version = "0.36.0";
|
|
edition = "2021";
|
|
links = "sqlite3";
|
|
sha256 = "0ak4pibl2n1lnziwb7vkq98iw5i7cryv9dlc8aw2x9zgzwy11d4m";
|
|
libName = "libsqlite3_sys";
|
|
authors = [
|
|
"The rusqlite developers"
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "pkg-config";
|
|
packageId = "pkg-config";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "vcpkg";
|
|
packageId = "vcpkg";
|
|
optional = true;
|
|
}
|
|
];
|
|
features = {
|
|
"bindgen" = [ "dep:bindgen" ];
|
|
"buildtime_bindgen" = [ "bindgen" "pkg-config" "vcpkg" ];
|
|
"bundled" = [ "cc" "bundled_bindings" ];
|
|
"bundled-sqlcipher" = [ "bundled" ];
|
|
"bundled-sqlcipher-vendored-openssl" = [ "bundled-sqlcipher" "openssl-sys/vendored" ];
|
|
"bundled-windows" = [ "cc" "bundled_bindings" ];
|
|
"cc" = [ "dep:cc" ];
|
|
"default" = [ "min_sqlite_version_3_34_1" ];
|
|
"loadable_extension" = [ "prettyplease" "quote" "syn" ];
|
|
"min_sqlite_version_3_34_1" = [ "pkg-config" "vcpkg" ];
|
|
"openssl-sys" = [ "dep:openssl-sys" ];
|
|
"pkg-config" = [ "dep:pkg-config" ];
|
|
"prettyplease" = [ "dep:prettyplease" ];
|
|
"preupdate_hook" = [ "buildtime_bindgen" ];
|
|
"quote" = [ "dep:quote" ];
|
|
"session" = [ "preupdate_hook" "buildtime_bindgen" ];
|
|
"syn" = [ "dep:syn" ];
|
|
"vcpkg" = [ "dep:vcpkg" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "min_sqlite_version_3_34_1" "pkg-config" "vcpkg" ];
|
|
};
|
|
"lights-core" = rec {
|
|
crateName = "lights-core";
|
|
version = "0.1.0";
|
|
edition = "2021";
|
|
src = lib.cleanSourceWith { filter = sourceFilter; src = ./bike-lights/core; };
|
|
libName = "lights_core";
|
|
dependencies = [
|
|
{
|
|
name = "az";
|
|
packageId = "az";
|
|
}
|
|
{
|
|
name = "fixed";
|
|
packageId = "fixed";
|
|
}
|
|
];
|
|
|
|
};
|
|
"linux-raw-sys" = rec {
|
|
crateName = "linux-raw-sys";
|
|
version = "0.11.0";
|
|
edition = "2021";
|
|
sha256 = "0fghx0nn8nvbz5yzgizfcwd6ap2pislp68j8c1bwyr6sacxkq7fz";
|
|
libName = "linux_raw_sys";
|
|
authors = [
|
|
"Dan Gohman <dev@sunfishcode.online>"
|
|
];
|
|
features = {
|
|
"core" = [ "dep:core" ];
|
|
"default" = [ "std" "general" "errno" ];
|
|
"rustc-dep-of-std" = [ "core" "no_std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "auxvec" "elf" "errno" "general" "if_ether" "ioctl" "net" "netlink" "no_std" "prctl" "xdp" ];
|
|
};
|
|
"litemap 0.7.5" = rec {
|
|
crateName = "litemap";
|
|
version = "0.7.5";
|
|
edition = "2021";
|
|
sha256 = "0mi8ykav0s974ps79p438x04snh0cdb7lc864b42jws5375i9yr3";
|
|
authors = [
|
|
"The ICU4X Project Developers"
|
|
];
|
|
features = {
|
|
"databake" = [ "dep:databake" ];
|
|
"default" = [ "alloc" ];
|
|
"serde" = [ "dep:serde" ];
|
|
"testing" = [ "alloc" ];
|
|
"yoke" = [ "dep:yoke" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" ];
|
|
};
|
|
"litemap 0.8.1" = rec {
|
|
crateName = "litemap";
|
|
version = "0.8.1";
|
|
edition = "2021";
|
|
sha256 = "0xsy8pfp9s802rsj1bq2ys2kbk1g36w5dr3gkfip7gphb5x60wv3";
|
|
authors = [
|
|
"The ICU4X Project Developers"
|
|
];
|
|
features = {
|
|
"databake" = [ "dep:databake" ];
|
|
"default" = [ "alloc" ];
|
|
"serde" = [ "dep:serde_core" "alloc" ];
|
|
"testing" = [ "alloc" ];
|
|
"yoke" = [ "dep:yoke" ];
|
|
};
|
|
};
|
|
"litrs" = rec {
|
|
crateName = "litrs";
|
|
version = "0.4.2";
|
|
edition = "2018";
|
|
sha256 = "1v8bxsrkm0w2k9nmbp8hsspy9i1lawajywqdw4hx87rjzqv41rgm";
|
|
authors = [
|
|
"Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "proc-macro2";
|
|
packageId = "proc-macro2";
|
|
optional = true;
|
|
}
|
|
];
|
|
features = {
|
|
"check_suffix" = [ "unicode-xid" ];
|
|
"default" = [ "proc-macro2" ];
|
|
"proc-macro2" = [ "dep:proc-macro2" ];
|
|
"unicode-xid" = [ "dep:unicode-xid" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "proc-macro2" ];
|
|
};
|
|
"lock_api" = rec {
|
|
crateName = "lock_api";
|
|
version = "0.4.14";
|
|
edition = "2021";
|
|
sha256 = "0rg9mhx7vdpajfxvdjmgmlyrn20ligzqvn8ifmaz7dc79gkrjhr2";
|
|
authors = [
|
|
"Amanieu d'Antras <amanieu@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "scopeguard";
|
|
packageId = "scopeguard";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "atomic_usize" ];
|
|
"owning_ref" = [ "dep:owning_ref" ];
|
|
"serde" = [ "dep:serde" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "atomic_usize" "default" ];
|
|
};
|
|
"log" = rec {
|
|
crateName = "log";
|
|
version = "0.4.29";
|
|
edition = "2021";
|
|
sha256 = "15q8j9c8g5zpkcw0hnd6cf2z7fxqnvsjh3rw5mv5q10r83i34l2y";
|
|
authors = [
|
|
"The Rust Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "value-bag";
|
|
packageId = "value-bag";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
features = [ "inline-i128" ];
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "value-bag";
|
|
packageId = "value-bag";
|
|
features = [ "test" ];
|
|
}
|
|
];
|
|
features = {
|
|
"kv_serde" = [ "kv_std" "value-bag/serde" "serde" ];
|
|
"kv_std" = [ "std" "kv" "value-bag/error" ];
|
|
"kv_sval" = [ "kv" "value-bag/sval" "sval" "sval_ref" ];
|
|
"kv_unstable" = [ "kv" "value-bag" ];
|
|
"kv_unstable_serde" = [ "kv_serde" "kv_unstable_std" ];
|
|
"kv_unstable_std" = [ "kv_std" "kv_unstable" ];
|
|
"kv_unstable_sval" = [ "kv_sval" "kv_unstable" ];
|
|
"serde" = [ "serde_core" ];
|
|
"serde_core" = [ "dep:serde_core" ];
|
|
"sval" = [ "dep:sval" ];
|
|
"sval_ref" = [ "dep:sval_ref" ];
|
|
"value-bag" = [ "dep:value-bag" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "kv" "kv_unstable" "std" "value-bag" ];
|
|
};
|
|
"markdown" = rec {
|
|
crateName = "markdown";
|
|
version = "1.0.0";
|
|
edition = "2018";
|
|
sha256 = "1sqxbclkxw615kcwglcisda1dcw8cfaa30z7sa16lhfwrbrbijm5";
|
|
authors = [
|
|
"Titus Wormer <tituswormer@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "unicode-id";
|
|
packageId = "unicode-id";
|
|
features = [ "no_std" ];
|
|
}
|
|
];
|
|
features = {
|
|
"json" = [ "serde" ];
|
|
"log" = [ "dep:log" ];
|
|
"serde" = [ "dep:serde" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"matchit" = rec {
|
|
crateName = "matchit";
|
|
version = "0.8.4";
|
|
edition = "2021";
|
|
sha256 = "1hzl48fwq1cn5dvshfly6vzkzqhfihya65zpj7nz7lfx82mgzqa7";
|
|
authors = [
|
|
"Ibraheem Ahmed <ibraheem@ibraheem.ca>"
|
|
];
|
|
features = {
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"memchr" = rec {
|
|
crateName = "memchr";
|
|
version = "2.7.6";
|
|
edition = "2021";
|
|
sha256 = "0wy29kf6pb4fbhfksjbs05jy2f32r2f3r1ga6qkmpz31k79h0azm";
|
|
authors = [
|
|
"Andrew Gallant <jamslam@gmail.com>"
|
|
"bluss"
|
|
];
|
|
features = {
|
|
"core" = [ "dep:core" ];
|
|
"default" = [ "std" ];
|
|
"logging" = [ "dep:log" ];
|
|
"rustc-dep-of-std" = [ "core" ];
|
|
"std" = [ "alloc" ];
|
|
"use_std" = [ "std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "default" "std" ];
|
|
};
|
|
"memoffset" = rec {
|
|
crateName = "memoffset";
|
|
version = "0.9.1";
|
|
edition = "2015";
|
|
sha256 = "12i17wh9a9plx869g7j4whf62xw68k5zd4k0k5nh6ys5mszid028";
|
|
authors = [
|
|
"Gilad Naaman <gilad.naaman@gmail.com>"
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "autocfg";
|
|
packageId = "autocfg";
|
|
}
|
|
];
|
|
features = {
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"memorycache" = rec {
|
|
crateName = "memorycache";
|
|
version = "0.1.0";
|
|
edition = "2018";
|
|
src = lib.cleanSourceWith { filter = sourceFilter; src = ./memorycache; };
|
|
dependencies = [
|
|
{
|
|
name = "chrono";
|
|
packageId = "chrono";
|
|
}
|
|
{
|
|
name = "futures";
|
|
packageId = "futures";
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde";
|
|
}
|
|
{
|
|
name = "serde_derive";
|
|
packageId = "serde_derive";
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
features = [ "full" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"mime" = rec {
|
|
crateName = "mime";
|
|
version = "0.3.17";
|
|
edition = "2015";
|
|
sha256 = "16hkibgvb9klh0w0jk5crr5xv90l3wlf77ggymzjmvl1818vnxv8";
|
|
authors = [
|
|
"Sean McArthur <sean@seanmonstar.com>"
|
|
];
|
|
|
|
};
|
|
"minicov" = rec {
|
|
crateName = "minicov";
|
|
version = "0.3.8";
|
|
edition = "2018";
|
|
sha256 = "0kg2bajhhzwafpvhqpvfaddrwy6z0ggvqlirdpb0b5jnj6jbcsa8";
|
|
authors = [
|
|
"Amanieu d'Antras <amanieu@gmail.com>"
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "cc";
|
|
packageId = "cc";
|
|
}
|
|
{
|
|
name = "walkdir";
|
|
packageId = "walkdir";
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "default" ];
|
|
};
|
|
"minimal-lexical" = rec {
|
|
crateName = "minimal-lexical";
|
|
version = "0.2.1";
|
|
edition = "2018";
|
|
sha256 = "16ppc5g84aijpri4jzv14rvcnslvlpphbszc7zzp6vfkddf4qdb8";
|
|
libName = "minimal_lexical";
|
|
authors = [
|
|
"Alex Huszagh <ahuszagh@gmail.com>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "std" ];
|
|
};
|
|
"mio" = rec {
|
|
crateName = "mio";
|
|
version = "1.1.1";
|
|
edition = "2021";
|
|
sha256 = "1z2phpalqbdgihrcjp8y09l3kgq6309jnhnr6h11l9s7mnqcm6x6";
|
|
authors = [
|
|
"Carl Lerche <me@carllerche.com>"
|
|
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
|
|
"Tokio Contributors <team@tokio.rs>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
target = { target, features }: ("hermit" == target."os" or null);
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
target = { target, features }: ("wasi" == target."os" or null);
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
target = { target, features }: (target."unix" or false);
|
|
}
|
|
{
|
|
name = "wasi";
|
|
packageId = "wasi";
|
|
target = { target, features }: ("wasi" == target."os" or null);
|
|
}
|
|
{
|
|
name = "windows-sys";
|
|
packageId = "windows-sys 0.61.2";
|
|
target = { target, features }: (target."windows" or false);
|
|
features = [ "Wdk_Foundation" "Wdk_Storage_FileSystem" "Wdk_System_IO" "Win32_Foundation" "Win32_Networking_WinSock" "Win32_Storage_FileSystem" "Win32_Security" "Win32_System_IO" "Win32_System_WindowsProgramming" ];
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "log" ];
|
|
"log" = [ "dep:log" ];
|
|
"os-ext" = [ "os-poll" "windows-sys/Win32_System_Pipes" "windows-sys/Win32_Security" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "net" "os-ext" "os-poll" ];
|
|
};
|
|
"native-tls" = rec {
|
|
crateName = "native-tls";
|
|
version = "0.2.14";
|
|
edition = "2015";
|
|
sha256 = "03hga800x8bzkp8h7frnm7yp545dwwawgmaq673vx7byk1139pl7";
|
|
libName = "native_tls";
|
|
authors = [
|
|
"Steven Fackler <sfackler@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
target = { target, features }: ("apple" == target."vendor" or null);
|
|
}
|
|
{
|
|
name = "log";
|
|
packageId = "log";
|
|
target = { target, features }: (!(("windows" == target."os" or null) || ("apple" == target."vendor" or null)));
|
|
}
|
|
{
|
|
name = "openssl";
|
|
packageId = "openssl";
|
|
target = { target, features }: (!(("windows" == target."os" or null) || ("apple" == target."vendor" or null)));
|
|
}
|
|
{
|
|
name = "openssl-probe";
|
|
packageId = "openssl-probe";
|
|
target = { target, features }: (!(("windows" == target."os" or null) || ("apple" == target."vendor" or null)));
|
|
}
|
|
{
|
|
name = "openssl-sys";
|
|
packageId = "openssl-sys";
|
|
target = { target, features }: (!(("windows" == target."os" or null) || ("apple" == target."vendor" or null)));
|
|
}
|
|
{
|
|
name = "schannel";
|
|
packageId = "schannel";
|
|
target = { target, features }: ("windows" == target."os" or null);
|
|
}
|
|
{
|
|
name = "security-framework";
|
|
packageId = "security-framework";
|
|
target = { target, features }: ("apple" == target."vendor" or null);
|
|
}
|
|
{
|
|
name = "security-framework-sys";
|
|
packageId = "security-framework-sys";
|
|
target = { target, features }: ("apple" == target."vendor" or null);
|
|
}
|
|
{
|
|
name = "tempfile";
|
|
packageId = "tempfile";
|
|
target = { target, features }: ("macos" == target."os" or null);
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "tempfile";
|
|
packageId = "tempfile";
|
|
}
|
|
];
|
|
features = {
|
|
"alpn" = [ "security-framework/alpn" ];
|
|
"vendored" = [ "openssl/vendored" ];
|
|
};
|
|
};
|
|
"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" ];
|
|
};
|
|
"nu-ansi-term" = rec {
|
|
crateName = "nu-ansi-term";
|
|
version = "0.50.3";
|
|
edition = "2021";
|
|
sha256 = "1ra088d885lbd21q1bxgpqdlk1zlndblmarn948jz2a40xsbjmvr";
|
|
libName = "nu_ansi_term";
|
|
authors = [
|
|
"ogham@bsago.me"
|
|
"Ryan Scheel (Havvy) <ryan.havvy@gmail.com>"
|
|
"Josh Triplett <josh@joshtriplett.org>"
|
|
"The Nushell Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "windows-sys";
|
|
packageId = "windows-sys 0.61.2";
|
|
rename = "windows";
|
|
target = { target, features }: (target."windows" or false);
|
|
features = [ "Win32_Foundation" "Win32_System_Console" "Win32_Storage_FileSystem" "Win32_Security" ];
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"derive_serde_style" = [ "serde" ];
|
|
"serde" = [ "dep:serde" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"num-conv" = rec {
|
|
crateName = "num-conv";
|
|
version = "0.2.0";
|
|
edition = "2021";
|
|
sha256 = "0l4hj7lp8zbb9am4j3p7vlcv47y9bbazinvnxx9zjhiwkibyr5yg";
|
|
libName = "num_conv";
|
|
authors = [
|
|
"Jacob Pratt <jacob@jhpratt.dev>"
|
|
];
|
|
|
|
};
|
|
"num-traits" = rec {
|
|
crateName = "num-traits";
|
|
version = "0.2.19";
|
|
edition = "2021";
|
|
sha256 = "0h984rhdkkqd4ny9cif7y2azl3xdfb7768hb9irhpsch4q3gq787";
|
|
libName = "num_traits";
|
|
authors = [
|
|
"The Rust Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "libm";
|
|
packageId = "libm";
|
|
optional = true;
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "autocfg";
|
|
packageId = "autocfg";
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"libm" = [ "dep:libm" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "libm" ];
|
|
};
|
|
"num_cpus" = rec {
|
|
crateName = "num_cpus";
|
|
version = "1.17.0";
|
|
edition = "2015";
|
|
sha256 = "0fxjazlng4z8cgbmsvbzv411wrg7x3hyxdq8nxixgzjswyylppwi";
|
|
authors = [
|
|
"Sean McArthur <sean@seanmonstar.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "hermit-abi";
|
|
packageId = "hermit-abi";
|
|
target = { target, features }: ("hermit" == target."os" or null);
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
target = { target, features }: (!(target."windows" or false));
|
|
}
|
|
];
|
|
|
|
};
|
|
"once_cell" = rec {
|
|
crateName = "once_cell";
|
|
version = "1.21.3";
|
|
edition = "2021";
|
|
sha256 = "0b9x77lb9f1j6nqgf5aka4s2qj0nly176bpbrv6f9iakk5ff3xa2";
|
|
authors = [
|
|
"Aleksey Kladov <aleksey.kladov@gmail.com>"
|
|
];
|
|
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" ];
|
|
};
|
|
"once_cell_polyfill" = rec {
|
|
crateName = "once_cell_polyfill";
|
|
version = "1.70.2";
|
|
edition = "2021";
|
|
sha256 = "1zmla628f0sk3fhjdjqzgxhalr2xrfna958s632z65bjsfv8ljrq";
|
|
features = {
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"oorandom" = rec {
|
|
crateName = "oorandom";
|
|
version = "11.1.5";
|
|
edition = "2018";
|
|
sha256 = "07mlf13z453fq01qff38big1lh83j8l6aaglf63ksqzzqxc0yyfn";
|
|
authors = [
|
|
"Simon Heath <icefox@dreamquest.io>"
|
|
];
|
|
|
|
};
|
|
"openssl" = rec {
|
|
crateName = "openssl";
|
|
version = "0.10.75";
|
|
edition = "2021";
|
|
sha256 = "0a238gvrzjq0r62a7472i685hi5jjzgfj72kp1xd32ir46qqv0q8";
|
|
authors = [
|
|
"Steven Fackler <sfackler@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bitflags";
|
|
packageId = "bitflags 2.10.0";
|
|
}
|
|
{
|
|
name = "cfg-if";
|
|
packageId = "cfg-if";
|
|
}
|
|
{
|
|
name = "foreign-types";
|
|
packageId = "foreign-types";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "once_cell";
|
|
packageId = "once_cell";
|
|
}
|
|
{
|
|
name = "openssl-macros";
|
|
packageId = "openssl-macros";
|
|
}
|
|
{
|
|
name = "openssl-sys";
|
|
packageId = "openssl-sys";
|
|
rename = "ffi";
|
|
}
|
|
];
|
|
features = {
|
|
"aws-lc" = [ "ffi/aws-lc" ];
|
|
"aws-lc-fips" = [ "ffi/aws-lc-fips" ];
|
|
"bindgen" = [ "ffi/bindgen" ];
|
|
"unstable_boringssl" = [ "ffi/unstable_boringssl" ];
|
|
"vendored" = [ "ffi/vendored" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"openssl-macros" = rec {
|
|
crateName = "openssl-macros";
|
|
version = "0.1.1";
|
|
edition = "2018";
|
|
sha256 = "173xxvfc63rr5ybwqwylsir0vq6xsj4kxiv4hmg4c3vscdmncj59";
|
|
procMacro = true;
|
|
libName = "openssl_macros";
|
|
dependencies = [
|
|
{
|
|
name = "proc-macro2";
|
|
packageId = "proc-macro2";
|
|
}
|
|
{
|
|
name = "quote";
|
|
packageId = "quote";
|
|
}
|
|
{
|
|
name = "syn";
|
|
packageId = "syn 2.0.114";
|
|
features = [ "full" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"openssl-probe" = rec {
|
|
crateName = "openssl-probe";
|
|
version = "0.1.6";
|
|
edition = "2021";
|
|
sha256 = "0bl52x55laalqb707k009h8kfawliwp992rlsvkzy49n47p2fpnh";
|
|
libName = "openssl_probe";
|
|
authors = [
|
|
"Alex Crichton <alex@alexcrichton.com>"
|
|
];
|
|
|
|
};
|
|
"openssl-sys" = rec {
|
|
crateName = "openssl-sys";
|
|
version = "0.9.111";
|
|
edition = "2021";
|
|
links = "openssl";
|
|
sha256 = "08f3mpsabivfi3fd0qv9231qidqy68lr8a4qi32y6xda43av5jl2";
|
|
build = "build/main.rs";
|
|
libName = "openssl_sys";
|
|
authors = [
|
|
"Alex Crichton <alex@alexcrichton.com>"
|
|
"Steven Fackler <sfackler@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "cc";
|
|
packageId = "cc";
|
|
}
|
|
{
|
|
name = "pkg-config";
|
|
packageId = "pkg-config";
|
|
}
|
|
{
|
|
name = "vcpkg";
|
|
packageId = "vcpkg";
|
|
}
|
|
];
|
|
features = {
|
|
"aws-lc" = [ "dep:aws-lc-sys" ];
|
|
"aws-lc-fips" = [ "dep:aws-lc-fips-sys" ];
|
|
"bindgen" = [ "dep:bindgen" ];
|
|
"bssl-sys" = [ "dep:bssl-sys" ];
|
|
"openssl-src" = [ "dep:openssl-src" ];
|
|
"unstable_boringssl" = [ "bssl-sys" ];
|
|
"vendored" = [ "openssl-src" ];
|
|
};
|
|
};
|
|
"pango 0.18.3" = rec {
|
|
crateName = "pango";
|
|
version = "0.18.3";
|
|
edition = "2021";
|
|
sha256 = "1r5ygq7036sv7w32kp8yxr6vgggd54iaavh3yckanmq4xg0px8kw";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "gio";
|
|
packageId = "gio 0.18.4";
|
|
}
|
|
{
|
|
name = "glib";
|
|
packageId = "glib 0.18.5";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "once_cell";
|
|
packageId = "once_cell";
|
|
}
|
|
{
|
|
name = "pango-sys";
|
|
packageId = "pango-sys 0.18.0";
|
|
rename = "ffi";
|
|
}
|
|
];
|
|
features = {
|
|
"v1_42" = [ "ffi/v1_42" ];
|
|
"v1_44" = [ "v1_42" "ffi/v1_44" ];
|
|
"v1_46" = [ "v1_44" "ffi/v1_46" ];
|
|
"v1_48" = [ "v1_46" "ffi/v1_48" ];
|
|
"v1_50" = [ "v1_48" "ffi/v1_50" ];
|
|
"v1_52" = [ "v1_50" "ffi/v1_52" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "v1_42" "v1_44" "v1_46" "v1_48" "v1_50" ];
|
|
};
|
|
"pango 0.21.5" = rec {
|
|
cra |