@ -172,6 +172,16 @@ 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 " . autocfg . " 0 . 1 . 8 " = overridableMkRustCrate ( profileName : rec {
name = " a u t o c f g " ;
version = " 0 . 1 . 8 " ;
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 d d e 4 3 e 7 5 f d 4 3 e 8 a 1 b f 8 6 1 0 3 3 3 6 b c 6 9 9 a a 8 d 1 7 a d 1 b e 6 0 c 7 6 c 0 b d f d 4 8 2 8 e 1 9 b 7 8 " ; } ;
dependencies = {
autocfg = 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 " . autocfg . " 1 . 1 . 0 " { 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 " . autocfg . " 1 . 1 . 0 " = overridableMkRustCrate ( profileName : rec {
name = " a u t o c f g " ;
version = " 1 . 1 . 0 " ;
@ -1364,6 +1374,7 @@ in
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_api = rustPackages . " u n k n o w n " . garage_api . " 0 . 7 . 0 " { inherit profileName ; } ;
garage_block = rustPackages . " u n k n o w n " . garage_block . " 0 . 7 . 0 " { inherit profileName ; } ;
garage_db = rustPackages . " u n k n o w n " . garage_db . " 0 . 8 . 0 " { inherit profileName ; } ;
garage_model = rustPackages . " u n k n o w n " . garage_model . " 0 . 7 . 0 " { inherit profileName ; } ;
garage_rpc = rustPackages . " u n k n o w n " . garage_rpc . " 0 . 7 . 0 " { inherit profileName ; } ;
@ -1383,6 +1394,7 @@ in
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 7 " { 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 ; } ;
structopt = 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 " . structopt . " 0 . 3 . 2 6 " { inherit profileName ; } ;
timeago = 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 " . timeago . " 0 . 3 . 1 " { 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 ; } ;
toml = 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 " . toml . " 0 . 5 . 8 " { 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 ; } ;
@ -1458,6 +1470,7 @@ in
registry = " u n k n o w n " ;
src = fetchCrateLocal ( workspaceSrc + " / s r c / b l o c k " ) ;
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 " ; } ;
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 ; } ;
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 ; } ;
@ -1493,10 +1506,10 @@ in
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 " ; } ;
heed = 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 " . heed . " 0 . 1 1 . 0 " { inherit profileName ; } ;
hexdump = 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 " . hexdump . " 0 . 1 . 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 rootFeatures' ? " g a r a g e _ d b " then " p r e t t y _ e n v _ l o g g 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 " . pretty_env_logger . " 0 . 4 . 0 " { inherit profileName ; } ;
rusqlite = 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 " . rusqlite . " 0 . 2 7 . 0 " { 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 ; } ;
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 = {
mktemp = 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 " . mktemp . " 0 . 4 . 1 " { inherit profileName ; } ;
@ -1717,6 +1730,7 @@ in
( 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 = {
$ { 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 _ u t i l " || rootFeatures' ? " g a r a g e _ w e b " || rootFeatures' ? " k 2 v - c l i e n t " 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 _ 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 _ u t i l " || rootFeatures' ? " g a r a g e _ w e b " || rootFeatures' ? " k 2 v - c l i e n t " 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 _ 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 _ u t i l " || rootFeatures' ? " g a r a g e _ w e b " || rootFeatures' ? " k 2 v - c l i e n t " 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 _ 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 _ u t i l " || rootFeatures' ? " g a r a g e _ w e b " || rootFeatures' ? " k 2 v - c l i e n t " 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 " ; } ;
@ -2219,6 +2233,22 @@ 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 " . isolang . " 1 . 0 . 0 " = overridableMkRustCrate ( profileName : rec {
name = " i s o l a n g " ;
version = " 1 . 0 . 0 " ;
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 = " 2 6 5 e f 1 6 4 9 0 8 3 2 9 e 4 7 e 7 5 3 c 7 6 9 b 1 4 c b b 2 7 4 3 4 a b f 0 c 4 1 9 8 4 d c a 2 0 1 4 8 4 0 2 2 f 0 9 c e 5 " ; } ;
features = builtins . concatLists [
[ " d e f a u l t " ]
] ;
dependencies = {
phf = 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 " . phf . " 0 . 7 . 2 4 " { inherit profileName ; } ;
} ;
buildDependencies = {
phf_codegen = 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 " . phf_codegen . " 0 . 7 . 2 4 " { profileName = " _ _ n o P r o f i l e " ; } ;
} ;
} ) ;
" 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 " . itertools . " 0 . 4 . 1 9 " = overridableMkRustCrate ( profileName : rec {
name = " i t e r t o o l s " ;
version = " 0 . 4 . 1 9 " ;
@ -3242,6 +3272,48 @@ 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 " . phf . " 0 . 7 . 2 4 " = overridableMkRustCrate ( profileName : rec {
name = " p h f " ;
version = " 0 . 7 . 2 4 " ;
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 = " b 3 d a 4 4 b 8 5 f 8 e 8 d f a e c 2 1 a d a e 6 7 f 9 5 d 9 3 2 4 4 b 2 e c f 6 a d 2 a 6 9 2 3 2 0 5 9 8 d c c 8 e 6 d d 1 8 " ; } ;
dependencies = {
phf_shared = 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 " . phf_shared . " 0 . 7 . 2 4 " { 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 " . phf_codegen . " 0 . 7 . 2 4 " = overridableMkRustCrate ( profileName : rec {
name = " p h f _ c o d e g e n " ;
version = " 0 . 7 . 2 4 " ;
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 = " b 0 3 e 8 5 1 2 9 e 3 2 4 a d 4 1 6 6 b 0 6 b 2 c 7 4 9 1 a e 2 7 f e 3 e c 3 5 3 a f 7 2 e 7 2 c d 1 6 5 4 c 7 2 2 5 d 5 1 7 e " ; } ;
dependencies = {
phf_generator = 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 " . phf_generator . " 0 . 7 . 2 4 " { inherit profileName ; } ;
phf_shared = 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 " . phf_shared . " 0 . 7 . 2 4 " { 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 " . phf_generator . " 0 . 7 . 2 4 " = overridableMkRustCrate ( profileName : rec {
name = " p h f _ g e n e r a t o r " ;
version = " 0 . 7 . 2 4 " ;
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 9 3 6 4 c c 9 3 c 1 5 9 b 8 b 0 6 b 1 f 4 d d 8 a 4 3 9 8 9 8 4 5 0 3 4 8 3 8 9 1 b 0 c 2 6 b 8 6 7 c f 4 3 1 f b 1 3 2 6 6 2 " ; } ;
dependencies = {
phf_shared = 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 " . phf_shared . " 0 . 7 . 2 4 " { 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 . 6 . 5 " { 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 " . phf_shared . " 0 . 7 . 2 4 " = overridableMkRustCrate ( profileName : rec {
name = " p h f _ s h a r e d " ;
version = " 0 . 7 . 2 4 " ;
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 = " 2 3 4 f 7 1 a 1 5 d e 2 2 8 8 b c b 7 e 3 b 6 5 1 5 8 2 8 d 2 2 a f 7 e c 8 5 9 8 e e 6 d 2 4 c 3 b 5 2 6 f a 0 a 8 0 b 6 7 a 0 " ; } ;
dependencies = {
siphasher = 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 " . siphasher . " 0 . 2 . 3 " { 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 " . pin-project . " 0 . 4 . 2 9 " = overridableMkRustCrate ( profileName : rec {
name = " p i n - p r o j e c t " ;
version = " 0 . 4 . 2 9 " ;
@ -3568,6 +3640,34 @@ 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 " . rand . " 0 . 6 . 5 " = overridableMkRustCrate ( profileName : rec {
name = " r a n d " ;
version = " 0 . 6 . 5 " ;
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 = " 6 d 7 1 d a c d c 3 c 8 8 c 1 f d e 3 8 8 5 a 3 b e 3 f b a b 9 f 3 5 7 2 4 e 6 c e 9 9 4 6 7 f 7 d 9 c 5 0 2 6 1 3 2 1 8 4 c a " ; } ;
features = builtins . concatLists [
[ " a l l o c " ]
[ " d e f a u l t " ]
[ " r a n d _ o s " ]
[ " s t d " ]
] ;
dependencies = {
$ { if 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 ; } ;
rand_chacha = 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_chacha . " 0 . 1 . 1 " { inherit profileName ; } ;
rand_core = 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_core . " 0 . 4 . 2 " { inherit profileName ; } ;
rand_hc = 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_hc . " 0 . 1 . 0 " { inherit profileName ; } ;
rand_isaac = 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_isaac . " 0 . 1 . 1 " { inherit profileName ; } ;
rand_jitter = 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_jitter . " 0 . 1 . 4 " { inherit profileName ; } ;
rand_os = 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_os . " 0 . 1 . 3 " { inherit profileName ; } ;
rand_pcg = 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_pcg . " 0 . 1 . 2 " { inherit profileName ; } ;
rand_xorshift = 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_xorshift . " 0 . 1 . 1 " { 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 ; } ;
} ;
buildDependencies = {
autocfg = 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 " . autocfg . " 0 . 1 . 8 " { profileName = " _ _ n o P r o f i l e " ; } ;
} ;
} ) ;
" 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 " = overridableMkRustCrate ( profileName : rec {
name = " r a n d " ;
version = " 0 . 8 . 5 " ;
@ -3590,6 +3690,19 @@ 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 " . rand_chacha . " 0 . 1 . 1 " = overridableMkRustCrate ( profileName : rec {
name = " r a n d _ c h a c h a " ;
version = " 0 . 1 . 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 5 6 d 3 a 1 c a 6 6 0 0 b f c b a b 7 c 7 c 9 1 c c b 0 8 5 a c 7 f b b c d 7 0 e 0 0 8 a 9 8 7 4 2 e 7 8 4 7 f 4 f 7 b c e f " ; } ;
dependencies = {
rand_core = 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_core . " 0 . 3 . 1 " { inherit profileName ; } ;
} ;
buildDependencies = {
autocfg = 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 " . autocfg . " 0 . 1 . 8 " { profileName = " _ _ n o P r o f i l e " ; } ;
} ;
} ) ;
" 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_chacha . " 0 . 3 . 1 " = overridableMkRustCrate ( profileName : rec {
name = " r a n d _ c h a c h a " ;
version = " 0 . 3 . 1 " ;
@ -3644,6 +3757,93 @@ 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 " . rand_hc . " 0 . 1 . 0 " = overridableMkRustCrate ( profileName : rec {
name = " r a n d _ h c " ;
version = " 0 . 1 . 0 " ;
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 = " 7 b 4 0 6 7 7 c 7 b e 0 9 a e 7 6 2 1 8 d c 6 2 3 e f b f 7 b 1 8 e 3 4 b c e d 3 f 3 8 8 8 3 a f 0 7 b b 7 5 6 3 0 a 2 1 b c 4 " ; } ;
dependencies = {
rand_core = 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_core . " 0 . 3 . 1 " { 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 " . rand_isaac . " 0 . 1 . 1 " = overridableMkRustCrate ( profileName : rec {
name = " r a n d _ i s a a c " ;
version = " 0 . 1 . 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 = " d e d 9 9 7 c 9 d 5 f 1 3 9 2 5 b e 2 a 6 f d 7 e 6 6 b f 1 8 7 2 5 9 7 f 7 5 9 f d 9 d d 9 3 5 1 3 d d 7 e 9 2 e 5 a 5 e e 0 8 " ; } ;
dependencies = {
rand_core = 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_core . " 0 . 3 . 1 " { 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 " . rand_jitter . " 0 . 1 . 4 " = overridableMkRustCrate ( profileName : rec {
name = " r a n d _ j i t t e r " ;
version = " 0 . 1 . 4 " ;
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 = " 1 1 6 6 d 5 c 9 1 d c 9 7 b 8 8 d 1 d e c c 3 2 8 5 b b 0 a 9 9 e d 8 4 b 0 5 c f d 0 b c 2 3 4 1 b d f 2 d 4 3 f c 4 1 e 3 9 b " ; } ;
features = builtins . concatLists [
[ " s t d " ]
] ;
dependencies = {
$ { if hostPlatform . parsed . kernel . name == " d a r w i n " || hostPlatform . parsed . kernel . name == " i o s " 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 ; } ;
rand_core = 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_core . " 0 . 4 . 2 " { inherit profileName ; } ;
$ { if hostPlatform . parsed . kernel . name == " w i n d o w s " 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 ; } ;
} ;
} ) ;
" 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_os . " 0 . 1 . 3 " = overridableMkRustCrate ( profileName : rec {
name = " r a n d _ o s " ;
version = " 0 . 1 . 3 " ;
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 = " 7 b 7 5 f 6 7 6 a 1 e 0 5 3 f c 5 6 2 e a f b b 4 7 8 3 8 d 6 7 c 8 4 8 0 1 e 3 8 f c 1 b a 4 5 9 e 8 f 1 8 0 d e a b d 5 0 7 1 " ; } ;
dependencies = {
$ { if hostPlatform . parsed . kernel . name == " c l o u d a b i " then " c l o u d a b 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 " . cloudabi . " 0 . 0 . 3 " { inherit profileName ; } ;
$ { if hostPlatform . parsed . kernel . name == " f u c h s i a " then " f u c h s i a _ c p r 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 " . fuchsia-cprng . " 0 . 1 . 1 " { inherit profileName ; } ;
$ { if 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 ; } ;
rand_core = 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_core . " 0 . 4 . 2 " { inherit profileName ; } ;
$ { if hostPlatform . parsed . abi . name == " s g x " then " r d 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 " . rdrand . " 0 . 4 . 0 " { 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 ; } ;
} ;
} ) ;
" 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_pcg . " 0 . 1 . 2 " = overridableMkRustCrate ( profileName : rec {
name = " r a n d _ p c g " ;
version = " 0 . 1 . 2 " ;
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 = " a b f 9 b 0 9 b 0 1 7 9 0 c f e 0 3 6 4 f 5 2 b f 3 2 9 9 5 e a 3 c 3 9 f 4 d 2 d d 0 1 1 e a c 2 4 1 d 2 9 1 4 1 4 6 d 0 b 4 4 " ; } ;
dependencies = {
rand_core = 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_core . " 0 . 4 . 2 " { inherit profileName ; } ;
} ;
buildDependencies = {
autocfg = 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 " . autocfg . " 0 . 1 . 8 " { profileName = " _ _ n o P r o f i l e " ; } ;
} ;
} ) ;
" 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_xorshift . " 0 . 1 . 1 " = overridableMkRustCrate ( profileName : rec {
name = " r a n d _ x o r s h i f t " ;
version = " 0 . 1 . 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 = " c b f 7 e 9 e 6 2 3 5 4 9 b 0 e 2 1 f 6 e 9 7 c f 8 e c f 2 4 7 c 1 a 8 f d 2 e 8 a 9 9 2 a e 2 6 5 3 1 4 3 0 0 b 2 4 5 5 d 5 c " ; } ;
dependencies = {
rand_core = 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_core . " 0 . 3 . 1 " { 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 " . rdrand . " 0 . 4 . 0 " = overridableMkRustCrate ( profileName : rec {
name = " r d r a n d " ;
version = " 0 . 4 . 0 " ;
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 = " 6 7 8 0 5 4 e b 7 7 2 8 6 b 5 1 5 8 1 b a 4 3 6 2 0 c c 9 1 1 a b f 0 2 7 5 8 c 9 1 f 9 3 f 4 7 9 7 6 7 a e d 0 f 9 0 4 5 8 b 2 " ; } ;
features = builtins . concatLists [
[ " d e f a u l t " ]
[ " s t d " ]
] ;
dependencies = {
rand_core = 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_core . " 0 . 3 . 1 " { 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 " . redox_syscall . " 0 . 2 . 1 1 " = overridableMkRustCrate ( profileName : rec {
name = " r e d o x _ s y s c a l l " ;
version = " 0 . 2 . 1 1 " ;
@ -3738,7 +3938,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 == " d r 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 . kernel . name == " a n 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 . 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 ; } ;
@ -4213,6 +4413,13 @@ 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 " . siphasher . " 0 . 2 . 3 " = overridableMkRustCrate ( profileName : rec {
name = " s i p h a s h e r " ;
version = " 0 . 2 . 3 " ;
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 b 8 d e 4 9 6 c f 8 3 d 4 e d 5 8 b 6 b e 8 6 c 3 a 2 7 5 b 8 6 0 2 f 6 f f e 9 8 d 3 0 2 4 a 8 6 9 e 1 2 4 1 4 7 a 9 a 3 a c " ; } ;
} ) ;
" 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 " = overridableMkRustCrate ( profileName : rec {
name = " s l a b " ;
version = " 0 . 4 . 5 " ;
@ -4327,7 +4534,7 @@ in
] ;
dependencies = {
bitflags = 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 " . bitflags . " 1 . 3 . 2 " { inherit profileName ; } ;
$ { if hostPlatform . parsed . kernel . name == " l i n u x " || hostPlatform . parsed . kernel . name == " a n d r o i d " 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 == " 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 == " l i n u x " || hostPlatform . parsed . kernel . name == " a n d r o i d " ) then " p a r k i n g _ l o 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 " . parking_lot . " 0 . 1 1 . 2 " { inherit profileName ; } ;
$ { if ! ( hostPlatform . parsed . kernel . name == " l i n u x " || hostPlatform . parsed . kernel . name == " a n d r o i d " ) then " p a r k i n g _ l o t _ c o r 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 " . parking_lot_core . " 0 . 8 . 5 " { inherit profileName ; } ;
static_init_macro = 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 " . static_init_macro . " 1 . 0 . 2 " { profileName = " _ _ n o P r o f i l e " ; } ;
@ -4410,7 +4617,7 @@ in
[ " p r o c - m a c r o " ]
[ " q u o t e " ]
[ " v i s i t " ]
( 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 _ 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 _ u t i l " || rootFeatures' ? " g a r a g e _ w e b " || rootFeatures' ? " k 2 v - c l i e n t " ) " v i s i t - m u t " )
[ " v i s i t - m u t " ]
] ;
dependencies = {
proc_macro2 = 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 " . proc-macro2 . " 1 . 0 . 3 6 " { inherit profileName ; } ;
@ -4539,6 +4746,23 @@ 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 " . timeago . " 0 . 3 . 1 " = overridableMkRustCrate ( profileName : rec {
name = " t i m e a g o " ;
version = " 0 . 3 . 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 = " 6 e c 3 2 d d e 5 7 e f b 1 5 c 0 3 5 a c 0 7 4 1 1 8 d 7 f 3 2 8 2 0 4 5 1 3 9 5 f 2 8 c b 0 5 2 4 a 0 1 d 4 e 9 4 9 8 3 b 2 6 " ; } ;
features = builtins . concatLists [
[ " c h r o n o " ]
[ " d e f a u l t " ]
[ " i s o l a n g " ]
[ " t r a n s l a t i o n s " ]
] ;
dependencies = {
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 ; } ;
isolang = 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 " . isolang . " 1 . 0 . 0 " { 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 " . tinyvec . " 1 . 5 . 1 " = overridableMkRustCrate ( profileName : rec {
name = " t i n y v e c " ;
version = " 1 . 5 . 1 " ;
@ -4883,19 +5107,19 @@ 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 = " 4 a 1 b d f 5 4 a 7 c 2 8 a 2 b b f 7 0 1 e 1 d 2 2 3 3 f 6 c 7 7 f 4 7 3 4 8 6 b 9 4 b e e 4 f 9 6 7 8 d a 5 a 1 4 8 d c a 7 f " ; } ;
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 _ 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 _ u t i l " || rootFeatures' ? " g a r a g e _ w e b " || rootFeatures' ? " k 2 v - c l i e n t " ) " a t t r i b u t e s " )
( 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 _ 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 _ u t i l " || rootFeatures' ? " g a r a g e _ w e b " || rootFeatures' ? " k 2 v - c l i e n t " ) " d e f a u l t " )
[ " a t t r i b u t e s " ]
[ " d e f a u l t " ]
( 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 _ r p c " || rootFeatures' ? " g a r a g e _ w e b " ) " l o g " )
( lib . optional ( rootFeatures' ? " g a r a g e " ) " l o g - a l w a y s " )
( 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 _ 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 _ u t i l " || rootFeatures' ? " g a r a g e _ w e b " || rootFeatures' ? " k 2 v - c l i e n t " ) " s t d " )
( 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 _ 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 _ u t i l " || rootFeatures' ? " g a r a g e _ w e b " || rootFeatures' ? " k 2 v - c l i e n t " ) " t r a c i n g - a t t r i b u t e s " )
[ " s t d " ]
[ " t r a c i n g - a t t r i b u t e s " ]
] ;
dependencies = {
$ { i f 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 _ u t i l " || rootFeatures' ? " g a r a g e _ w e b " || rootFeatures' ? " k 2 v - c l i e n t " then " c fg _ i f " 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 " . cfg-if . " 1 . 0 . 0 " { inherit profileName ; } ;
c fg_if = 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 " . cfg-if . " 1 . 0 . 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 _ r p c " || rootFeatures' ? " g a r a g e _ w e b " then " l o 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 " . log . " 0 . 4 . 1 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 _ u t i l " || rootFeatures' ? " g a r a g e _ w e b " || rootFeatures' ? " k 2 v - c l i e n t " then " p i n _ p r o j ec t _l i 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 " . pin-project-lite . " 0 . 2 . 8 " { inherit profileName ; } ;
$ { if roo tFeatu res' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i" || rootFeatures' ? " ga r a g e _b l o c k " || roo tFea tu res' ? " 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 _ u t il " || rootFeatures' ? " g a r a g e _ w e b" || rootFeat ures' ? " k 2 v - c l i e n t" th en " t r a c i n g _ a t t r i b u t e s " 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 " . tracing-attributes . " 0 . 1 . 2 0 " { profileName = " _ _ n o P r o f i l e " ; } ;
$ { if roo tFeatu res' ? " g a r a g e " || rootFeatures' ? " g a r a g e _ a p i" || rootFeatures' ? " ga r a g e _b l oc k " || rootFeatu res' ? " 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 _ u t i l " || rootFeatures' ? " g a r a g e _ w e b " || rootFeatures' ? " k 2 v - c l i e n t " then " t r a c i n g _ c o r 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 " . tracing-core . " 0 . 1 . 2 3 " { inherit profileName ; } ;
p in _p rojec t_l ite = 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 ; } ;
trac in g_a ttributes = 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 " . tracing-attributes . " 0 . 1 . 2 0 " { profileName = " _ _ n o P r o f i l e " ; } ;
trac in g_c ore = 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-core . " 0 . 1 . 2 3 " { inherit profileName ; } ;
} ;
} ) ;
@ -5330,10 +5554,10 @@ in
[ " d e f a u l t " ]
] ;
dependencies = {
$ { if hostPlatform . config == " a a r c h 6 4 - u w p - w i n d o w s - m s v c " || hostPlatform . config == " a a r c h 6 4 - p c - 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 - p c - w i n d o w s - g n u " || hostPlatform . config == " i 6 8 6 - u w p - 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 == " 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 - u w p - w i n d o w s - m s v c " || hostPlatform . config == " i 6 8 6 - p c - 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 - u w p - w i n d o w s - g n u " || hostPlatform . config == " x 8 6 _ 6 4 - p c - 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 - p c - w i n d o w s - g n u " || hostPlatform . config == " x 8 6 _ 6 4 - u w 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 - u w p - w i n d o w s - m s v c " || hostPlatform . config == " x 8 6 _ 6 4 - p c - 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 ; } ;
} ;
} ) ;