|
|
@ -44,14 +44,14 @@ in
|
|
|
|
{
|
|
|
|
{
|
|
|
|
cargo2nixVersion = "0.10.0";
|
|
|
|
cargo2nixVersion = "0.10.0";
|
|
|
|
workspace = {
|
|
|
|
workspace = {
|
|
|
|
garage_util = rustPackages.unknown.garage_util."0.6.0";
|
|
|
|
garage_util = rustPackages.unknown.garage_util."0.7.0";
|
|
|
|
garage_rpc = rustPackages.unknown.garage_rpc."0.6.0";
|
|
|
|
garage_rpc = rustPackages.unknown.garage_rpc."0.7.0";
|
|
|
|
garage_admin = rustPackages.unknown.garage_admin."0.6.0";
|
|
|
|
garage_admin = rustPackages.unknown.garage_admin."0.7.0";
|
|
|
|
garage_table = rustPackages.unknown.garage_table."0.6.0";
|
|
|
|
garage_table = rustPackages.unknown.garage_table."0.7.0";
|
|
|
|
garage_model = rustPackages.unknown.garage_model."0.6.0";
|
|
|
|
garage_model = rustPackages.unknown.garage_model."0.7.0";
|
|
|
|
garage_api = rustPackages.unknown.garage_api."0.6.0";
|
|
|
|
garage_api = rustPackages.unknown.garage_api."0.7.0";
|
|
|
|
garage_web = rustPackages.unknown.garage_web."0.6.0";
|
|
|
|
garage_web = rustPackages.unknown.garage_web."0.7.0";
|
|
|
|
garage = rustPackages.unknown.garage."0.6.0";
|
|
|
|
garage = rustPackages.unknown.garage."0.7.0";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
"registry+https://github.com/rust-lang/crates.io-index".aho-corasick."0.7.18" = overridableMkRustCrate (profileName: rec {
|
|
|
|
"registry+https://github.com/rust-lang/crates.io-index".aho-corasick."0.7.18" = overridableMkRustCrate (profileName: rec {
|
|
|
|
name = "aho-corasick";
|
|
|
|
name = "aho-corasick";
|
|
|
@ -610,7 +610,7 @@ in
|
|
|
|
registry = "registry+https://github.com/rust-lang/crates.io-index";
|
|
|
|
registry = "registry+https://github.com/rust-lang/crates.io-index";
|
|
|
|
src = fetchCratesIo { inherit name version; sha256 = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"; };
|
|
|
|
src = fetchCratesIo { inherit name version; sha256 = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"; };
|
|
|
|
dependencies = {
|
|
|
|
dependencies = {
|
|
|
|
${ if hostPlatform.config == "aarch64-apple-darwin" || hostPlatform.parsed.cpu.name == "aarch64" && hostPlatform.parsed.kernel.name == "linux" then "libc" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".libc."0.2.115" { inherit profileName; };
|
|
|
|
${ if hostPlatform.parsed.cpu.name == "aarch64" && hostPlatform.parsed.kernel.name == "linux" || hostPlatform.config == "aarch64-apple-darwin" then "libc" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".libc."0.2.115" { inherit profileName; };
|
|
|
|
};
|
|
|
|
};
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
@ -1060,9 +1060,9 @@ in
|
|
|
|
};
|
|
|
|
};
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
"unknown".garage."0.6.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
"unknown".garage."0.7.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
name = "garage";
|
|
|
|
name = "garage";
|
|
|
|
version = "0.6.0";
|
|
|
|
version = "0.7.0";
|
|
|
|
registry = "unknown";
|
|
|
|
registry = "unknown";
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/garage");
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/garage");
|
|
|
|
dependencies = {
|
|
|
|
dependencies = {
|
|
|
@ -1070,13 +1070,13 @@ in
|
|
|
|
bytes = rustPackages."registry+https://github.com/rust-lang/crates.io-index".bytes."1.1.0" { inherit profileName; };
|
|
|
|
bytes = rustPackages."registry+https://github.com/rust-lang/crates.io-index".bytes."1.1.0" { inherit profileName; };
|
|
|
|
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.17" { inherit profileName; };
|
|
|
|
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.17" { inherit profileName; };
|
|
|
|
futures_util = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures-util."0.3.17" { inherit profileName; };
|
|
|
|
futures_util = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures-util."0.3.17" { inherit profileName; };
|
|
|
|
garage_admin = rustPackages."unknown".garage_admin."0.6.0" { inherit profileName; };
|
|
|
|
garage_admin = rustPackages."unknown".garage_admin."0.7.0" { inherit profileName; };
|
|
|
|
garage_api = rustPackages."unknown".garage_api."0.6.0" { inherit profileName; };
|
|
|
|
garage_api = rustPackages."unknown".garage_api."0.7.0" { inherit profileName; };
|
|
|
|
garage_model = rustPackages."unknown".garage_model."0.6.0" { inherit profileName; };
|
|
|
|
garage_model = rustPackages."unknown".garage_model."0.7.0" { inherit profileName; };
|
|
|
|
garage_rpc = rustPackages."unknown".garage_rpc."0.6.0" { inherit profileName; };
|
|
|
|
garage_rpc = rustPackages."unknown".garage_rpc."0.7.0" { inherit profileName; };
|
|
|
|
garage_table = rustPackages."unknown".garage_table."0.6.0" { inherit profileName; };
|
|
|
|
garage_table = rustPackages."unknown".garage_table."0.7.0" { inherit profileName; };
|
|
|
|
garage_util = rustPackages."unknown".garage_util."0.6.0" { inherit profileName; };
|
|
|
|
garage_util = rustPackages."unknown".garage_util."0.7.0" { inherit profileName; };
|
|
|
|
garage_web = rustPackages."unknown".garage_web."0.6.0" { inherit profileName; };
|
|
|
|
garage_web = rustPackages."unknown".garage_web."0.7.0" { inherit profileName; };
|
|
|
|
git_version = rustPackages."registry+https://github.com/rust-lang/crates.io-index".git-version."0.3.5" { inherit profileName; };
|
|
|
|
git_version = rustPackages."registry+https://github.com/rust-lang/crates.io-index".git-version."0.3.5" { inherit profileName; };
|
|
|
|
hex = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hex."0.4.3" { inherit profileName; };
|
|
|
|
hex = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hex."0.4.3" { inherit profileName; };
|
|
|
|
sodiumoxide = rustPackages."registry+https://github.com/rust-lang/crates.io-index".kuska-sodiumoxide."0.2.5-0" { inherit profileName; };
|
|
|
|
sodiumoxide = rustPackages."registry+https://github.com/rust-lang/crates.io-index".kuska-sodiumoxide."0.2.5-0" { inherit profileName; };
|
|
|
@ -1099,15 +1099,15 @@ in
|
|
|
|
};
|
|
|
|
};
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
"unknown".garage_admin."0.6.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
"unknown".garage_admin."0.7.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
name = "garage_admin";
|
|
|
|
name = "garage_admin";
|
|
|
|
version = "0.6.0";
|
|
|
|
version = "0.7.0";
|
|
|
|
registry = "unknown";
|
|
|
|
registry = "unknown";
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/admin");
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/admin");
|
|
|
|
dependencies = {
|
|
|
|
dependencies = {
|
|
|
|
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.17" { inherit profileName; };
|
|
|
|
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.17" { inherit profileName; };
|
|
|
|
futures_util = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures-util."0.3.17" { inherit profileName; };
|
|
|
|
futures_util = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures-util."0.3.17" { inherit profileName; };
|
|
|
|
garage_util = rustPackages."unknown".garage_util."0.6.0" { inherit profileName; };
|
|
|
|
garage_util = rustPackages."unknown".garage_util."0.7.0" { inherit profileName; };
|
|
|
|
hex = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hex."0.4.3" { inherit profileName; };
|
|
|
|
hex = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hex."0.4.3" { inherit profileName; };
|
|
|
|
http = rustPackages."registry+https://github.com/rust-lang/crates.io-index".http."0.2.5" { inherit profileName; };
|
|
|
|
http = rustPackages."registry+https://github.com/rust-lang/crates.io-index".http."0.2.5" { inherit profileName; };
|
|
|
|
hyper = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hyper."0.14.17" { inherit profileName; };
|
|
|
|
hyper = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hyper."0.14.17" { inherit profileName; };
|
|
|
@ -1119,9 +1119,9 @@ in
|
|
|
|
};
|
|
|
|
};
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
"unknown".garage_api."0.6.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
"unknown".garage_api."0.7.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
name = "garage_api";
|
|
|
|
name = "garage_api";
|
|
|
|
version = "0.6.0";
|
|
|
|
version = "0.7.0";
|
|
|
|
registry = "unknown";
|
|
|
|
registry = "unknown";
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/api");
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/api");
|
|
|
|
dependencies = {
|
|
|
|
dependencies = {
|
|
|
@ -1133,9 +1133,9 @@ in
|
|
|
|
form_urlencoded = rustPackages."registry+https://github.com/rust-lang/crates.io-index".form_urlencoded."1.0.1" { inherit profileName; };
|
|
|
|
form_urlencoded = rustPackages."registry+https://github.com/rust-lang/crates.io-index".form_urlencoded."1.0.1" { inherit profileName; };
|
|
|
|
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.17" { inherit profileName; };
|
|
|
|
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.17" { inherit profileName; };
|
|
|
|
futures_util = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures-util."0.3.17" { inherit profileName; };
|
|
|
|
futures_util = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures-util."0.3.17" { inherit profileName; };
|
|
|
|
garage_model = rustPackages."unknown".garage_model."0.6.0" { inherit profileName; };
|
|
|
|
garage_model = rustPackages."unknown".garage_model."0.7.0" { inherit profileName; };
|
|
|
|
garage_table = rustPackages."unknown".garage_table."0.6.0" { inherit profileName; };
|
|
|
|
garage_table = rustPackages."unknown".garage_table."0.7.0" { inherit profileName; };
|
|
|
|
garage_util = rustPackages."unknown".garage_util."0.6.0" { inherit profileName; };
|
|
|
|
garage_util = rustPackages."unknown".garage_util."0.7.0" { inherit profileName; };
|
|
|
|
hex = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hex."0.4.3" { inherit profileName; };
|
|
|
|
hex = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hex."0.4.3" { inherit profileName; };
|
|
|
|
hmac = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hmac."0.10.1" { inherit profileName; };
|
|
|
|
hmac = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hmac."0.10.1" { inherit profileName; };
|
|
|
|
http = rustPackages."registry+https://github.com/rust-lang/crates.io-index".http."0.2.5" { inherit profileName; };
|
|
|
|
http = rustPackages."registry+https://github.com/rust-lang/crates.io-index".http."0.2.5" { inherit profileName; };
|
|
|
@ -1187,9 +1187,9 @@ in
|
|
|
|
};
|
|
|
|
};
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
"unknown".garage_model."0.6.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
"unknown".garage_model."0.7.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
name = "garage_model";
|
|
|
|
name = "garage_model";
|
|
|
|
version = "0.6.0";
|
|
|
|
version = "0.7.0";
|
|
|
|
registry = "unknown";
|
|
|
|
registry = "unknown";
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/model");
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/model");
|
|
|
|
dependencies = {
|
|
|
|
dependencies = {
|
|
|
@ -1199,9 +1199,9 @@ in
|
|
|
|
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.17" { inherit profileName; };
|
|
|
|
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.17" { inherit profileName; };
|
|
|
|
futures_util = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures-util."0.3.17" { inherit profileName; };
|
|
|
|
futures_util = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures-util."0.3.17" { inherit profileName; };
|
|
|
|
garage_model_050 = rustPackages."registry+https://github.com/rust-lang/crates.io-index".garage_model."0.5.1" { inherit profileName; };
|
|
|
|
garage_model_050 = rustPackages."registry+https://github.com/rust-lang/crates.io-index".garage_model."0.5.1" { inherit profileName; };
|
|
|
|
garage_rpc = rustPackages."unknown".garage_rpc."0.6.0" { inherit profileName; };
|
|
|
|
garage_rpc = rustPackages."unknown".garage_rpc."0.7.0" { inherit profileName; };
|
|
|
|
garage_table = rustPackages."unknown".garage_table."0.6.0" { inherit profileName; };
|
|
|
|
garage_table = rustPackages."unknown".garage_table."0.7.0" { inherit profileName; };
|
|
|
|
garage_util = rustPackages."unknown".garage_util."0.6.0" { inherit profileName; };
|
|
|
|
garage_util = rustPackages."unknown".garage_util."0.7.0" { inherit profileName; };
|
|
|
|
hex = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hex."0.4.3" { inherit profileName; };
|
|
|
|
hex = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hex."0.4.3" { inherit profileName; };
|
|
|
|
netapp = rustPackages."registry+https://github.com/rust-lang/crates.io-index".netapp."0.4.0" { inherit profileName; };
|
|
|
|
netapp = rustPackages."registry+https://github.com/rust-lang/crates.io-index".netapp."0.4.0" { inherit profileName; };
|
|
|
|
opentelemetry = rustPackages."registry+https://github.com/rust-lang/crates.io-index".opentelemetry."0.17.0" { inherit profileName; };
|
|
|
|
opentelemetry = rustPackages."registry+https://github.com/rust-lang/crates.io-index".opentelemetry."0.17.0" { inherit profileName; };
|
|
|
@ -1244,9 +1244,9 @@ in
|
|
|
|
};
|
|
|
|
};
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
"unknown".garage_rpc."0.6.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
"unknown".garage_rpc."0.7.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
name = "garage_rpc";
|
|
|
|
name = "garage_rpc";
|
|
|
|
version = "0.6.0";
|
|
|
|
version = "0.7.0";
|
|
|
|
registry = "unknown";
|
|
|
|
registry = "unknown";
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/rpc");
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/rpc");
|
|
|
|
dependencies = {
|
|
|
|
dependencies = {
|
|
|
@ -1255,8 +1255,8 @@ in
|
|
|
|
bytes = rustPackages."registry+https://github.com/rust-lang/crates.io-index".bytes."1.1.0" { inherit profileName; };
|
|
|
|
bytes = rustPackages."registry+https://github.com/rust-lang/crates.io-index".bytes."1.1.0" { inherit profileName; };
|
|
|
|
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.17" { inherit profileName; };
|
|
|
|
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.17" { inherit profileName; };
|
|
|
|
futures_util = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures-util."0.3.17" { inherit profileName; };
|
|
|
|
futures_util = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures-util."0.3.17" { inherit profileName; };
|
|
|
|
garage_admin = rustPackages."unknown".garage_admin."0.6.0" { inherit profileName; };
|
|
|
|
garage_admin = rustPackages."unknown".garage_admin."0.7.0" { inherit profileName; };
|
|
|
|
garage_util = rustPackages."unknown".garage_util."0.6.0" { inherit profileName; };
|
|
|
|
garage_util = rustPackages."unknown".garage_util."0.7.0" { inherit profileName; };
|
|
|
|
gethostname = rustPackages."registry+https://github.com/rust-lang/crates.io-index".gethostname."0.2.1" { inherit profileName; };
|
|
|
|
gethostname = rustPackages."registry+https://github.com/rust-lang/crates.io-index".gethostname."0.2.1" { inherit profileName; };
|
|
|
|
hex = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hex."0.4.3" { inherit profileName; };
|
|
|
|
hex = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hex."0.4.3" { inherit profileName; };
|
|
|
|
hyper = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hyper."0.14.17" { inherit profileName; };
|
|
|
|
hyper = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hyper."0.14.17" { inherit profileName; };
|
|
|
@ -1297,9 +1297,9 @@ in
|
|
|
|
};
|
|
|
|
};
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
"unknown".garage_table."0.6.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
"unknown".garage_table."0.7.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
name = "garage_table";
|
|
|
|
name = "garage_table";
|
|
|
|
version = "0.6.0";
|
|
|
|
version = "0.7.0";
|
|
|
|
registry = "unknown";
|
|
|
|
registry = "unknown";
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/table");
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/table");
|
|
|
|
dependencies = {
|
|
|
|
dependencies = {
|
|
|
@ -1307,8 +1307,8 @@ in
|
|
|
|
bytes = rustPackages."registry+https://github.com/rust-lang/crates.io-index".bytes."1.1.0" { inherit profileName; };
|
|
|
|
bytes = rustPackages."registry+https://github.com/rust-lang/crates.io-index".bytes."1.1.0" { inherit profileName; };
|
|
|
|
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.17" { inherit profileName; };
|
|
|
|
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.17" { inherit profileName; };
|
|
|
|
futures_util = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures-util."0.3.17" { inherit profileName; };
|
|
|
|
futures_util = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures-util."0.3.17" { inherit profileName; };
|
|
|
|
garage_rpc = rustPackages."unknown".garage_rpc."0.6.0" { inherit profileName; };
|
|
|
|
garage_rpc = rustPackages."unknown".garage_rpc."0.7.0" { inherit profileName; };
|
|
|
|
garage_util = rustPackages."unknown".garage_util."0.6.0" { inherit profileName; };
|
|
|
|
garage_util = rustPackages."unknown".garage_util."0.7.0" { inherit profileName; };
|
|
|
|
hexdump = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hexdump."0.1.1" { inherit profileName; };
|
|
|
|
hexdump = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hexdump."0.1.1" { inherit profileName; };
|
|
|
|
opentelemetry = rustPackages."registry+https://github.com/rust-lang/crates.io-index".opentelemetry."0.17.0" { inherit profileName; };
|
|
|
|
opentelemetry = rustPackages."registry+https://github.com/rust-lang/crates.io-index".opentelemetry."0.17.0" { inherit profileName; };
|
|
|
|
rand = rustPackages."registry+https://github.com/rust-lang/crates.io-index".rand."0.8.4" { inherit profileName; };
|
|
|
|
rand = rustPackages."registry+https://github.com/rust-lang/crates.io-index".rand."0.8.4" { inherit profileName; };
|
|
|
@ -1348,9 +1348,9 @@ in
|
|
|
|
};
|
|
|
|
};
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
"unknown".garage_util."0.6.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
"unknown".garage_util."0.7.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
name = "garage_util";
|
|
|
|
name = "garage_util";
|
|
|
|
version = "0.6.0";
|
|
|
|
version = "0.7.0";
|
|
|
|
registry = "unknown";
|
|
|
|
registry = "unknown";
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/util");
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/util");
|
|
|
|
dependencies = {
|
|
|
|
dependencies = {
|
|
|
@ -1376,18 +1376,18 @@ in
|
|
|
|
};
|
|
|
|
};
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
"unknown".garage_web."0.6.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
"unknown".garage_web."0.7.0" = overridableMkRustCrate (profileName: rec {
|
|
|
|
name = "garage_web";
|
|
|
|
name = "garage_web";
|
|
|
|
version = "0.6.0";
|
|
|
|
version = "0.7.0";
|
|
|
|
registry = "unknown";
|
|
|
|
registry = "unknown";
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/web");
|
|
|
|
src = fetchCrateLocal (workspaceSrc + "/src/web");
|
|
|
|
dependencies = {
|
|
|
|
dependencies = {
|
|
|
|
err_derive = buildRustPackages."registry+https://github.com/rust-lang/crates.io-index".err-derive."0.3.0" { profileName = "__noProfile"; };
|
|
|
|
err_derive = buildRustPackages."registry+https://github.com/rust-lang/crates.io-index".err-derive."0.3.0" { profileName = "__noProfile"; };
|
|
|
|
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.17" { inherit profileName; };
|
|
|
|
futures = rustPackages."registry+https://github.com/rust-lang/crates.io-index".futures."0.3.17" { inherit profileName; };
|
|
|
|
garage_api = rustPackages."unknown".garage_api."0.6.0" { inherit profileName; };
|
|
|
|
garage_api = rustPackages."unknown".garage_api."0.7.0" { inherit profileName; };
|
|
|
|
garage_model = rustPackages."unknown".garage_model."0.6.0" { inherit profileName; };
|
|
|
|
garage_model = rustPackages."unknown".garage_model."0.7.0" { inherit profileName; };
|
|
|
|
garage_table = rustPackages."unknown".garage_table."0.6.0" { inherit profileName; };
|
|
|
|
garage_table = rustPackages."unknown".garage_table."0.7.0" { inherit profileName; };
|
|
|
|
garage_util = rustPackages."unknown".garage_util."0.6.0" { inherit profileName; };
|
|
|
|
garage_util = rustPackages."unknown".garage_util."0.7.0" { inherit profileName; };
|
|
|
|
http = rustPackages."registry+https://github.com/rust-lang/crates.io-index".http."0.2.5" { inherit profileName; };
|
|
|
|
http = rustPackages."registry+https://github.com/rust-lang/crates.io-index".http."0.2.5" { inherit profileName; };
|
|
|
|
hyper = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hyper."0.14.17" { inherit profileName; };
|
|
|
|
hyper = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hyper."0.14.17" { inherit profileName; };
|
|
|
|
opentelemetry = rustPackages."registry+https://github.com/rust-lang/crates.io-index".opentelemetry."0.17.0" { inherit profileName; };
|
|
|
|
opentelemetry = rustPackages."registry+https://github.com/rust-lang/crates.io-index".opentelemetry."0.17.0" { inherit profileName; };
|
|
|
@ -2781,7 +2781,7 @@ in
|
|
|
|
];
|
|
|
|
];
|
|
|
|
dependencies = {
|
|
|
|
dependencies = {
|
|
|
|
${ if hostPlatform.parsed.kernel.name == "android" || hostPlatform.parsed.kernel.name == "linux" then "libc" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".libc."0.2.115" { inherit profileName; };
|
|
|
|
${ if hostPlatform.parsed.kernel.name == "android" || hostPlatform.parsed.kernel.name == "linux" then "libc" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".libc."0.2.115" { inherit profileName; };
|
|
|
|
${ if hostPlatform.parsed.kernel.name == "dragonfly" || hostPlatform.parsed.kernel.name == "freebsd" || hostPlatform.parsed.kernel.name == "illumos" || hostPlatform.parsed.kernel.name == "netbsd" || hostPlatform.parsed.kernel.name == "openbsd" || hostPlatform.parsed.kernel.name == "solaris" || hostPlatform.parsed.kernel.name == "android" || hostPlatform.parsed.kernel.name == "linux" then "once_cell" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".once_cell."1.8.0" { inherit profileName; };
|
|
|
|
${ if hostPlatform.parsed.kernel.name == "android" || hostPlatform.parsed.kernel.name == "linux" || hostPlatform.parsed.kernel.name == "dragonfly" || hostPlatform.parsed.kernel.name == "freebsd" || hostPlatform.parsed.kernel.name == "illumos" || hostPlatform.parsed.kernel.name == "netbsd" || hostPlatform.parsed.kernel.name == "openbsd" || hostPlatform.parsed.kernel.name == "solaris" then "once_cell" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".once_cell."1.8.0" { inherit profileName; };
|
|
|
|
${ if hostPlatform.parsed.cpu.name == "i686" || hostPlatform.parsed.cpu.name == "x86_64" || (hostPlatform.parsed.cpu.name == "aarch64" || hostPlatform.parsed.cpu.name == "armv6l" || hostPlatform.parsed.cpu.name == "armv7l") && (hostPlatform.parsed.kernel.name == "android" || hostPlatform.parsed.kernel.name == "fuchsia" || hostPlatform.parsed.kernel.name == "linux") then "spin" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".spin."0.5.2" { inherit profileName; };
|
|
|
|
${ if hostPlatform.parsed.cpu.name == "i686" || hostPlatform.parsed.cpu.name == "x86_64" || (hostPlatform.parsed.cpu.name == "aarch64" || hostPlatform.parsed.cpu.name == "armv6l" || hostPlatform.parsed.cpu.name == "armv7l") && (hostPlatform.parsed.kernel.name == "android" || hostPlatform.parsed.kernel.name == "fuchsia" || hostPlatform.parsed.kernel.name == "linux") then "spin" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".spin."0.5.2" { inherit profileName; };
|
|
|
|
untrusted = rustPackages."registry+https://github.com/rust-lang/crates.io-index".untrusted."0.7.1" { inherit profileName; };
|
|
|
|
untrusted = rustPackages."registry+https://github.com/rust-lang/crates.io-index".untrusted."0.7.1" { inherit profileName; };
|
|
|
|
${ if hostPlatform.parsed.cpu.name == "wasm32" && hostPlatform.parsed.vendor.name == "unknown" && hostPlatform.parsed.kernel.name == "unknown" && hostPlatform.parsed.abi.name == "" then "web_sys" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".web-sys."0.3.56" { inherit profileName; };
|
|
|
|
${ if hostPlatform.parsed.cpu.name == "wasm32" && hostPlatform.parsed.vendor.name == "unknown" && hostPlatform.parsed.kernel.name == "unknown" && hostPlatform.parsed.abi.name == "" then "web_sys" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".web-sys."0.3.56" { inherit profileName; };
|
|
|
@ -3151,7 +3151,7 @@ in
|
|
|
|
];
|
|
|
|
];
|
|
|
|
dependencies = {
|
|
|
|
dependencies = {
|
|
|
|
bitflags = rustPackages."registry+https://github.com/rust-lang/crates.io-index".bitflags."1.3.2" { inherit profileName; };
|
|
|
|
bitflags = rustPackages."registry+https://github.com/rust-lang/crates.io-index".bitflags."1.3.2" { inherit profileName; };
|
|
|
|
${ if hostPlatform.parsed.kernel.name == "android" || hostPlatform.parsed.kernel.name == "linux" then "libc" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".libc."0.2.115" { inherit profileName; };
|
|
|
|
${ if hostPlatform.parsed.kernel.name == "linux" || hostPlatform.parsed.kernel.name == "android" then "libc" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".libc."0.2.115" { inherit profileName; };
|
|
|
|
${ if !(hostPlatform.parsed.kernel.name == "linux" || hostPlatform.parsed.kernel.name == "android") then "parking_lot" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".parking_lot."0.11.2" { inherit profileName; };
|
|
|
|
${ if !(hostPlatform.parsed.kernel.name == "linux" || hostPlatform.parsed.kernel.name == "android") then "parking_lot" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".parking_lot."0.11.2" { inherit profileName; };
|
|
|
|
${ if !(hostPlatform.parsed.kernel.name == "linux" || hostPlatform.parsed.kernel.name == "android") then "parking_lot_core" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".parking_lot_core."0.8.5" { inherit profileName; };
|
|
|
|
${ if !(hostPlatform.parsed.kernel.name == "linux" || hostPlatform.parsed.kernel.name == "android") then "parking_lot_core" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".parking_lot_core."0.8.5" { inherit profileName; };
|
|
|
|
static_init_macro = buildRustPackages."registry+https://github.com/rust-lang/crates.io-index".static_init_macro."1.0.2" { profileName = "__noProfile"; };
|
|
|
|
static_init_macro = buildRustPackages."registry+https://github.com/rust-lang/crates.io-index".static_init_macro."1.0.2" { profileName = "__noProfile"; };
|
|
|
|