17348 lines
562 KiB
Nix
17348 lines
562 KiB
Nix
|
|
# This file was @generated by crate2nix 0.11.0 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
|
|
# 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 = {
|
|
"authdb" = rec {
|
|
packageId = "authdb";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "authdb";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"changeset" = rec {
|
|
packageId = "changeset";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "changeset";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"config" = rec {
|
|
packageId = "config";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "config";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"config-derive" = rec {
|
|
packageId = "config-derive";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "config-derive";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"coordinates" = rec {
|
|
packageId = "coordinates";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "coordinates";
|
|
};
|
|
|
|
# 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; };
|
|
};
|
|
"file-service" = rec {
|
|
packageId = "file-service";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "file-service";
|
|
};
|
|
|
|
# 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; };
|
|
};
|
|
"gm-control-panel" = rec {
|
|
packageId = "gm-control-panel";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "gm-control-panel";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"hex-grid" = rec {
|
|
packageId = "hex-grid";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "hex-grid";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"icon-test" = rec {
|
|
packageId = "icon-test";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "icon-test";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"ifc" = rec {
|
|
packageId = "ifc";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "ifc";
|
|
};
|
|
|
|
# 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; };
|
|
};
|
|
"nom-training" = rec {
|
|
packageId = "nom-training";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "nom-training";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"otg-core" = rec {
|
|
packageId = "otg-core";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "otg-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; };
|
|
};
|
|
"otg-gtk" = rec {
|
|
packageId = "otg-gtk";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "otg-gtk";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"result-extended" = rec {
|
|
packageId = "result-extended";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "result-extended";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"screenplay" = rec {
|
|
packageId = "screenplay";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "screenplay";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"sgf" = rec {
|
|
packageId = "sgf";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "sgf";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"timezone-testing" = rec {
|
|
packageId = "timezone-testing";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "timezone-testing";
|
|
};
|
|
|
|
# Debug support which might change between releases.
|
|
# File a bug if you depend on any for non-debug work!
|
|
debug = internal.debugCrate { inherit packageId; };
|
|
};
|
|
"tree" = rec {
|
|
packageId = "tree";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "tree";
|
|
};
|
|
|
|
# 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" = rec {
|
|
packageId = "visions";
|
|
build = internal.buildRustCrateWithFeatures {
|
|
packageId = "visions";
|
|
};
|
|
|
|
# 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 = {
|
|
"addr2line" = rec {
|
|
crateName = "addr2line";
|
|
version = "0.21.0";
|
|
edition = "2018";
|
|
sha256 = "1jx0k3iwyqr8klqbzk6kjvr496yd94aspis10vwsj5wy7gib4c4a";
|
|
dependencies = [
|
|
{
|
|
name = "gimli";
|
|
packageId = "gimli";
|
|
usesDefaultFeatures = false;
|
|
features = [ "read" ];
|
|
}
|
|
];
|
|
features = {
|
|
"alloc" = [ "dep:alloc" ];
|
|
"compiler_builtins" = [ "dep:compiler_builtins" ];
|
|
"core" = [ "dep:core" ];
|
|
"cpp_demangle" = [ "dep:cpp_demangle" ];
|
|
"default" = [ "rustc-demangle" "cpp_demangle" "std-object" "fallible-iterator" "smallvec" "memmap2" ];
|
|
"fallible-iterator" = [ "dep:fallible-iterator" ];
|
|
"memmap2" = [ "dep:memmap2" ];
|
|
"object" = [ "dep:object" ];
|
|
"rustc-demangle" = [ "dep:rustc-demangle" ];
|
|
"rustc-dep-of-std" = [ "core" "alloc" "compiler_builtins" "gimli/rustc-dep-of-std" ];
|
|
"smallvec" = [ "dep:smallvec" ];
|
|
"std" = [ "gimli/std" ];
|
|
"std-object" = [ "std" "object" "object/std" "object/compression" "gimli/endian-reader" ];
|
|
};
|
|
};
|
|
"adler" = rec {
|
|
crateName = "adler";
|
|
version = "1.0.2";
|
|
edition = "2015";
|
|
sha256 = "1zim79cvzd5yrkzl3nyfx0avijwgk9fqv3yrscdy1cc79ih02qpj";
|
|
authors = [
|
|
"Jonas Schievink <jonasschievink@gmail.com>"
|
|
];
|
|
features = {
|
|
"compiler_builtins" = [ "dep:compiler_builtins" ];
|
|
"core" = [ "dep:core" ];
|
|
"default" = [ "std" ];
|
|
"rustc-dep-of-std" = [ "core" "compiler_builtins" ];
|
|
};
|
|
};
|
|
"adler32" = rec {
|
|
crateName = "adler32";
|
|
version = "1.2.0";
|
|
edition = "2018";
|
|
sha256 = "0d7jq7jsjyhsgbhnfq5fvrlh9j0i9g1fqrl2735ibv5f75yjgqda";
|
|
authors = [
|
|
"Remi Rampin <remirampin@gmail.com>"
|
|
];
|
|
features = {
|
|
"compiler_builtins" = [ "dep:compiler_builtins" ];
|
|
"core" = [ "dep:core" ];
|
|
"default" = [ "std" ];
|
|
"rustc-dep-of-std" = [ "core" "compiler_builtins" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"ahash" = rec {
|
|
crateName = "ahash";
|
|
version = "0.8.6";
|
|
edition = "2018";
|
|
sha256 = "0yn9i8nc6mmv28ig9w3dga571q09vg9f1f650mi5z8phx42r6hli";
|
|
authors = [
|
|
"Tom Kaitchuck <Tom.Kaitchuck@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "cfg-if";
|
|
packageId = "cfg-if";
|
|
}
|
|
{
|
|
name = "getrandom";
|
|
packageId = "getrandom";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "once_cell";
|
|
packageId = "once_cell";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (!(("arm" == target."arch") && ("none" == target."os")));
|
|
features = [ "unstable" "alloc" ];
|
|
}
|
|
{
|
|
name = "zerocopy";
|
|
packageId = "zerocopy";
|
|
usesDefaultFeatures = false;
|
|
features = [ "simd" ];
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "version_check";
|
|
packageId = "version_check 0.9.4";
|
|
}
|
|
];
|
|
features = {
|
|
"atomic-polyfill" = [ "dep:atomic-polyfill" "once_cell/atomic-polyfill" ];
|
|
"compile-time-rng" = [ "const-random" ];
|
|
"const-random" = [ "dep:const-random" ];
|
|
"default" = [ "std" "runtime-rng" ];
|
|
"getrandom" = [ "dep:getrandom" ];
|
|
"runtime-rng" = [ "getrandom" ];
|
|
"serde" = [ "dep:serde" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "getrandom" "runtime-rng" "std" ];
|
|
};
|
|
"aho-corasick" = rec {
|
|
crateName = "aho-corasick";
|
|
version = "1.1.2";
|
|
edition = "2021";
|
|
sha256 = "1w510wnixvlgimkx1zjbvlxh6xps2vjgfqgwf5a6adlbjp5rv5mj";
|
|
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 = [ "default" "perf-literal" "std" ];
|
|
};
|
|
"allocator-api2" = rec {
|
|
crateName = "allocator-api2";
|
|
version = "0.2.16";
|
|
edition = "2018";
|
|
sha256 = "1iayppgq4wqbfbfcqmsbwgamj0s65012sskfvyx07pxavk3gyhh9";
|
|
authors = [
|
|
"Zakarum <zaq.dev@icloud.com>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"serde" = [ "dep:serde" ];
|
|
"std" = [ "alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" ];
|
|
};
|
|
"android-tzdata" = rec {
|
|
crateName = "android-tzdata";
|
|
version = "0.1.1";
|
|
edition = "2018";
|
|
sha256 = "1w7ynjxrfs97xg3qlcdns4kgfpwcdv824g611fq32cag4cdr96g9";
|
|
authors = [
|
|
"RumovZ"
|
|
];
|
|
|
|
};
|
|
"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.5";
|
|
edition = "2021";
|
|
sha256 = "1dm1mdbs1x6y3m3pz0qlamgiskb50i4q859676kx0pz8r8pajr6n";
|
|
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";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "utf8parse";
|
|
packageId = "utf8parse";
|
|
}
|
|
];
|
|
features = {
|
|
"auto" = [ "dep:anstyle-query" "dep:colorchoice" ];
|
|
"default" = [ "auto" "wincon" ];
|
|
"wincon" = [ "dep:anstyle-wincon" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "auto" "default" "wincon" ];
|
|
};
|
|
"anstyle" = rec {
|
|
crateName = "anstyle";
|
|
version = "1.0.4";
|
|
edition = "2021";
|
|
sha256 = "11yxw02b6parn29s757z96rgiqbn8qy0fk9a3p3bhczm85dhfybh";
|
|
features = {
|
|
"default" = [ "std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"anstyle-parse" = rec {
|
|
crateName = "anstyle-parse";
|
|
version = "0.2.3";
|
|
edition = "2021";
|
|
sha256 = "134jhzrz89labrdwxxnjxqjdg06qvaflj1wkfnmyapwyldfwcnn7";
|
|
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.0.2";
|
|
edition = "2021";
|
|
sha256 = "0j3na4b1nma39g4x7cwvj009awxckjf3z2vkwhldgka44hqj72g2";
|
|
dependencies = [
|
|
{
|
|
name = "windows-sys";
|
|
packageId = "windows-sys 0.52.0";
|
|
target = { target, features }: (target."windows" or false);
|
|
features = [ "Win32_System_Console" "Win32_Foundation" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"anstyle-wincon" = rec {
|
|
crateName = "anstyle-wincon";
|
|
version = "3.0.2";
|
|
edition = "2021";
|
|
sha256 = "19v0fv400bmp4niqpzxnhg83vz12mmqv7l2l8vi80qcdxj0lpm8w";
|
|
dependencies = [
|
|
{
|
|
name = "anstyle";
|
|
packageId = "anstyle";
|
|
}
|
|
{
|
|
name = "windows-sys";
|
|
packageId = "windows-sys 0.52.0";
|
|
target = { target, features }: (target."windows" or false);
|
|
features = [ "Win32_System_Console" "Win32_Foundation" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"anyhow" = rec {
|
|
crateName = "anyhow";
|
|
version = "1.0.75";
|
|
edition = "2018";
|
|
sha256 = "1rmcjkim91c5mw7h9wn8nv0k6x118yz0xg0z1q18svgn42mqqrm4";
|
|
authors = [
|
|
"David Tolnay <dtolnay@gmail.com>"
|
|
];
|
|
features = {
|
|
"backtrace" = [ "dep:backtrace" ];
|
|
"default" = [ "std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"async-channel 1.9.0" = rec {
|
|
crateName = "async-channel";
|
|
version = "1.9.0";
|
|
edition = "2018";
|
|
sha256 = "0dbdlkzlncbibd3ij6y6jmvjd0cmdn48ydcfdpfhw09njd93r5c1";
|
|
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.1.1" = rec {
|
|
crateName = "async-channel";
|
|
version = "2.1.1";
|
|
edition = "2018";
|
|
sha256 = "1337ywc1paw03rdlwh100kh8pa0zyp0nrlya8bpsn6zdqi5kz8qw";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "concurrent-queue";
|
|
packageId = "concurrent-queue";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "event-listener";
|
|
packageId = "event-listener 4.0.1";
|
|
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" ];
|
|
"std" = [ "concurrent-queue/std" "event-listener/std" "event-listener-strategy/std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"async-executor" = rec {
|
|
crateName = "async-executor";
|
|
version = "1.8.0";
|
|
edition = "2021";
|
|
sha256 = "0z7rpayidhdqs4sdzjhh26z5155c1n94fycqni9793n4zjz5xbhp";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "async-lock";
|
|
packageId = "async-lock 3.3.0";
|
|
}
|
|
{
|
|
name = "async-task";
|
|
packageId = "async-task";
|
|
}
|
|
{
|
|
name = "concurrent-queue";
|
|
packageId = "concurrent-queue";
|
|
}
|
|
{
|
|
name = "fastrand";
|
|
packageId = "fastrand 2.0.1";
|
|
}
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite 2.2.0";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite 2.2.0";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (builtins.elem "wasm" target."family");
|
|
features = [ "std" ];
|
|
}
|
|
{
|
|
name = "slab";
|
|
packageId = "slab";
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "fastrand";
|
|
packageId = "fastrand 2.0.1";
|
|
}
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite 2.2.0";
|
|
}
|
|
];
|
|
|
|
};
|
|
"async-global-executor" = rec {
|
|
crateName = "async-global-executor";
|
|
version = "2.4.1";
|
|
edition = "2021";
|
|
sha256 = "1762s45cc134d38rrv0hyp41hv4iv6nmx59vswid2p0il8rvdc85";
|
|
authors = [
|
|
"Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "async-channel";
|
|
packageId = "async-channel 2.1.1";
|
|
}
|
|
{
|
|
name = "async-executor";
|
|
packageId = "async-executor";
|
|
}
|
|
{
|
|
name = "async-io";
|
|
packageId = "async-io 2.3.1";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "async-lock";
|
|
packageId = "async-lock 3.3.0";
|
|
}
|
|
{
|
|
name = "blocking";
|
|
packageId = "blocking";
|
|
}
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite 2.2.0";
|
|
}
|
|
{
|
|
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 1.13.0" = rec {
|
|
crateName = "async-io";
|
|
version = "1.13.0";
|
|
edition = "2018";
|
|
sha256 = "1byj7lpw0ahk6k63sbc9859v68f28hpaab41dxsjj1ggjdfv9i8g";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "async-lock";
|
|
packageId = "async-lock 2.8.0";
|
|
}
|
|
{
|
|
name = "cfg-if";
|
|
packageId = "cfg-if";
|
|
}
|
|
{
|
|
name = "concurrent-queue";
|
|
packageId = "concurrent-queue";
|
|
}
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite 1.13.0";
|
|
}
|
|
{
|
|
name = "log";
|
|
packageId = "log 0.4.20";
|
|
}
|
|
{
|
|
name = "parking";
|
|
packageId = "parking";
|
|
}
|
|
{
|
|
name = "polling";
|
|
packageId = "polling 2.8.0";
|
|
}
|
|
{
|
|
name = "rustix";
|
|
packageId = "rustix 0.37.27";
|
|
usesDefaultFeatures = false;
|
|
features = [ "std" "fs" ];
|
|
}
|
|
{
|
|
name = "slab";
|
|
packageId = "slab";
|
|
}
|
|
{
|
|
name = "socket2";
|
|
packageId = "socket2 0.4.10";
|
|
features = [ "all" ];
|
|
}
|
|
{
|
|
name = "waker-fn";
|
|
packageId = "waker-fn";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "autocfg";
|
|
packageId = "autocfg 1.1.0";
|
|
}
|
|
];
|
|
|
|
};
|
|
"async-io 2.3.1" = rec {
|
|
crateName = "async-io";
|
|
version = "2.3.1";
|
|
edition = "2021";
|
|
sha256 = "0rggn074kbqxxajci1aq14b17gp75rw9l6rpbazcv9q0bc6ap5wg";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "async-lock";
|
|
packageId = "async-lock 3.3.0";
|
|
}
|
|
{
|
|
name = "cfg-if";
|
|
packageId = "cfg-if";
|
|
}
|
|
{
|
|
name = "concurrent-queue";
|
|
packageId = "concurrent-queue";
|
|
}
|
|
{
|
|
name = "futures-io";
|
|
packageId = "futures-io";
|
|
usesDefaultFeatures = false;
|
|
features = [ "std" ];
|
|
}
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite 2.2.0";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "parking";
|
|
packageId = "parking";
|
|
}
|
|
{
|
|
name = "polling";
|
|
packageId = "polling 3.4.0";
|
|
}
|
|
{
|
|
name = "rustix";
|
|
packageId = "rustix 0.38.28";
|
|
usesDefaultFeatures = false;
|
|
features = [ "fs" "net" "std" ];
|
|
}
|
|
{
|
|
name = "slab";
|
|
packageId = "slab";
|
|
}
|
|
{
|
|
name = "tracing";
|
|
packageId = "tracing";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "windows-sys";
|
|
packageId = "windows-sys 0.52.0";
|
|
target = { target, features }: (target."windows" or false);
|
|
features = [ "Win32_Foundation" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"async-lock 2.8.0" = rec {
|
|
crateName = "async-lock";
|
|
version = "2.8.0";
|
|
edition = "2018";
|
|
sha256 = "0asq5xdzgp3d5m82y5rg7a0k9q0g95jy6mgc7ivl334x7qlp4wi8";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "event-listener";
|
|
packageId = "event-listener 2.5.3";
|
|
}
|
|
];
|
|
|
|
};
|
|
"async-lock 3.3.0" = rec {
|
|
crateName = "async-lock";
|
|
version = "3.3.0";
|
|
edition = "2021";
|
|
sha256 = "0yxflkfw46rad4lv86f59b5z555dlfmg1riz1n8830rgi0qb8d6h";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "event-listener";
|
|
packageId = "event-listener 4.0.1";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "event-listener-strategy";
|
|
packageId = "event-listener-strategy";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "pin-project-lite";
|
|
packageId = "pin-project-lite";
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"std" = [ "event-listener/std" "event-listener-strategy/std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"async-std" = rec {
|
|
crateName = "async-std";
|
|
version = "1.12.0";
|
|
edition = "2018";
|
|
sha256 = "0pbgxhyb97h4n0451r26njvr20ywqsbm6y1wjllnp4if82s5nmk2";
|
|
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"));
|
|
features = [ "async-io" ];
|
|
}
|
|
{
|
|
name = "async-io";
|
|
packageId = "async-io 1.13.0";
|
|
optional = true;
|
|
target = { target, features }: (!("unknown" == target."os"));
|
|
}
|
|
{
|
|
name = "async-lock";
|
|
packageId = "async-lock 2.8.0";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "crossbeam-utils";
|
|
packageId = "crossbeam-utils";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "futures-channel";
|
|
packageId = "futures-channel";
|
|
optional = true;
|
|
target = { target, features }: ("wasm32" == target."arch");
|
|
}
|
|
{
|
|
name = "futures-core";
|
|
packageId = "futures-core";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "futures-io";
|
|
packageId = "futures-io";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite 1.13.0";
|
|
optional = true;
|
|
target = { target, features }: (!("unknown" == target."os"));
|
|
}
|
|
{
|
|
name = "gloo-timers";
|
|
packageId = "gloo-timers";
|
|
optional = true;
|
|
target = { target, features }: ("wasm32" == target."arch");
|
|
features = [ "futures" ];
|
|
}
|
|
{
|
|
name = "kv-log-macro";
|
|
packageId = "kv-log-macro";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "log";
|
|
packageId = "log 0.4.20";
|
|
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");
|
|
}
|
|
];
|
|
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.0";
|
|
edition = "2018";
|
|
sha256 = "16975vx6aqy5yf16fs9xz5vx1zq8mwkzfmykvcilc1j7b6c6xczv";
|
|
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.77";
|
|
edition = "2021";
|
|
sha256 = "1adf1jh2yg39rkpmqjqyr9xyd6849p0d95425i6imgbhx0syx069";
|
|
procMacro = true;
|
|
authors = [
|
|
"David Tolnay <dtolnay@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "proc-macro2";
|
|
packageId = "proc-macro2";
|
|
}
|
|
{
|
|
name = "quote";
|
|
packageId = "quote";
|
|
}
|
|
{
|
|
name = "syn";
|
|
packageId = "syn 2.0.48";
|
|
features = [ "full" "visit-mut" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"atoi" = rec {
|
|
crateName = "atoi";
|
|
version = "2.0.0";
|
|
edition = "2021";
|
|
sha256 = "0a05h42fggmy7h0ajjv6m7z72l924i7igbx13hk9d8pyign9k3gj";
|
|
authors = [
|
|
"Markus Klein"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "num-traits";
|
|
packageId = "num-traits";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"std" = [ "num-traits/std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"atomic-waker" = rec {
|
|
crateName = "atomic-waker";
|
|
version = "1.1.2";
|
|
edition = "2018";
|
|
sha256 = "1h5av1lw56m0jf0fd3bchxq8a30xv0b4wv8s4zkp4s0i7mfvs18m";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
"Contributors to futures-rs"
|
|
];
|
|
features = {
|
|
"portable-atomic" = [ "dep:portable-atomic" ];
|
|
};
|
|
};
|
|
"atomic-write-file" = rec {
|
|
crateName = "atomic-write-file";
|
|
version = "0.1.2";
|
|
edition = "2021";
|
|
sha256 = "0dl4x0srdwjxm3zz3fj1c7m44i3b7mjiad550fqklj1n4bfbxkgd";
|
|
authors = [
|
|
"Andrea Corbellini <corbellini.andrea@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "nix";
|
|
packageId = "nix";
|
|
target = { target, features }: (target."unix" or false);
|
|
features = [ "fs" "user" ];
|
|
}
|
|
{
|
|
name = "rand";
|
|
packageId = "rand 0.8.5";
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "unnamed-tmpfile" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "unnamed-tmpfile" ];
|
|
};
|
|
"authdb" = rec {
|
|
crateName = "authdb";
|
|
version = "0.1.0";
|
|
edition = "2021";
|
|
crateBin = [
|
|
{
|
|
name = "auth-cli";
|
|
path = "src/bin/cli.rs";
|
|
requiredFeatures = [ ];
|
|
}
|
|
];
|
|
# We can't filter paths with references in Nix 2.4
|
|
# See https://github.com/NixOS/nix/issues/5410
|
|
src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion ))
|
|
then lib.cleanSourceWith { filter = sourceFilter; src = ./authdb; }
|
|
else ./authdb;
|
|
dependencies = [
|
|
{
|
|
name = "base64ct";
|
|
packageId = "base64ct";
|
|
features = [ "alloc" ];
|
|
}
|
|
{
|
|
name = "clap";
|
|
packageId = "clap";
|
|
features = [ "derive" ];
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde 1.0.193";
|
|
features = [ "derive" ];
|
|
}
|
|
{
|
|
name = "sha2";
|
|
packageId = "sha2";
|
|
}
|
|
{
|
|
name = "sqlx";
|
|
packageId = "sqlx";
|
|
features = [ "runtime-tokio" "sqlite" ];
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror";
|
|
}
|
|
{
|
|
name = "tokio";
|
|
packageId = "tokio";
|
|
features = [ "full" ];
|
|
}
|
|
{
|
|
name = "uuid";
|
|
packageId = "uuid 0.4.0";
|
|
features = [ "serde" "v4" ];
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "cool_asserts";
|
|
packageId = "cool_asserts";
|
|
}
|
|
];
|
|
|
|
};
|
|
"autocfg 0.1.8" = rec {
|
|
crateName = "autocfg";
|
|
version = "0.1.8";
|
|
edition = "2015";
|
|
sha256 = "0y4vw4l4izdxq1v0rrhvmlbqvalrqrmk60v1z0dqlgnlbzkl7phd";
|
|
authors = [
|
|
"Josh Stone <cuviper@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "autocfg";
|
|
packageId = "autocfg 1.1.0";
|
|
}
|
|
];
|
|
|
|
};
|
|
"autocfg 1.1.0" = rec {
|
|
crateName = "autocfg";
|
|
version = "1.1.0";
|
|
edition = "2015";
|
|
sha256 = "1ylp3cb47ylzabimazvbz9ms6ap784zhb6syaz6c1jqpmcmq0s6l";
|
|
authors = [
|
|
"Josh Stone <cuviper@gmail.com>"
|
|
];
|
|
|
|
};
|
|
"backtrace" = rec {
|
|
crateName = "backtrace";
|
|
version = "0.3.69";
|
|
edition = "2018";
|
|
sha256 = "0dsq23dhw4pfndkx2nsa1ml2g31idm7ss7ljxp8d57avygivg290";
|
|
authors = [
|
|
"The Rust Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "addr2line";
|
|
packageId = "addr2line";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (!((target."windows" or false) && ("msvc" == target."env") && (!("uwp" == target."vendor"))));
|
|
}
|
|
{
|
|
name = "cfg-if";
|
|
packageId = "cfg-if";
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (!((target."windows" or false) && ("msvc" == target."env") && (!("uwp" == target."vendor"))));
|
|
}
|
|
{
|
|
name = "miniz_oxide";
|
|
packageId = "miniz_oxide 0.7.1";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (!((target."windows" or false) && ("msvc" == target."env") && (!("uwp" == target."vendor"))));
|
|
}
|
|
{
|
|
name = "object";
|
|
packageId = "object";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (!((target."windows" or false) && ("msvc" == target."env") && (!("uwp" == target."vendor"))));
|
|
features = [ "read_core" "elf" "macho" "pe" "unaligned" "archive" ];
|
|
}
|
|
{
|
|
name = "rustc-demangle";
|
|
packageId = "rustc-demangle";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "cc";
|
|
packageId = "cc";
|
|
}
|
|
];
|
|
features = {
|
|
"cpp_demangle" = [ "dep:cpp_demangle" ];
|
|
"default" = [ "std" ];
|
|
"rustc-serialize" = [ "dep:rustc-serialize" ];
|
|
"serde" = [ "dep:serde" ];
|
|
"serialize-rustc" = [ "rustc-serialize" ];
|
|
"serialize-serde" = [ "serde" ];
|
|
"verify-winapi" = [ "winapi/dbghelp" "winapi/handleapi" "winapi/libloaderapi" "winapi/memoryapi" "winapi/minwindef" "winapi/processthreadsapi" "winapi/synchapi" "winapi/tlhelp32" "winapi/winbase" "winapi/winnt" ];
|
|
"winapi" = [ "dep:winapi" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"base64 0.21.5" = rec {
|
|
crateName = "base64";
|
|
version = "0.21.5";
|
|
edition = "2018";
|
|
sha256 = "1y8x2xs9nszj5ix7gg4ycn5a6wy7ca74zxwqri3bdqzdjha6lqrm";
|
|
authors = [
|
|
"Alice Maz <alice@alicemaz.com>"
|
|
"Marshall Pierce <marshall@mpierce.org>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"std" = [ "alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" "default" "std" ];
|
|
};
|
|
"base64 0.9.3" = rec {
|
|
crateName = "base64";
|
|
version = "0.9.3";
|
|
edition = "2015";
|
|
sha256 = "0hs62r35bgxslawyrn1vp9rmvrkkm76fqv0vqcwd048vs876r7a8";
|
|
authors = [
|
|
"Alice Maz <alice@alicemaz.com>"
|
|
"Marshall Pierce <marshall@mpierce.org>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "byteorder";
|
|
packageId = "byteorder";
|
|
}
|
|
{
|
|
name = "safemem";
|
|
packageId = "safemem";
|
|
}
|
|
];
|
|
|
|
};
|
|
"base64ct" = rec {
|
|
crateName = "base64ct";
|
|
version = "1.6.0";
|
|
edition = "2021";
|
|
sha256 = "0nvdba4jb8aikv60az40x2w1y96sjdq8z3yp09rwzmkhiwv1lg4c";
|
|
authors = [
|
|
"RustCrypto Developers"
|
|
];
|
|
features = {
|
|
"std" = [ "alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "alloc" ];
|
|
};
|
|
"bit-set" = rec {
|
|
crateName = "bit-set";
|
|
version = "0.5.3";
|
|
edition = "2015";
|
|
sha256 = "1wcm9vxi00ma4rcxkl3pzzjli6ihrpn9cfdi0c5b4cvga2mxs007";
|
|
authors = [
|
|
"Alexis Beingessner <a.beingessner@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bit-vec";
|
|
packageId = "bit-vec";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"std" = [ "bit-vec/std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"bit-vec" = rec {
|
|
crateName = "bit-vec";
|
|
version = "0.6.3";
|
|
edition = "2015";
|
|
sha256 = "1ywqjnv60cdh1slhz67psnp422md6jdliji6alq0gmly2xm9p7rl";
|
|
authors = [
|
|
"Alexis Beingessner <a.beingessner@gmail.com>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"serde" = [ "dep:serde" ];
|
|
"serde_no_std" = [ "serde/alloc" ];
|
|
"serde_std" = [ "std" "serde/std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"bit_field" = rec {
|
|
crateName = "bit_field";
|
|
version = "0.10.2";
|
|
edition = "2015";
|
|
sha256 = "0qav5rpm4hqc33vmf4vc4r0mh51yjx5vmd9zhih26n9yjs3730nw";
|
|
authors = [
|
|
"Philipp Oppermann <dev@phil-opp.com>"
|
|
];
|
|
|
|
};
|
|
"bitflags 1.3.2" = rec {
|
|
crateName = "bitflags";
|
|
version = "1.3.2";
|
|
edition = "2018";
|
|
sha256 = "12ki6w8gn1ldq7yz9y680llwk5gmrhrzszaa17g1sbrw2r2qvwxy";
|
|
authors = [
|
|
"The Rust Project Developers"
|
|
];
|
|
features = {
|
|
"compiler_builtins" = [ "dep:compiler_builtins" ];
|
|
"core" = [ "dep:core" ];
|
|
"rustc-dep-of-std" = [ "core" "compiler_builtins" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"bitflags 2.4.1" = rec {
|
|
crateName = "bitflags";
|
|
version = "2.4.1";
|
|
edition = "2021";
|
|
sha256 = "01ryy3kd671b0ll4bhdvhsz67vwz1lz53fz504injrd7wpv64xrj";
|
|
authors = [
|
|
"The Rust Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "serde";
|
|
packageId = "serde 1.0.193";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
features = {
|
|
"arbitrary" = [ "dep:arbitrary" ];
|
|
"bytemuck" = [ "dep:bytemuck" ];
|
|
"compiler_builtins" = [ "dep:compiler_builtins" ];
|
|
"core" = [ "dep:core" ];
|
|
"rustc-dep-of-std" = [ "core" "compiler_builtins" ];
|
|
"serde" = [ "dep:serde" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "serde" "std" ];
|
|
};
|
|
"block-buffer" = rec {
|
|
crateName = "block-buffer";
|
|
version = "0.10.4";
|
|
edition = "2018";
|
|
sha256 = "0w9sa2ypmrsqqvc20nhwr75wbb5cjr4kkyhpjm1z1lv2kdicfy1h";
|
|
authors = [
|
|
"RustCrypto Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "generic-array";
|
|
packageId = "generic-array 0.14.7";
|
|
}
|
|
];
|
|
|
|
};
|
|
"blocking" = rec {
|
|
crateName = "blocking";
|
|
version = "1.5.1";
|
|
edition = "2018";
|
|
sha256 = "064i3d6b8ln34fgdw49nmx9m36bwi3r3nv8c9xhcrpf4ilz92dva";
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "async-channel";
|
|
packageId = "async-channel 2.1.1";
|
|
}
|
|
{
|
|
name = "async-lock";
|
|
packageId = "async-lock 3.3.0";
|
|
target = { target, features }: (!(builtins.elem "wasm" target."family"));
|
|
}
|
|
{
|
|
name = "async-task";
|
|
packageId = "async-task";
|
|
}
|
|
{
|
|
name = "fastrand";
|
|
packageId = "fastrand 2.0.1";
|
|
}
|
|
{
|
|
name = "futures-io";
|
|
packageId = "futures-io";
|
|
usesDefaultFeatures = false;
|
|
features = [ "std" ];
|
|
}
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite 2.2.0";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "piper";
|
|
packageId = "piper";
|
|
}
|
|
{
|
|
name = "tracing";
|
|
packageId = "tracing";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
];
|
|
devDependencies = [
|
|
{
|
|
name = "futures-lite";
|
|
packageId = "futures-lite 2.2.0";
|
|
}
|
|
];
|
|
|
|
};
|
|
"build_html" = rec {
|
|
crateName = "build_html";
|
|
version = "2.4.0";
|
|
edition = "2018";
|
|
sha256 = "188nibbsv33vgjjiq9cn2irsgdb75gxfipavcavnyydcwxpzw21i";
|
|
authors = [
|
|
"Joseph Skubal"
|
|
];
|
|
|
|
};
|
|
"bumpalo" = rec {
|
|
crateName = "bumpalo";
|
|
version = "3.14.0";
|
|
edition = "2021";
|
|
sha256 = "1v4arnv9kwk54v5d0qqpv4vyw2sgr660nk0w3apzixi1cm3yfc3z";
|
|
authors = [
|
|
"Nick Fitzgerald <fitzgen@gmail.com>"
|
|
];
|
|
features = {
|
|
"allocator-api2" = [ "dep:allocator-api2" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" ];
|
|
};
|
|
"bytemuck" = rec {
|
|
crateName = "bytemuck";
|
|
version = "1.14.0";
|
|
edition = "2018";
|
|
sha256 = "1ik1ma5n3bg700skkzhx50zjk7kj7mbsphi773if17l04pn2hk9p";
|
|
authors = [
|
|
"Lokathor <zefria@gmail.com>"
|
|
];
|
|
features = {
|
|
"bytemuck_derive" = [ "dep:bytemuck_derive" ];
|
|
"derive" = [ "bytemuck_derive" ];
|
|
"extern_crate_std" = [ "extern_crate_alloc" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "extern_crate_alloc" ];
|
|
};
|
|
"byteorder" = rec {
|
|
crateName = "byteorder";
|
|
version = "1.5.0";
|
|
edition = "2021";
|
|
sha256 = "0jzncxyf404mwqdbspihyzpkndfgda450l0893pz5xj685cg5l0z";
|
|
authors = [
|
|
"Andrew Gallant <jamslam@gmail.com>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"bytes" = rec {
|
|
crateName = "bytes";
|
|
version = "1.5.0";
|
|
edition = "2018";
|
|
sha256 = "08w2i8ac912l8vlvkv3q51cd4gr09pwlg3sjsjffcizlrb0i5gd2";
|
|
authors = [
|
|
"Carl Lerche <me@carllerche.com>"
|
|
"Sean McArthur <sean@seanmonstar.com>"
|
|
];
|
|
features = {
|
|
"default" = [ "std" ];
|
|
"serde" = [ "dep:serde" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "std" ];
|
|
};
|
|
"cairo-rs" = rec {
|
|
crateName = "cairo-rs";
|
|
version = "0.18.3";
|
|
edition = "2021";
|
|
sha256 = "18d80lk853bjhx36rjaj78clzfjrmlgi01863drnmshdgxi16dpk";
|
|
libName = "cairo";
|
|
authors = [
|
|
"The gtk-rs Project Developers"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "bitflags";
|
|
packageId = "bitflags 2.4.1";
|
|
}
|
|
{
|
|
name = "cairo-sys-rs";
|
|
packageId = "cairo-sys-rs";
|
|
rename = "ffi";
|
|
}
|
|
{
|
|
name = "glib";
|
|
packageId = "glib";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
{
|
|
name = "once_cell";
|
|
packageId = "once_cell";
|
|
}
|
|
{
|
|
name = "thiserror";
|
|
packageId = "thiserror";
|
|
}
|
|
];
|
|
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";
|
|
rename = "glib";
|
|
optional = true;
|
|
}
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
}
|
|
];
|
|
buildDependencies = [
|
|
{
|
|
name = "system-deps";
|
|
packageId = "system-deps";
|
|
}
|
|
];
|
|
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" ];
|
|
};
|
|
"cc" = rec {
|
|
crateName = "cc";
|
|
version = "1.0.83";
|
|
edition = "2018";
|
|
crateBin = [];
|
|
sha256 = "1l643zidlb5iy1dskc5ggqs4wqa29a02f44piczqc8zcnsq4y5zi";
|
|
authors = [
|
|
"Alex Crichton <alex@alexcrichton.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "libc";
|
|
packageId = "libc";
|
|
usesDefaultFeatures = false;
|
|
target = { target, features }: (target."unix" or false);
|
|
}
|
|
];
|
|
features = {
|
|
"jobserver" = [ "dep:jobserver" ];
|
|
"parallel" = [ "jobserver" ];
|
|
};
|
|
};
|
|
"cfg-expr" = rec {
|
|
crateName = "cfg-expr";
|
|
version = "0.15.5";
|
|
edition = "2021";
|
|
sha256 = "1cqicd9qi8mzzgh63dw03zhbdihqfl3lbiklrkynyzkq67s5m483";
|
|
authors = [
|
|
"Embark <opensource@embark-studios.com>"
|
|
"Jake Shadle <jake.shadle@embark-studios.com>"
|
|
];
|
|
dependencies = [
|
|
{
|
|
name = "smallvec";
|
|
packageId = "smallvec";
|
|
}
|
|
{
|
|
name = "target-lexicon";
|
|
packageId = "target-lexicon";
|
|
optional = true;
|
|
}
|
|
];
|
|
features = {
|
|
"target-lexicon" = [ "dep:target-lexicon" ];
|
|
"targets" = [ "target-lexicon" ];
|
|
};
|
|
resolvedDefaultFeatures = [ "default" "target-lexicon" "targets" ];
|
|
};
|
|
"cfg-if" = rec {
|
|
crateName = "cfg-if";
|
|
version = "1.0.0";
|
|
edition = "2018";
|
|
sha256 = "1za0vb97n4brpzpv8lsbnzmq5r8f2b0cpqqr0sy8h5bn751xxwds";
|
|
authors = [
|
|
"Alex Crichton <alex@alexcrichton.com>"
|
|
];
|
|
features = {
|
|
"compiler_builtins" = [ "dep:compiler_builtins" ];
|
|
"core" = [ "dep:core" ];
|
|
"rustc-dep-of-std" = [ "core" "compiler_builtins" ];
|
|
};
|
|
};
|
|
"changeset" = rec {
|
|
crateName = "changeset";
|
|
version = "0.1.0";
|
|
edition = "2021";
|
|
# We can't filter paths with references in Nix 2.4
|
|
# See https://github.com/NixOS/nix/issues/5410
|
|
src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion ))
|
|
then lib.cleanSourceWith { filter = sourceFilter; src = ./changeset; }
|
|
else ./changeset;
|
|
devDependencies = [
|
|
{
|
|
name = "uuid";
|
|
packageId = "uuid 1.6.1";
|
|
features = [ "v4" ];
|
|
}
|
|
];
|
|
|
|
};
|
|
"chrono" = rec {
|
|
crateName = "chrono";
|
|
version = "0.4.31";
|
|
edition = "2021";
|
|
sha256 = "0f6vg67pipm8cziad2yms6a639pssnvysk1m05dd9crymmdnhb3z";
|
|
dependencies = [
|
|
{
|
|
name = "android-tzdata";
|
|
packageId = "android-tzdata";
|
|
optional = true;
|
|
target = { target, features }: ("android" == target."os");
|
|
}
|
|
{
|
|
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") && (!(("emscripten" == target."os") || ("wasi" == target."os"))));
|
|
}
|
|
{
|
|
name = "num-traits";
|
|
packageId = "num-traits";
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "serde";
|
|
packageId = "serde 1.0.193";
|
|
optional = true;
|
|
usesDefaultFeatures = false;
|
|
}
|
|
{
|
|
name = "wasm-bindgen";
|
|
packageId |