@ -98,6 +98,17 @@ in
] ;
} ) ;
" r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . assert-json-diff . " 2 . 0 . 1 " = overridableMkRustCrate ( profileName : rec {
name = " a s s e r t - j s o n - d i f f " ;
version = " 2 . 0 . 1 " ;
registry = " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " ;
src = fetchCratesIo { inherit name version ; sha256 = " 5 0 f 1 c 3 7 0 3 d d 3 3 5 3 2 d 7 f 0 c a 0 4 9 1 6 8 9 3 0 e 9 0 9 9 e c a c 2 3 8 e 2 3 c f 9 3 2 f 3 a 6 9 c 4 2 f 0 6 d a " ; } ;
dependencies = {
serde = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde . " 1 . 0 . 1 3 6 " { inherit profileName ; } ;
serde_json = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde_json . " 1 . 0 . 7 9 " { inherit profileName ; } ;
} ;
} ) ;
" r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . async-stream . " 0 . 3 . 3 " = overridableMkRustCrate ( profileName : rec {
name = " a s y n c - s t r e a m " ;
version = " 0 . 3 . 3 " ;
@ -554,7 +565,7 @@ in
[ " d e f a u l t " ]
[ " l i b c " ]
[ " o l d t i m e " ]
( lib . optional ( rootFeatures' ? " g a r a g e _r p c " ) " s e r d e " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " ) " s e r d e " )
[ " s t d " ]
[ " t i m e " ]
[ " w i n a p i " ]
@ -563,7 +574,7 @@ in
libc = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . libc . " 0 . 2 . 1 2 1 " { inherit profileName ; } ;
num_integer = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . num-integer . " 0 . 1 . 4 4 " { inherit profileName ; } ;
num_traits = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . num-traits . " 0 . 2 . 1 4 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e _r p c " then " s e r d e " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde . " 1 . 0 . 1 3 6 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " then " s e r d e " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde . " 1 . 0 . 1 3 6 " { inherit profileName ; } ;
time = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . time . " 0 . 1 . 4 4 " { inherit profileName ; } ;
$ { if hostPlatform . isWindows then " w i n a p i " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . winapi . " 0 . 3 . 9 " { inherit profileName ; } ;
} ;
@ -619,7 +630,7 @@ in
registry = " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " ;
src = fetchCratesIo { inherit name version ; sha256 = " 5 9 a 6 0 0 1 6 6 7 a b 1 2 4 a e b a e 2 a 4 9 5 1 1 8 e 1 1 d 3 0 9 8 4 c 3 a 6 5 3 e 9 9 d 8 6 d 5 8 9 7 1 7 0 8 c f 5 e 4 b " ; } ;
dependencies = {
$ { if hostPlatform . config == " a a r c h 6 4 - l i n u x - a n d r o i d " || hostPlatform . parsed. cpu . name == " a a r c h 6 4 " && hostPlatform . parsed . kernel . name == " l i n u x " || hostPlatform . config == " a a r c h 6 4 - a p p l e - d a r w i n " then " l i b c " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . libc . " 0 . 2 . 1 2 1 " { inherit profileName ; } ;
$ { if hostPlatform . config == " a a r c h 6 4 - l i n u x - a n d r o i d " || hostPlatform . config == " a a r c h 6 4 - a p p l e - d a r w i n " || hostPlatform . parsed. cpu . name == " a a r c h 6 4 " && hostPlatform . parsed . kernel . name == " l i n u x " then " l i b c " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . libc . " 0 . 2 . 1 2 1 " { inherit profileName ; } ;
} ;
} ) ;
@ -1178,6 +1189,10 @@ in
version = " 0 . 7 . 0 " ;
registry = " u n k n o w n " ;
src = fetchCrateLocal ( workspaceSrc + " / s r c / g a r a g e " ) ;
features = builtins . concatLists [
[ " k 2 v " ]
[ " k u b e r n e t e s - d i s c o v e r y " ]
] ;
dependencies = {
async_trait = buildRustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . async-trait . " 0 . 1 . 5 2 " { profileName = " _ _ n o P r o f i l e " ; } ;
bytes = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . bytes . " 1 . 1 . 0 " { inherit profileName ; } ;
@ -1206,11 +1221,14 @@ in
tracing = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . tracing . " 0 . 1 . 3 2 " { inherit profileName ; } ;
} ;
devDependencies = {
assert_json_diff = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . assert-json-diff . " 2 . 0 . 1 " { inherit profileName ; } ;
aws_sdk_s3 = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . aws-sdk-s3 . " 0 . 8 . 0 " { inherit profileName ; } ;
base64 = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . base64 . " 0 . 1 3 . 0 " { inherit profileName ; } ;
chrono = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . chrono . " 0 . 4 . 1 9 " { inherit profileName ; } ;
hmac = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . hmac . " 0 . 1 0 . 1 " { inherit profileName ; } ;
http = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . http . " 0 . 2 . 6 " { inherit profileName ; } ;
hyper = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . hyper . " 0 . 1 4 . 1 8 " { inherit profileName ; } ;
serde_json = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde_json . " 1 . 0 . 7 9 " { inherit profileName ; } ;
sha2 = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . sha2 . " 0 . 9 . 9 " { inherit profileName ; } ;
static_init = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . static_init . " 1 . 0 . 2 " { inherit profileName ; } ;
} ;
@ -1241,41 +1259,46 @@ in
version = " 0 . 7 . 0 " ;
registry = " u n k n o w n " ;
src = fetchCrateLocal ( workspaceSrc + " / s r c / a p i " ) ;
dependencies = {
base64 = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . base64 . " 0 . 1 3 . 0 " { inherit profileName ; } ;
bytes = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . bytes . " 1 . 1 . 0 " { inherit profileName ; } ;
chrono = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . chrono . " 0 . 4 . 1 9 " { inherit profileName ; } ;
crypto_mac = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . crypto-mac . " 0 . 1 0 . 1 " { inherit profileName ; } ;
err_derive = buildRustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . err-derive . " 0 . 3 . 1 " { profileName = " _ _ n o P r o f i l e " ; } ;
form_urlencoded = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . form_urlencoded . " 1 . 0 . 1 " { inherit profileName ; } ;
futures = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . futures . " 0 . 3 . 2 1 " { inherit profileName ; } ;
futures_util = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . futures-util . " 0 . 3 . 2 1 " { inherit profileName ; } ;
garage_block = rustPackages . " u n k n o w n " . garage_block . " 0 . 7 . 0 " { inherit profileName ; } ;
garage_model = rustPackages . " u n k n o w n " . garage_model . " 0 . 7 . 0 " { inherit profileName ; } ;
garage_table = rustPackages . " u n k n o w n " . garage_table . " 0 . 7 . 0 " { inherit profileName ; } ;
garage_util = rustPackages . " u n k n o w n " . garage_util . " 0 . 7 . 0 " { inherit profileName ; } ;
hex = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . hex . " 0 . 4 . 3 " { inherit profileName ; } ;
hmac = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . hmac . " 0 . 1 0 . 1 " { inherit profileName ; } ;
http = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . http . " 0 . 2 . 6 " { inherit profileName ; } ;
http_range = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . http-range . " 0 . 1 . 5 " { inherit profileName ; } ;
httpdate = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . httpdate . " 0 . 3 . 2 " { inherit profileName ; } ;
hyper = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . hyper . " 0 . 1 4 . 1 8 " { inherit profileName ; } ;
idna = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . idna . " 0 . 2 . 3 " { inherit profileName ; } ;
md5 = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . md-5 . " 0 . 9 . 1 " { inherit profileName ; } ;
multer = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . multer . " 2 . 0 . 2 " { inherit profileName ; } ;
nom = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . nom . " 7 . 1 . 1 " { inherit profileName ; } ;
opentelemetry = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . opentelemetry . " 0 . 1 7 . 0 " { inherit profileName ; } ;
percent_encoding = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . percent-encoding . " 2 . 1 . 0 " { inherit profileName ; } ;
pin_project = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . pin-project . " 1 . 0 . 1 0 " { inherit profileName ; } ;
quick_xml = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . quick-xml . " 0 . 2 1 . 0 " { inherit profileName ; } ;
roxmltree = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . roxmltree . " 0 . 1 4 . 1 " { inherit profileName ; } ;
serde = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde . " 1 . 0 . 1 3 6 " { inherit profileName ; } ;
serde_bytes = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde_bytes . " 0 . 1 1 . 5 " { inherit profileName ; } ;
serde_json = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde_json . " 1 . 0 . 7 9 " { inherit profileName ; } ;
sha2 = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . sha2 . " 0 . 9 . 9 " { inherit profileName ; } ;
tokio = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . tokio . " 1 . 1 7 . 0 " { inherit profileName ; } ;
tracing = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . tracing . " 0 . 1 . 3 2 " { inherit profileName ; } ;
url = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . url . " 2 . 2 . 2 " { inherit profileName ; } ;
features = builtins . concatLists [
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " ) " k 2 v " )
] ;
dependencies = {
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " a s y n c _ t r a i t " else null } = buildRustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . async-trait . " 0 . 1 . 5 2 " { profileName = " _ _ n o P r o f i l e " ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " b a s e 6 4 " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . base64 . " 0 . 1 3 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " b y t e s " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . bytes . " 1 . 1 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " c h r o n o " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . chrono . " 0 . 4 . 1 9 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " c r y p t o _ m a c " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . crypto-mac . " 0 . 1 0 . 1 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " e r r _ d e r i v e " else null } = buildRustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . err-derive . " 0 . 3 . 1 " { profileName = " _ _ n o P r o f i l e " ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " f o r m _ u r l e n c o d e d " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . form_urlencoded . " 1 . 0 . 1 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " f u t u r e s " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . futures . " 0 . 3 . 2 1 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " f u t u r e s _ u t i l " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . futures-util . " 0 . 3 . 2 1 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " g a r a g e _ b l o c k " else null } = rustPackages . " u n k n o w n " . garage_block . " 0 . 7 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " g a r a g e _ m o d e l " else null } = rustPackages . " u n k n o w n " . garage_model . " 0 . 7 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " g a r a g e _ r p c " else null } = rustPackages . " u n k n o w n " . garage_rpc . " 0 . 7 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " g a r a g e _ t a b l e " else null } = rustPackages . " u n k n o w n " . garage_table . " 0 . 7 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " g a r a g e _ u t i l " else null } = rustPackages . " u n k n o w n " . garage_util . " 0 . 7 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " h e x " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . hex . " 0 . 4 . 3 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " h m a c " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . hmac . " 0 . 1 0 . 1 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " h t t p " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . http . " 0 . 2 . 6 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " h t t p _ r a n g e " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . http-range . " 0 . 1 . 5 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " h t t p d a t e " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . httpdate . " 0 . 3 . 2 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " h y p e r " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . hyper . " 0 . 1 4 . 1 8 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " i d n a " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . idna . " 0 . 2 . 3 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " m d 5 " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . md-5 . " 0 . 9 . 1 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " m u l t e r " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . multer . " 2 . 0 . 2 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " n o m " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . nom . " 7 . 1 . 1 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " o p e n t e l e m e t r y " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . opentelemetry . " 0 . 1 7 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " p e r c e n t _ e n c o d i n g " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . percent-encoding . " 2 . 1 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " p i n _ p r o j e c t " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . pin-project . " 1 . 0 . 1 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " q u i c k _ x m l " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . quick-xml . " 0 . 2 1 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " r o x m l t r e e " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . roxmltree . " 0 . 1 4 . 1 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " s e r d e " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde . " 1 . 0 . 1 3 6 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " s e r d e _ b y t e s " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde_bytes . " 0 . 1 1 . 5 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " s e r d e _ j s o n " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde_json . " 1 . 0 . 7 9 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " s h a 2 " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . sha2 . " 0 . 9 . 9 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " t o k i o " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . tokio . " 1 . 1 7 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " t r a c i n g " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . tracing . " 0 . 1 . 3 2 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ w e b " then " u r l " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . url . " 2 . 2 . 2 " { inherit profileName ; } ;
} ;
} ) ;
@ -1336,28 +1359,33 @@ in
version = " 0 . 7 . 0 " ;
registry = " u n k n o w n " ;
src = fetchCrateLocal ( workspaceSrc + " / s r c / m o d e l " ) ;
dependencies = {
arc_swap = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . arc-swap . " 1 . 5 . 0 " { inherit profileName ; } ;
async_trait = buildRustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . async-trait . " 0 . 1 . 5 2 " { profileName = " _ _ n o P r o f i l e " ; } ;
err_derive = buildRustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . err-derive . " 0 . 3 . 1 " { profileName = " _ _ n o P r o f i l e " ; } ;
futures = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . futures . " 0 . 3 . 2 1 " { inherit profileName ; } ;
futures_util = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . futures-util . " 0 . 3 . 2 1 " { inherit profileName ; } ;
garage_block = rustPackages . " u n k n o w n " . garage_block . " 0 . 7 . 0 " { inherit profileName ; } ;
garage_model_050 = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . garage_model . " 0 . 5 . 1 " { inherit profileName ; } ;
garage_rpc = rustPackages . " u n k n o w n " . garage_rpc . " 0 . 7 . 0 " { inherit profileName ; } ;
garage_table = rustPackages . " u n k n o w n " . garage_table . " 0 . 7 . 0 " { inherit profileName ; } ;
garage_util = rustPackages . " u n k n o w n " . garage_util . " 0 . 7 . 0 " { inherit profileName ; } ;
hex = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . hex . " 0 . 4 . 3 " { inherit profileName ; } ;
netapp = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . netapp . " 0 . 4 . 4 " { inherit profileName ; } ;
opentelemetry = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . opentelemetry . " 0 . 1 7 . 0 " { inherit profileName ; } ;
rand = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . rand . " 0 . 8 . 5 " { inherit profileName ; } ;
rmp_serde = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . rmp-serde . " 0 . 1 5 . 5 " { inherit profileName ; } ;
serde = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde . " 1 . 0 . 1 3 6 " { inherit profileName ; } ;
serde_bytes = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde_bytes . " 0 . 1 1 . 5 " { inherit profileName ; } ;
sled = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . sled . " 0 . 3 4 . 7 " { inherit profileName ; } ;
tokio = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . tokio . " 1 . 1 7 . 0 " { inherit profileName ; } ;
tracing = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . tracing . " 0 . 1 . 3 2 " { inherit profileName ; } ;
zstd = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . zstd . " 0 . 9 . 2 + z s t d . 1 . 5 . 1 " { inherit profileName ; } ;
features = builtins . concatLists [
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " ) " k 2 v " )
] ;
dependencies = {
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " a r c _ s w a p " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . arc-swap . " 1 . 5 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " a s y n c _ t r a i t " else null } = buildRustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . async-trait . " 0 . 1 . 5 2 " { profileName = " _ _ n o P r o f i l e " ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " b a s e 6 4 " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . base64 . " 0 . 1 3 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " b l a k e 2 " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . blake2 . " 0 . 9 . 2 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " e r r _ d e r i v e " else null } = buildRustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . err-derive . " 0 . 3 . 1 " { profileName = " _ _ n o P r o f i l e " ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " f u t u r e s " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . futures . " 0 . 3 . 2 1 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " f u t u r e s _ u t i l " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . futures-util . " 0 . 3 . 2 1 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " g a r a g e _ b l o c k " else null } = rustPackages . " u n k n o w n " . garage_block . " 0 . 7 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " g a r a g e _ m o d e l _ 0 5 0 " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . garage_model . " 0 . 5 . 1 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " g a r a g e _ r p c " else null } = rustPackages . " u n k n o w n " . garage_rpc . " 0 . 7 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " g a r a g e _ t a b l e " else null } = rustPackages . " u n k n o w n " . garage_table . " 0 . 7 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " g a r a g e _ u t i l " else null } = rustPackages . " u n k n o w n " . garage_util . " 0 . 7 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " h e x " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . hex . " 0 . 4 . 3 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " n e t a p p " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . netapp . " 0 . 4 . 4 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " o p e n t e l e m e t r y " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . opentelemetry . " 0 . 1 7 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " r a n d " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . rand . " 0 . 8 . 5 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " r m p _ s e r d e " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . rmp-serde . " 0 . 1 5 . 5 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " s e r d e " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde . " 1 . 0 . 1 3 6 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " s e r d e _ b y t e s " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde_bytes . " 0 . 1 1 . 5 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " s l e d " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . sled . " 0 . 3 4 . 7 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " t o k i o " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . tokio . " 1 . 1 7 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " t r a c i n g " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . tracing . " 0 . 1 . 3 2 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ w e b " then " z s t d " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . zstd . " 0 . 9 . 2 + z s t d . 1 . 5 . 1 " { inherit profileName ; } ;
} ;
} ) ;
@ -1395,11 +1423,11 @@ in
registry = " u n k n o w n " ;
src = fetchCrateLocal ( workspaceSrc + " / s r c / r p c " ) ;
features = builtins . concatLists [
( lib . optional ( rootFeatures' ? " g a r a g e _r p c " ) " k 8 s - o p e n a p i " )
( lib . optional ( rootFeatures' ? " g a r a g e _r p c " ) " k u b e " )
( lib . optional ( rootFeatures' ? " g a r a g e _r p c " ) " k u b e r n e t e s - d i s c o v e r y " )
( lib . optional ( rootFeatures' ? " g a r a g e _r p c " ) " o p e n s s l " )
( lib . optional ( rootFeatures' ? " g a r a g e _r p c " ) " s c h e m a r s " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " ) " k 8 s - o p e n a p i " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " ) " k u b e " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " ) " k u b e r n e t e s - d i s c o v e r y " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " ) " o p e n s s l " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " ) " s c h e m a r s " )
] ;
dependencies = {
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ b l o c k " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ r p c " || rootFeatures' ? " g a r a g e _ t a b l e " || rootFeatures' ? " g a r a g e _ w e b " then " a r c _ s w a p " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . arc-swap . " 1 . 5 . 0 " { inherit profileName ; } ;
@ -1412,16 +1440,16 @@ in
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ b l o c k " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ r p c " || rootFeatures' ? " g a r a g e _ t a b l e " || rootFeatures' ? " g a r a g e _ w e b " then " g e t h o s t n a m e " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . gethostname . " 0 . 2 . 3 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ b l o c k " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ r p c " || rootFeatures' ? " g a r a g e _ t a b l e " || rootFeatures' ? " g a r a g e _ w e b " then " h e x " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . hex . " 0 . 4 . 3 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ b l o c k " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ r p c " || rootFeatures' ? " g a r a g e _ t a b l e " || rootFeatures' ? " g a r a g e _ w e b " then " h y p e r " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . hyper . " 0 . 1 4 . 1 8 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e _r p c " then " k 8 s _ o p e n a p i " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . k8s-openapi . " 0 . 1 3 . 1 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e _r p c " then " k u b e " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . kube . " 0 . 6 2 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " then " k 8 s _ o p e n a p i " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . k8s-openapi . " 0 . 1 3 . 1 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " then " k u b e " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . kube . " 0 . 6 2 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ b l o c k " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ r p c " || rootFeatures' ? " g a r a g e _ t a b l e " || rootFeatures' ? " g a r a g e _ w e b " then " s o d i u m o x i d e " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . kuska-sodiumoxide . " 0 . 2 . 5 - 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ b l o c k " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ r p c " || rootFeatures' ? " g a r a g e _ t a b l e " || rootFeatures' ? " g a r a g e _ w e b " then " n e t a p p " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . netapp . " 0 . 4 . 4 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e _r p c " then " o p e n s s l " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . openssl . " 0 . 1 0 . 3 8 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " then " o p e n s s l " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . openssl . " 0 . 1 0 . 3 8 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ b l o c k " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ r p c " || rootFeatures' ? " g a r a g e _ t a b l e " || rootFeatures' ? " g a r a g e _ w e b " then " o p e n t e l e m e t r y " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . opentelemetry . " 0 . 1 7 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ b l o c k " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ r p c " || rootFeatures' ? " g a r a g e _ t a b l e " || rootFeatures' ? " g a r a g e _ w e b " then " p n e t _ d a t a l i n k " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . pnet_datalink . " 0 . 2 8 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ b l o c k " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ r p c " || rootFeatures' ? " g a r a g e _ t a b l e " || rootFeatures' ? " g a r a g e _ w e b " then " r a n d " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . rand . " 0 . 8 . 5 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ b l o c k " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ r p c " || rootFeatures' ? " g a r a g e _ t a b l e " || rootFeatures' ? " g a r a g e _ w e b " then " r m p _ s e r d e " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . rmp-serde . " 0 . 1 5 . 5 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e _r p c " then " s c h e m a r s " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . schemars . " 0 . 8 . 8 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " then " s c h e m a r s " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . schemars . " 0 . 8 . 8 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ b l o c k " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ r p c " || rootFeatures' ? " g a r a g e _ t a b l e " || rootFeatures' ? " g a r a g e _ w e b " then " s e r d e " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde . " 1 . 0 . 1 3 6 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ b l o c k " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ r p c " || rootFeatures' ? " g a r a g e _ t a b l e " || rootFeatures' ? " g a r a g e _ w e b " then " s e r d e _ b y t e s " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde_bytes . " 0 . 1 1 . 5 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ b l o c k " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ r p c " || rootFeatures' ? " g a r a g e _ t a b l e " || rootFeatures' ? " g a r a g e _ w e b " then " s e r d e _ j s o n " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde_json . " 1 . 0 . 7 9 " { inherit profileName ; } ;
@ -1510,6 +1538,9 @@ in
version = " 0 . 7 . 0 " ;
registry = " u n k n o w n " ;
src = fetchCrateLocal ( workspaceSrc + " / s r c / u t i l " ) ;
features = builtins . concatLists [
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ u t i l " ) " k 2 v " )
] ;
dependencies = {
blake2 = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . blake2 . " 0 . 9 . 2 " { inherit profileName ; } ;
chrono = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . chrono . " 0 . 4 . 1 9 " { inherit profileName ; } ;
@ -2361,7 +2392,7 @@ in
[ " o s - p o l l " ]
] ;
dependencies = {
$ { if hostPlatform . parsed. kernel . name == " w a s i " || hostPlatform . isUnix then " l i b c " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . libc . " 0 . 2 . 1 2 1 " { inherit profileName ; } ;
$ { if hostPlatform . isUnix || hostPlatform . parsed. kernel . name == " w a s i " then " l i b c " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . libc . " 0 . 2 . 1 2 1 " { inherit profileName ; } ;
log = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . log . " 0 . 4 . 1 6 " { inherit profileName ; } ;
$ { if hostPlatform . isWindows then " m i o w " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . miow . " 0 . 3 . 7 " { inherit profileName ; } ;
$ { if hostPlatform . isWindows then " n t a p i " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . ntapi . " 0 . 3 . 7 " { inherit profileName ; } ;
@ -3342,7 +3373,7 @@ in
] ;
dependencies = {
$ { if hostPlatform . parsed . kernel . name == " a n d r o i d " || hostPlatform . parsed . kernel . name == " l i n u x " then " l i b c " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . libc . " 0 . 2 . 1 2 1 " { inherit profileName ; } ;
$ { if hostPlatform . parsed . kernel . name == " an d r o i d " || hostPlatform . parsed . kernel . name == " l i n u x " || hostPlatform . parsed . kernel . name == " dr a g o n f l y " || hostPlatform . parsed . kernel . name == " f r e e b s d " || hostPlatform . parsed . kernel . name == " i l l u m o s " || hostPlatform . parsed . kernel . name == " n e t b s d " || hostPlatform . parsed . kernel . name == " o p e n b s d " || hostPlatform . parsed . kernel . name == " s o l a r i s " then " o n c e _ c e l l " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . once_cell . " 1 . 1 0 . 0 " { inherit profileName ; } ;
$ { if hostPlatform . parsed . kernel . name == " dr a g o n f l y " || hostPlatform . parsed . kernel . name == " f r e e b s d " || hostPlatform . parsed . kernel . name == " i l l u m o s " || hostPlatform . parsed . kernel . name == " n e t b s d " || hostPlatform . parsed . kernel . name == " o p e n b s d " || hostPlatform . parsed . kernel . name == " s o l a r i s " || hostPlatform . parsed . kernel . name == " a n d r o i d " || hostPlatform . parsed . kernel . name == " l i n u x " then " o n c e _ c e l l " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . once_cell . " 1 . 1 0 . 0 " { inherit profileName ; } ;
$ { if hostPlatform . parsed . cpu . name == " i 6 8 6 " || hostPlatform . parsed . cpu . name == " x 8 6 _ 6 4 " || ( hostPlatform . parsed . cpu . name == " a a r c h 6 4 " || hostPlatform . parsed . cpu . name == " a r m v 6 l " || hostPlatform . parsed . cpu . name == " a r m v 7 l " ) && ( hostPlatform . parsed . kernel . name == " a n d r o i d " || hostPlatform . parsed . kernel . name == " f u c h s i a " || hostPlatform . parsed . kernel . name == " l i n u x " ) then " s p i n " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . spin . " 0 . 5 . 2 " { inherit profileName ; } ;
untrusted = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . untrusted . " 0 . 7 . 1 " { inherit profileName ; } ;
$ { if hostPlatform . parsed . cpu . name == " w a s m 3 2 " && hostPlatform . parsed . vendor . name == " u n k n o w n " && hostPlatform . parsed . kernel . name == " u n k n o w n " && hostPlatform . parsed . abi . name == " " then " w e b _ s y s " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . web-sys . " 0 . 3 . 5 6 " { inherit profileName ; } ;
@ -3556,12 +3587,12 @@ in
registry = " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " ;
src = fetchCratesIo { inherit name version ; sha256 = " 0 1 6 0 a 1 3 a 1 7 7 a 4 5 b f b 4 3 c e 7 1 c 0 1 5 8 0 9 9 8 4 7 4 f 5 5 6 a d 8 5 4 d c b c a 9 3 6 d d 2 8 4 1 a 5 c 5 5 6 " ; } ;
features = builtins . concatLists [
(lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ r p c " ) " O S X _ 1 0 _ 9 " )
(lib . optional ( rootFeatures' ? " g a r a g e _ r p c " ) " d e f a u l t " )
[ " O S X _ 1 0 _ 9 " ]
[ " d e f a u l t " ]
] ;
dependencies = {
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ r p c" then " c o r e _ f o u n d a t i o n _ s y s" else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . core-foundation-sys . " 0 . 8 . 3 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ r p c " then " l i b c" else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . libc . " 0 . 2 . 1 2 1 " { inherit profileName ; } ;
core_foundation_sys = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . core-foundation-sys . " 0 . 8 . 3 " { inherit profileName ; } ;
libc = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . libc . " 0 . 2 . 1 2 1 " { inherit profileName ; } ;
} ;
} ) ;
@ -3652,12 +3683,12 @@ in
src = fetchCratesIo { inherit name version ; sha256 = " 8 e 8 d 9 f a 5 c 3 b 3 0 4 7 6 5 c e 1 f d 9 c 4 c 8 a 3 d e 2 c 8 d b 3 6 5 a 5 b 9 1 b e 5 2 f 1 8 6 e f c 6 7 5 6 8 1 d 9 5 " ; } ;
features = builtins . concatLists [
[ " d e f a u l t " ]
( lib . optional ( rootFeatures' ? " g a r a g e _r p c " ) " i n d e x m a p " )
( lib . optional ( rootFeatures' ? " g a r a g e _r p c " ) " p r e s e r v e _ o r d e r " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " ) " i n d e x m a p " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " ) " p r e s e r v e _ o r d e r " )
[ " s t d " ]
] ;
dependencies = {
$ { if rootFeatures' ? " g a r a g e _r p c " then " i n d e x m a p " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . indexmap . " 1 . 8 . 0 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " then " i n d e x m a p " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . indexmap . " 1 . 8 . 0 " { inherit profileName ; } ;
itoa = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . itoa . " 1 . 0 . 1 " { inherit profileName ; } ;
ryu = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . ryu . " 1 . 0 . 9 " { inherit profileName ; } ;
serde = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . serde . " 1 . 0 . 1 3 6 " { inherit profileName ; } ;
@ -4157,8 +4188,8 @@ in
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a d m i n " || rootFeatures' ? " g a r a g e _ a p i " || rootFeatures' ? " g a r a g e _ b l o c k " || rootFeatures' ? " g a r a g e _ m o d e l " || rootFeatures' ? " g a r a g e _ r p c " || rootFeatures' ? " g a r a g e _ t a b l e " || rootFeatures' ? " g a r a g e _ w e b " ) " d e f a u l t " )
[ " f u t u r e s - i o " ]
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ r p c " ) " i o " )
( lib . optional ( rootFeatures' ? " g a r a g e _r p c " ) " s l a b " )
( lib . optional ( rootFeatures' ? " g a r a g e _r p c " ) " t i m e " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " ) " s l a b " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " ) " t i m e " )
] ;
dependencies = {
bytes = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . bytes . " 1 . 1 . 0 " { inherit profileName ; } ;
@ -4167,7 +4198,7 @@ in
futures_sink = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . futures-sink . " 0 . 3 . 2 1 " { inherit profileName ; } ;
log = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . log . " 0 . 4 . 1 6 " { inherit profileName ; } ;
pin_project_lite = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . pin-project-lite . " 0 . 2 . 8 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e _r p c " then " s l a b " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . slab . " 0 . 4 . 5 " { inherit profileName ; } ;
$ { if rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " then " s l a b " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . slab . " 0 . 4 . 5 " { inherit profileName ; } ;
tokio = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . tokio . " 1 . 1 7 . 0 " { inherit profileName ; } ;
} ;
} ) ;
@ -4708,7 +4739,7 @@ in
[ " i n 6 a d d r " ]
[ " i n a d d r " ]
[ " i o a p i s e t " ]
( lib . optional ( rootFeatures' ? " g a r a g e _r p c " ) " k n o w n f o l d e r s " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " ) " k n o w n f o l d e r s " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ r p c " ) " l m c o n s " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ r p c " ) " m i n s c h a n n e l " )
[ " m i n w i n b a s e " ]
@ -4718,13 +4749,13 @@ in
[ " n t d e f " ]
[ " n t s e c a p i " ]
[ " n t s t a t u s " ]
( lib . optional ( rootFeatures' ? " g a r a g e _r p c " ) " o b j b a s e " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " ) " o b j b a s e " )
[ " p r o c e s s e n v " ]
[ " p r o c e s s t h r e a d s a p i " ]
[ " p r o f i l e a p i " ]
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ r p c " ) " s c h a n n e l " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ r p c " ) " s e c u r i t y b a s e a p i " )
( lib . optional ( rootFeatures' ? " g a r a g e _r p c " ) " s h l o b j " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _r p c " ) " s h l o b j " )
( lib . optional ( rootFeatures' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ r p c " ) " s s p i " )
[ " s t d " ]
[ " s y n c h a p i " ]
@ -4792,8 +4823,8 @@ in
$ { if hostPlatform . config == " a a r c h 6 4 - p c - w i n d o w s - m s v c " || hostPlatform . config == " a a r c h 6 4 - u w p - w i n d o w s - m s v c " then " w i n d o w s _ a a r c h 6 4 _ m s v c " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . windows_aarch64_msvc . " 0 . 3 2 . 0 " { inherit profileName ; } ;
$ { if hostPlatform . config == " i 6 8 6 - u w p - w i n d o w s - g n u " || hostPlatform . config == " i 6 8 6 - p c - w i n d o w s - g n u " then " w i n d o w s _ i 6 8 6 _ g n u " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . windows_i686_gnu . " 0 . 3 2 . 0 " { inherit profileName ; } ;
$ { if hostPlatform . config == " i 6 8 6 - p c - w i n d o w s - m s v c " || hostPlatform . config == " i 6 8 6 - u w p - w i n d o w s - m s v c " then " w i n d o w s _ i 6 8 6 _ m s v c " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . windows_i686_msvc . " 0 . 3 2 . 0 " { inherit profileName ; } ;
$ { if hostPlatform . config == " x 8 6 _ 6 4 - uw p - w i n d o w s - g n u " || hostPlatform . config == " x 8 6 _ 6 4 - pc - w i n d o w s - g n u " then " w i n d o w s _ x 8 6 _ 6 4 _ g n u " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . windows_x86_64_gnu . " 0 . 3 2 . 0 " { inherit profileName ; } ;
$ { if hostPlatform . config == " x 8 6 _ 6 4 - uw p - w i n d o w s - m s v c " || hostPlatform . config == " x 8 6 _ 6 4 - pc - w i n d o w s - m s v c " then " w i n d o w s _ x 8 6 _ 6 4 _ m s v c " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . windows_x86_64_msvc . " 0 . 3 2 . 0 " { inherit profileName ; } ;
$ { if hostPlatform . config == " x 8 6 _ 6 4 - pc - w i n d o w s - g n u " || hostPlatform . config == " x 8 6 _ 6 4 - uw p - w i n d o w s - g n u " then " w i n d o w s _ x 8 6 _ 6 4 _ g n u " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . windows_x86_64_gnu . " 0 . 3 2 . 0 " { inherit profileName ; } ;
$ { if hostPlatform . config == " x 8 6 _ 6 4 - pc - w i n d o w s - m s v c " || hostPlatform . config == " x 8 6 _ 6 4 - uw p - w i n d o w s - m s v c " then " w i n d o w s _ x 8 6 _ 6 4 _ m s v c " else null } = rustPackages . " r e g i s t r y + h t t p s : / / g i t h u b . c o m / r u s t - l a n g / c r a t e s . i o - i n d e x " . windows_x86_64_msvc . " 0 . 3 2 . 0 " { inherit profileName ; } ;
} ;
} ) ;