rename bank facts to interactions

This commit is contained in:
Nicolò Boschi 2025-12-04 17:15:23 +01:00
parent 425c6f3fc9
commit 377f5513d4
342 changed files with 1782 additions and 0 deletions

View file

@ -0,0 +1,46 @@
"""Rename fact_type 'bank' to 'interactions'
Revision ID: d9f6a3b4c5e2
Revises: c8e5f2a3b4d1
Create Date: 2024-12-04 15:00:00.000000
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'd9f6a3b4c5e2'
down_revision = 'c8e5f2a3b4d1'
branch_labels = None
depends_on = None
def upgrade():
# Update existing 'bank' values to 'interactions'
op.execute("UPDATE memory_units SET fact_type = 'interactions' WHERE fact_type = 'bank'")
# Drop old check constraint
op.drop_constraint('memory_units_fact_type_check', 'memory_units', type_='check')
# Create new check constraint with 'interactions' instead of 'bank'
op.create_check_constraint(
'memory_units_fact_type_check',
'memory_units',
"fact_type IN ('world', 'interactions', 'opinion', 'observation')"
)
def downgrade():
# Update 'interactions' back to 'bank'
op.execute("UPDATE memory_units SET fact_type = 'bank' WHERE fact_type = 'interactions'")
# Drop new check constraint
op.drop_constraint('memory_units_fact_type_check', 'memory_units', type_='check')
# Recreate old check constraint
op.create_check_constraint(
'memory_units_fact_type_check',
'memory_units',
"fact_type IN ('world', 'bank', 'opinion', 'observation')"
)

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[\"default\", \"link\"]","declared_features":"[\"chrono\", \"default\", \"link\", \"mac_os_10_7_support\", \"mac_os_10_8_features\", \"uuid\", \"with-chrono\", \"with-uuid\"]","target":3908465493571680068,"profile":2040997289075261528,"path":15233930006330925460,"deps":[[8730874933663560167,"libc",false,16328656053954487531],[12589608519315293066,"core_foundation_sys",false,521516467894483579]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/core-foundation-195eb24770b15090/dep-lib-core_foundation","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
10ef793a1954dfe1

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[\"std\"]","declared_features":"[\"default\", \"std\"]","target":17743456753391690785,"profile":8944999695620513791,"path":1549856739164987454,"deps":[[8730874933663560167,"libc",false,16328656053954487531]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/errno-952cabd28e8fa95c/dep-lib-errno","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[]","declared_features":"[\"std\", \"wasm_js\"]","target":11669924403970522481,"profile":7327057875853487844,"path":6207933272110375421,"deps":[[7667230146095136825,"cfg_if",false,902855944442955747],[8730874933663560167,"libc",false,16328656053954487531],[18408407127522236545,"build_script_build",false,16743400013930670368]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/getrandom-f646695a1a706e2d/dep-lib-getrandom","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
2f963e87b86f784c

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[]","declared_features":"[\"stream\", \"unstable\"]","target":15216351499943135959,"profile":5627820096486484124,"path":3294765106753457380,"deps":[[1074848931188612602,"atomic_waker",false,4889363751394578966],[1345404220202658316,"fnv",false,12262759022379011476],[2620434475832828286,"http",false,9979032511492736550],[6240934600354534560,"indexmap",false,14247778757879965049],[6355489020061627772,"bytes",false,15546652703430663087],[7013762810557009322,"futures_sink",false,6950808712564450941],[7620660491849607393,"futures_core",false,13556608982339264378],[7720834239451334583,"tokio",false,15199296519091894733],[13455815276518097497,"tracing",false,6512599870775761065],[14180297684929992518,"tokio_util",false,10210047517778125131],[14767213526276824509,"slab",false,16871163405192104457]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/h2-0b7c2f7045fd64b3/dep-lib-h2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[]","declared_features":"[]","target":6828276606420267087,"profile":2040997289075261528,"path":10763286916239946207,"deps":[[350039288653093011,"build_script_build",false,13700344585864612830],[503842845364652431,"chrono",false,11144948474405894614],[1046219396048762255,"progenitor_client",false,7736263936177153355],[2620434475832828286,"http",false,9979032511492736550],[5404511084185685755,"url",false,17079058419592311478],[5802782114936492624,"reqwest",false,591987428378372180],[7720834239451334583,"tokio",false,15199296519091894733],[8008191657135824715,"thiserror",false,1675330904495433212],[12832915883349295919,"serde_json",false,11663418101978700483],[13548984313718623784,"serde",false,17261882564294632758]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/hindsight-client-1ea0b4f153e53ad9/dep-lib-hindsight_client","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[350039288653093011,"build_script_build",false,12668564654063977055]],"local":[{"RerunIfChanged":{"output":"release/build/hindsight-client-2b48dd0884182f24/output","paths":["/Users/nicoloboschi/dev/memory-poc/openapi.json"]}}],"rustflags":[],"config":0,"compile_kind":0}

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[]","declared_features":"[]","target":5408242616063297496,"profile":1369601567987815722,"path":13767053534773805487,"deps":[[7988640081342112296,"syn",false,1809862803220272063],[9423015880379144908,"prettyplease",false,5158570001680563136],[9738901266855342370,"progenitor",false,3218927490440179495],[12832915883349295919,"serde_json",false,7203318985267246464],[16847286912798951732,"openapiv3",false,15609397813544834071]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/hindsight-client-d745bfb778e20f17/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
0a671e6249ff5898

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[\"client\", \"default\", \"http1\", \"http2\"]","declared_features":"[\"capi\", \"client\", \"default\", \"ffi\", \"full\", \"http1\", \"http2\", \"nightly\", \"server\", \"tracing\"]","target":9574292076208557625,"profile":5592815138508651293,"path":3727995574998783824,"deps":[[1074848931188612602,"atomic_waker",false,4889363751394578966],[1569313478171189446,"want",false,10044339025105331758],[1615478164327904835,"pin_utils",false,14683532508558912330],[1811549171721445101,"futures_channel",false,7366921400749317677],[1906322745568073236,"pin_project_lite",false,2890517474304306842],[2620434475832828286,"http",false,9979032511492736550],[3666196340704888985,"smallvec",false,2762008496713994936],[4133939468654419887,"h2",false,5510276982421493295],[6163892036024256188,"httparse",false,862024765873499899],[6355489020061627772,"bytes",false,15546652703430663087],[7620660491849607393,"futures_core",false,13556608982339264378],[7695812897323945497,"itoa",false,1828906794629363435],[7720834239451334583,"tokio",false,15199296519091894733],[14084095096285906100,"http_body",false,6661408876623437285]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/hyper-07755ca3cf54b436/dep-lib-hyper","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
93bc35451666ccca

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[\"client\", \"default\", \"http1\"]","declared_features":"[\"capi\", \"client\", \"default\", \"ffi\", \"full\", \"http1\", \"http2\", \"nightly\", \"server\", \"tracing\"]","target":9574292076208557625,"profile":13216347216645977844,"path":3727995574998783824,"deps":[[1074848931188612602,"atomic_waker",false,2873772561738594904],[1569313478171189446,"want",false,13349932711339711600],[1615478164327904835,"pin_utils",false,7007306729925395086],[1811549171721445101,"futures_channel",false,10090950432182172133],[1906322745568073236,"pin_project_lite",false,9447880206343913512],[2620434475832828286,"http",false,1650492083869495292],[3666196340704888985,"smallvec",false,18342355225904844136],[6163892036024256188,"httparse",false,14121678495336568577],[6355489020061627772,"bytes",false,2903709362578875002],[7620660491849607393,"futures_core",false,7066842684264217339],[7695812897323945497,"itoa",false,943183539963763635],[7720834239451334583,"tokio",false,524395935604976129],[14084095096285906100,"http_body",false,15179080343208473851]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/hyper-30eb68e8c2afbbe7/dep-lib-hyper","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[]","declared_features":"[\"alpn\", \"vendored\"]","target":11005878871305885301,"profile":2040997289075261528,"path":5681533078161436566,"deps":[[784494742817713399,"tower_service",false,7356265403547447364],[4160778395972110362,"hyper",false,10977804782359439114],[6355489020061627772,"bytes",false,15546652703430663087],[7720834239451334583,"tokio",false,15199296519091894733],[8098305783429564872,"hyper_util",false,628288020636373454],[12186126227181294540,"tokio_native_tls",false,17212570438844328848],[16785601910559813697,"native_tls",false,13145329485301595320],[16900715236047033623,"http_body_util",false,7221940639537536546]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/hyper-tls-06bd74d4ec9a3d7b/dep-lib-hyper_tls","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[\"client\", \"client-legacy\", \"client-proxy\", \"default\", \"http1\", \"tokio\"]","declared_features":"[\"__internal_happy_eyeballs_tests\", \"client\", \"client-legacy\", \"client-pool\", \"client-proxy\", \"client-proxy-system\", \"default\", \"full\", \"http1\", \"http2\", \"server\", \"server-auto\", \"server-graceful\", \"service\", \"tokio\", \"tracing\"]","target":11100538814903412163,"profile":1369601567987815722,"path":5307796262021719265,"deps":[[95042085696191081,"ipnet",false,3707375299457127195],[784494742817713399,"tower_service",false,734984433329628339],[1811549171721445101,"futures_channel",false,10090950432182172133],[1906322745568073236,"pin_project_lite",false,9447880206343913512],[2620434475832828286,"http",false,1650492083869495292],[4160778395972110362,"hyper",false,14613167136746880147],[6355489020061627772,"bytes",false,2903709362578875002],[6803352382179706244,"percent_encoding",false,4225232897904603722],[7620660491849607393,"futures_core",false,7066842684264217339],[7720834239451334583,"tokio",false,524395935604976129],[8730874933663560167,"libc",false,7691249400466036700],[10629569228670356391,"futures_util",false,7891452522217467843],[11667313607130374549,"socket2",false,13892309902753790253],[13077212702700853852,"base64",false,9088438890015488654],[13455815276518097497,"tracing",false,6158737396754357567],[14084095096285906100,"http_body",false,15179080343208473851]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/hyper-util-766a72ef7846010f/dep-lib-hyper_util","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[\"client\", \"client-legacy\", \"client-proxy\", \"client-proxy-system\", \"default\", \"http1\", \"http2\", \"tokio\"]","declared_features":"[\"__internal_happy_eyeballs_tests\", \"client\", \"client-legacy\", \"client-pool\", \"client-proxy\", \"client-proxy-system\", \"default\", \"full\", \"http1\", \"http2\", \"server\", \"server-auto\", \"server-graceful\", \"service\", \"tokio\", \"tracing\"]","target":11100538814903412163,"profile":2040997289075261528,"path":5307796262021719265,"deps":[[95042085696191081,"ipnet",false,10405193789034471686],[784494742817713399,"tower_service",false,7356265403547447364],[985115344064483054,"system_configuration",false,12469721077642474613],[1811549171721445101,"futures_channel",false,7366921400749317677],[1906322745568073236,"pin_project_lite",false,2890517474304306842],[2620434475832828286,"http",false,9979032511492736550],[4160778395972110362,"hyper",false,10977804782359439114],[6355489020061627772,"bytes",false,15546652703430663087],[6803352382179706244,"percent_encoding",false,3530911331212444045],[7620660491849607393,"futures_core",false,13556608982339264378],[7720834239451334583,"tokio",false,15199296519091894733],[8730874933663560167,"libc",false,16328656053954487531],[10629569228670356391,"futures_util",false,13661049276535558845],[11667313607130374549,"socket2",false,1167183044633965652],[13077212702700853852,"base64",false,8599405015201889959],[13455815276518097497,"tracing",false,6512599870775761065],[14084095096285906100,"http_body",false,6661408876623437285]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/hyper-util-bdf3f6befe299fa3/dep-lib-hyper_util","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[8730874933663560167,"build_script_build",false,4377610231219512346]],"local":[{"RerunIfChanged":{"output":"release/build/libc-12801929ec11d71e/output","paths":["build.rs"]}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_FREEBSD_VERSION","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_MUSL_V1_2_3","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_GNU_TIME_BITS","val":null}}],"rustflags":[],"config":0,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
eb247d0b2b0a9be2

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[\"default\", \"std\"]","declared_features":"[\"align\", \"const-extern-fn\", \"default\", \"extra_traits\", \"rustc-dep-of-std\", \"rustc-std-workspace-core\", \"std\", \"use_std\"]","target":17682796336736096309,"profile":7322064999780386650,"path":15619248374520231272,"deps":[[8730874933663560167,"build_script_build",false,2689343656561475481]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/libc-12924aca298829bc/dep-lib-libc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[\"default\", \"std\"]","declared_features":"[\"align\", \"const-extern-fn\", \"default\", \"extra_traits\", \"rustc-dep-of-std\", \"rustc-std-workspace-core\", \"std\", \"use_std\"]","target":5408242616063297496,"profile":8928907579149787682,"path":16033980337648558345,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/libc-4bef7b711eabed5e/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
dcd7b66994cebc6a

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[\"default\", \"std\"]","declared_features":"[\"align\", \"const-extern-fn\", \"default\", \"extra_traits\", \"rustc-dep-of-std\", \"rustc-std-workspace-core\", \"std\", \"use_std\"]","target":17682796336736096309,"profile":8928907579149787682,"path":15619248374520231272,"deps":[[8730874933663560167,"build_script_build",false,5466727454772398563]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/libc-a1567fd653ec2d0a/dep-lib-libc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[8730874933663560167,"build_script_build",false,4377610231219512346]],"local":[{"RerunIfChanged":{"output":"release/build/libc-b214054117ebbb4d/output","paths":["build.rs"]}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_FREEBSD_VERSION","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_MUSL_V1_2_3","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_GNU_TIME_BITS","val":null}}],"rustflags":[],"config":0,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
d02574646c4cc4cc

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[]","declared_features":"[\"kv\", \"kv_serde\", \"kv_std\", \"kv_sval\", \"kv_unstable\", \"kv_unstable_serde\", \"kv_unstable_std\", \"kv_unstable_sval\", \"max_level_debug\", \"max_level_error\", \"max_level_info\", \"max_level_off\", \"max_level_trace\", \"max_level_warn\", \"release_max_level_debug\", \"release_max_level_error\", \"release_max_level_info\", \"release_max_level_off\", \"release_max_level_trace\", \"release_max_level_warn\", \"serde\", \"serde_core\", \"std\", \"sval\", \"sval_ref\", \"value-bag\"]","target":6550155848337067049,"profile":1369601567987815722,"path":15156058320456467784,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/log-1e076d9f5f247df2/dep-lib-log","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
1e319f2edd1ef519

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[]","declared_features":"[\"kv\", \"kv_serde\", \"kv_std\", \"kv_sval\", \"kv_unstable\", \"kv_unstable_serde\", \"kv_unstable_std\", \"kv_unstable_sval\", \"max_level_debug\", \"max_level_error\", \"max_level_info\", \"max_level_off\", \"max_level_trace\", \"max_level_warn\", \"release_max_level_debug\", \"release_max_level_error\", \"release_max_level_info\", \"release_max_level_off\", \"release_max_level_trace\", \"release_max_level_warn\", \"serde\", \"serde_core\", \"std\", \"sval\", \"sval_ref\", \"value-bag\"]","target":6550155848337067049,"profile":2040997289075261528,"path":15156058320456467784,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/log-821c4da05786a8ea/dep-lib-log","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
eb7196772a0d106b

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[\"net\", \"os-ext\", \"os-poll\"]","declared_features":"[\"default\", \"log\", \"net\", \"os-ext\", \"os-poll\"]","target":5157902839847266895,"profile":13712647568182654241,"path":15648682525102969553,"deps":[[8730874933663560167,"libc",false,16328656053954487531]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/mio-571467c97888f227/dep-lib-mio","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
8480cb3cd6ee095c

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[\"net\", \"os-ext\", \"os-poll\"]","declared_features":"[\"default\", \"log\", \"net\", \"os-ext\", \"os-poll\"]","target":5157902839847266895,"profile":16359816799331850834,"path":15648682525102969553,"deps":[[8730874933663560167,"libc",false,7691249400466036700]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/mio-e0b262b1c52ed633/dep-lib-mio","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[]","declared_features":"[\"alpn\", \"vendored\"]","target":17032036260282835112,"profile":2040997289075261528,"path":14470176459207976694,"deps":[[4352659168317596042,"tempfile",false,6126581068246367537],[8730874933663560167,"libc",false,16328656053954487531],[9647650507235447082,"security_framework",false,15436236851857373196],[16785601910559813697,"build_script_build",false,4364013232341530008],[18084362310640529590,"security_framework_sys",false,15174147310759639345]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/native-tls-be771431957df9fb/dep-lib-native_tls","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[\"default\"]","declared_features":"[\"arc_lock\", \"deadlock_detection\", \"default\", \"hardware-lock-elision\", \"nightly\", \"owning_ref\", \"send_guard\", \"serde\"]","target":9887373948397848517,"profile":2040997289075261528,"path":5865275844257640528,"deps":[[2555121257709722468,"lock_api",false,9922691468335625904],[6545091685033313457,"parking_lot_core",false,16543230180810255816]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/parking_lot-6b62db9f70bfd731/dep-lib-parking_lot","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[]","declared_features":"[\"backtrace\", \"deadlock_detection\", \"nightly\", \"petgraph\"]","target":12558056885032795287,"profile":2040997289075261528,"path":11747429581358948524,"deps":[[3666196340704888985,"smallvec",false,2762008496713994936],[6545091685033313457,"build_script_build",false,8062267442995684769],[7667230146095136825,"cfg_if",false,902855944442955747],[8730874933663560167,"libc",false,16328656053954487531]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/parking_lot_core-ff53856d3344d548/dep-lib-parking_lot_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[\"default\", \"macro\"]","declared_features":"[\"default\", \"macro\"]","target":15608857702111660434,"profile":1369601567987815722,"path":14901966660390340651,"deps":[[1046219396048762255,"progenitor_client",false,3302810148817049998],[3039535961030183584,"progenitor_impl",false,8460619196704486076],[17067139923740644357,"progenitor_macro",false,15727828827994329451]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/progenitor-0830734640309500/dep-lib-progenitor","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View file

@ -0,0 +1 @@
This file has an mtime of when this was started.

View file

@ -0,0 +1 @@
{"rustc":16243257175721966122,"features":"[]","declared_features":"[]","target":13961631750024826473,"profile":2040997289075261528,"path":16246616410552426937,"deps":[[5802782114936492624,"reqwest",false,591987428378372180],[6355489020061627772,"bytes",false,15546652703430663087],[6803352382179706244,"percent_encoding",false,3530911331212444045],[7620660491849607393,"futures_core",false,13556608982339264378],[12832915883349295919,"serde_json",false,11663418101978700483],[13548984313718623784,"serde",false,17261882564294632758],[16542808166767769916,"serde_urlencoded",false,4812912097391409812]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/progenitor-client-3cb0511a5ed2eb83/dep-lib-progenitor_client","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

Some files were not shown because too many files have changed in this diff Show more