Gui breach

This commit is contained in:
frostyripper1
2026-05-20 10:45:53 +02:00
parent ddc17a68bb
commit 74b4eae64f
441 changed files with 5164 additions and 8178 deletions
Generated
+17 -1271
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -30,4 +30,4 @@ rcgen = "0.14.8"
time = "0.3" time = "0.3"
epub = "2.1" epub = "2.1"
open = "5" open = "5"
eframe = "0.34.2" eframe = { version = "0.34.2", default-features = false, features = ["default_fonts", "glow"] }
+10 -10
View File
@@ -186,7 +186,7 @@ impl AirustGui {
} }
impl eframe::App for AirustGui { impl eframe::App for AirustGui {
fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame) { fn ui(&mut self, ui: &mut egui::Ui, _frame: &mut eframe::Frame) {
while let Ok((label, msg)) = self.rx.try_recv() { while let Ok((label, msg)) = self.rx.try_recv() {
let target = match msg { let target = match msg {
GuiMsg::Set(t) => t, GuiMsg::Set(t) => t,
@@ -207,20 +207,20 @@ impl eframe::App for AirustGui {
} }
match self.mode { match self.mode {
AppMode::Startup => self.ui_startup(ctx), AppMode::Startup => self.ui_startup(ui),
AppMode::Desktop => self.ui_desktop(ctx), AppMode::Desktop => self.ui_desktop(ui),
} }
ctx.request_repaint_after(std::time::Duration::from_millis(200)); ui.ctx()
.request_repaint_after(std::time::Duration::from_millis(200));
} }
} }
// ── Startup Screen ── // ── Startup Screen ──
impl AirustGui { impl AirustGui {
fn ui_startup(&mut self, ctx: &egui::Context) { fn ui_startup(&mut self, ui: &mut egui::Ui) {
let panel = egui::CentralPanel::default(); egui::CentralPanel::default().show_inside(ui, |ui| {
panel.show(ctx, |ui| {
let avail = ui.available_size(); let avail = ui.available_size();
let (w, h) = (avail.x, avail.y); let (w, h) = (avail.x, avail.y);
let btn_w = 260.0; let btn_w = 260.0;
@@ -269,8 +269,8 @@ impl AirustGui {
// ── Desktop UI ── // ── Desktop UI ──
impl AirustGui { impl AirustGui {
fn ui_desktop(&mut self, ctx: &egui::Context) { fn ui_desktop(&mut self, ui: &mut egui::Ui) {
egui::TopBottomPanel::top("tab_bar").show(ctx, |ui| { egui::Panel::top("tab_bar").show_inside(ui, |ui| {
ui.horizontal(|ui| { ui.horizontal(|ui| {
ui.heading("AiRust"); ui.heading("AiRust");
ui.separator(); ui.separator();
@@ -287,7 +287,7 @@ impl AirustGui {
}); });
}); });
egui::CentralPanel::default().show(ctx, |ui| match self.active_tab { egui::CentralPanel::default().show_inside(ui, |ui| match self.active_tab {
Tab::Chat => self.ui_chat(ui), Tab::Chat => self.ui_chat(ui),
Tab::Exec => self.ui_exec(ui), Tab::Exec => self.ui_exec(ui),
Tab::ScriptGen => self.ui_scriptgen(ui), Tab::ScriptGen => self.ui_scriptgen(ui),
@@ -1 +1 @@
81db38d50a8ca7e4 d26dec7ed1704385
@@ -1 +1 @@
{"rustc":8891013984288978370,"features":"[]","declared_features":"[]","target":5822778429326456523,"profile":8731458305071235362,"path":4942398508502643691,"deps":[[1259268242021569041,"rcgen",false,9235914623540639666],[1996688857878793156,"urlencoding",false,16105188516317959878],[3163899731817361221,"tokio_util",false,16776952761298166049],[3403807907281811404,"scraper",false,17246128566867172325],[4093251733041599906,"futures",false,14328887668981729358],[4679905624820182927,"eframe",false,17787849400411957629],[5670634780133204749,"rand",false,8270870016878409537],[8885145851541249238,"lopdf",false,15613901058174968632],[9474690156833528992,"open",false,438056136409304622],[9842033052731393846,"axum",false,7519446009646619209],[10257923056054025583,"tokio_stream",false,14326998106303354300],[10611448191877167640,"pdf_extract",false,16927700030543866873],[10877810225362942956,"rfd",false,5498172929687684722],[11432222519274906849,"time",false,14377759236602193281],[12478428894219133322,"anyhow",false,12523904969863096021],[12788642480038734552,"epub",false,1455063384749581628],[13138620675979108443,"reqwest",false,13978303090134131826],[13456317631986937123,"tower_http",false,6163727960928880272],[13548984313718623784,"serde",false,2009433944217853685],[13741981120070295944,"ollama_rs",false,287007235249215874],[13795362694956882968,"serde_json",false,1141482403196827183],[16831777097276588472,"axum_server",false,1862776628244072510],[17541620359049798014,"tokio",false,3978996155459489587]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\AiRust-301136bf2d3c6683\\dep-bin-AiRust-cli","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0} {"rustc":8891013984288978370,"features":"[]","declared_features":"[]","target":5822778429326456523,"profile":8731458305071235362,"path":4942398508502643691,"deps":[[1259268242021569041,"rcgen",false,9235914623540639666],[1996688857878793156,"urlencoding",false,16105188516317959878],[3163899731817361221,"tokio_util",false,1966984880888420481],[3403807907281811404,"scraper",false,17246128566867172325],[4093251733041599906,"futures",false,14328887668981729358],[5670634780133204749,"rand",false,8270870016878409537],[8885145851541249238,"lopdf",false,1084783507365727617],[9474690156833528992,"open",false,438056136409304622],[9842033052731393846,"axum",false,6042750868866597651],[10257923056054025583,"tokio_stream",false,4604692051648802704],[10611448191877167640,"pdf_extract",false,15502653403717980237],[10686582628247296510,"eframe",false,17696842979201751293],[10877810225362942956,"rfd",false,15935067081386283214],[11432222519274906849,"time",false,14377759236602193281],[12478428894219133322,"anyhow",false,12523904969863096021],[12788642480038734552,"epub",false,14795323545101382292],[13138620675979108443,"reqwest",false,7844675403176782405],[13456317631986937123,"tower_http",false,12689664501383857306],[13548984313718623784,"serde",false,2009433944217853685],[13741981120070295944,"ollama_rs",false,8144420589131085827],[13795362694956882968,"serde_json",false,6831007439449083176],[16831777097276588472,"axum_server",false,1222547432840341227],[17541620359049798014,"tokio",false,4425176583363240203]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\AiRust-301136bf2d3c6683\\dep-bin-AiRust-cli","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +1 @@
7bdd6e3cc2ed71f1 6382a1386f614d6d
@@ -1 +1 @@
{"rustc":8891013984288978370,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[15008573435535731974,"build_script_build",false,14401277225802611883],[18037757863237077084,"build_script_main",false,9010980584709798885]],"local":[{"RerunIfEnvChanged":{"var":"AWS_LC_RS_DISABLE_SLOW_TESTS","val":null}},{"RerunIfEnvChanged":{"var":"AWS_LC_RS_DEV_TESTS_ONLY","val":null}}],"rustflags":[],"config":0,"compile_kind":0} {"rustc":8891013984288978370,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[15008573435535731974,"build_script_build",false,14401277225802611883],[18037757863237077084,"build_script_main",false,11162852854112983341]],"local":[{"RerunIfEnvChanged":{"var":"AWS_LC_RS_DISABLE_SLOW_TESTS","val":null}},{"RerunIfEnvChanged":{"var":"AWS_LC_RS_DEV_TESTS_ONLY","val":null}}],"rustflags":[],"config":0,"compile_kind":0}
@@ -1 +1 @@
47924f2bb515a695 e332cc80f65988f1
@@ -1 +1 @@
{"rustc":8891013984288978370,"features":"[\"aws-lc-sys\", \"prebuilt-nasm\"]","declared_features":"[\"alloc\", \"asan\", \"aws-lc-sys\", \"bindgen\", \"default\", \"dev-tests-only\", \"fips\", \"non-fips\", \"prebuilt-nasm\", \"ring-io\", \"ring-sig-verify\", \"test_logging\", \"unstable\"]","target":18300691495230371829,"profile":15657897354478470176,"path":6017225071170646685,"deps":[[12865141776541797048,"zeroize",false,17251624054987532484],[15008573435535731974,"build_script_build",false,17397948254002273659],[18037757863237077084,"aws_lc_sys",false,1870158832474918683]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\aws-lc-rs-b1498ecec559b35d\\dep-lib-aws_lc_rs","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0} {"rustc":8891013984288978370,"features":"[\"aws-lc-sys\", \"prebuilt-nasm\"]","declared_features":"[\"alloc\", \"asan\", \"aws-lc-sys\", \"bindgen\", \"default\", \"dev-tests-only\", \"fips\", \"non-fips\", \"prebuilt-nasm\", \"ring-io\", \"ring-sig-verify\", \"test_logging\", \"unstable\"]","target":18300691495230371829,"profile":15657897354478470176,"path":6017225071170646685,"deps":[[12865141776541797048,"zeroize",false,17251624054987532484],[15008573435535731974,"build_script_build",false,7876058453660238435],[18037757863237077084,"aws_lc_sys",false,11040257212871215093]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\aws-lc-rs-b1498ecec559b35d\\dep-lib-aws_lc_rs","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +1 @@
e5bb917d196f0d7d 2d195c09876bea9a
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
1b0f3ab38c23f419 f50722fa70df3699
@@ -1 +1 @@
{"rustc":8891013984288978370,"features":"[\"prebuilt-nasm\"]","declared_features":"[\"all-bindings\", \"asan\", \"bindgen\", \"default\", \"disable-prebuilt-nasm\", \"fips\", \"prebuilt-nasm\", \"ssl\"]","target":9251307146641742440,"profile":15657897354478470176,"path":7960927238283173675,"deps":[[18037757863237077084,"build_script_main",false,9010980584709798885]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\aws-lc-sys-febf512e1c22d072\\dep-lib-aws_lc_sys","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0} {"rustc":8891013984288978370,"features":"[\"prebuilt-nasm\"]","declared_features":"[\"all-bindings\", \"asan\", \"bindgen\", \"default\", \"disable-prebuilt-nasm\", \"fips\", \"prebuilt-nasm\", \"ssl\"]","target":9251307146641742440,"profile":15657897354478470176,"path":7960927238283173675,"deps":[[18037757863237077084,"build_script_main",false,11162852854112983341]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\aws-lc-sys-febf512e1c22d072\\dep-lib-aws_lc_sys","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
d1a82ab9c3609702
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"tokio\"]","declared_features":"[\"debug\", \"debug_tokio\", \"expose_original_error\", \"path_facts\", \"tokio\"]","target":17916372990601352597,"profile":2241668132362809309,"path":17009260919351158563,"deps":[[15099534561070771797,"build_script_build",false,1419509394410938726],[17541620359049798014,"tokio",false,12218323567314541538]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\fs-err-2c122aa926567637\\dep-lib-fs_err","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
35d7a112a1a6cf1d
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"tokio\"]","declared_features":"[\"debug\", \"debug_tokio\", \"expose_original_error\", \"path_facts\", \"tokio\"]","target":17916372990601352597,"profile":15657897354478470176,"path":17009260919351158563,"deps":[[15099534561070771797,"build_script_build",false,1419509394410938726],[17541620359049798014,"tokio",false,3978996155459489587]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\fs-err-ab2f34c62f14739a\\dep-lib-fs_err","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
3e2c94162ae494c7
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[]","declared_features":"[\"alloc\", \"allocator-api2\", \"core\", \"default\", \"default-hasher\", \"equivalent\", \"inline-more\", \"nightly\", \"raw-entry\", \"rayon\", \"rustc-dep-of-std\", \"rustc-internal-api\", \"serde\"]","target":13796197676120832388,"profile":15657897354478470176,"path":5799628794412465740,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\hashbrown-632c62a4b3193f7e\\dep-lib-hashbrown","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
c7bb6bfc08db450e
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[]","declared_features":"[\"alloc\", \"allocator-api2\", \"core\", \"default\", \"default-hasher\", \"equivalent\", \"inline-more\", \"nightly\", \"raw-entry\", \"rayon\", \"rustc-dep-of-std\", \"rustc-internal-api\", \"serde\"]","target":13796197676120832388,"profile":2241668132362809309,"path":5799628794412465740,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\hashbrown-6efe487a4050641f\\dep-lib-hashbrown","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
27005eda8556d27c
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"default\", \"std\"]","declared_features":"[\"arbitrary\", \"borsh\", \"default\", \"quickcheck\", \"rayon\", \"serde\", \"std\", \"sval\", \"test_debug\"]","target":10391229881554802429,"profile":10949383280008172279,"path":9580433254994890713,"deps":[[5230392855116717286,"equivalent",false,5243622694415265509],[17037126617600641945,"hashbrown",false,14381370379519405118]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\indexmap-5c27a39da41a5d5a\\dep-lib-indexmap","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
340d97a663be4733
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"default\", \"std\"]","declared_features":"[\"arbitrary\", \"borsh\", \"default\", \"quickcheck\", \"rayon\", \"serde\", \"std\", \"sval\", \"test_debug\"]","target":10391229881554802429,"profile":17770749724986273341,"path":9580433254994890713,"deps":[[5230392855116717286,"equivalent",false,2310620034529573789],[17037126617600641945,"hashbrown",false,1028468921565166535]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\indexmap-7b7bb2294ea79e2d\\dep-lib-indexmap","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
5f572a47c2f3cc5b
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"alloc\", \"default\", \"perf-inline\", \"std\", \"tz-fat\", \"tz-system\", \"tzdb-bundle-platform\", \"tzdb-concatenated\", \"tzdb-zoneinfo\"]","declared_features":"[\"alloc\", \"default\", \"js\", \"logging\", \"perf-inline\", \"serde\", \"static\", \"static-tz\", \"std\", \"tz-fat\", \"tz-system\", \"tzdb-bundle-always\", \"tzdb-bundle-platform\", \"tzdb-concatenated\", \"tzdb-zoneinfo\"]","target":16423556379535070258,"profile":5225888606528359953,"path":2886975667842117433,"deps":[[531462344653335793,"jiff_tzdb_platform",false,694169201540331873],[6568467691589961976,"windows_sys",false,4765070287188315013]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\jiff-7e1c8e1799c216b0\\dep-lib-jiff","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
8efa64d3544aa45a
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"alloc\", \"default\", \"perf-inline\", \"std\", \"tz-fat\", \"tz-system\", \"tzdb-bundle-platform\", \"tzdb-concatenated\", \"tzdb-zoneinfo\"]","declared_features":"[\"alloc\", \"default\", \"js\", \"logging\", \"perf-inline\", \"serde\", \"static\", \"static-tz\", \"std\", \"tz-fat\", \"tz-system\", \"tzdb-bundle-always\", \"tzdb-bundle-platform\", \"tzdb-concatenated\", \"tzdb-zoneinfo\"]","target":16423556379535070258,"profile":14178810379068223276,"path":2886975667842117433,"deps":[[531462344653335793,"jiff_tzdb_platform",false,6110300578838021186],[6568467691589961976,"windows_sys",false,18118710916996697012]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\jiff-9ba0380df5186859\\dep-lib-jiff","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
eae34337edd2a1e0
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"net\", \"os-ext\", \"os-poll\"]","declared_features":"[\"default\", \"log\", \"net\", \"os-ext\", \"os-poll\"]","target":5157902839847266895,"profile":9936639502610548555,"path":4934174164684420705,"deps":[[6568467691589961976,"windows_sys",false,4765070287188315013]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\mio-5e19d6f5e4c3f192\\dep-lib-mio","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
db9953c61eaea04e
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"net\", \"os-ext\", \"os-poll\"]","declared_features":"[\"default\", \"log\", \"net\", \"os-ext\", \"os-poll\"]","target":5157902839847266895,"profile":1177456745549771971,"path":4934174164684420705,"deps":[[6568467691589961976,"windows_sys",false,18118710916996697012]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\mio-b23418d78dbf660e\\dep-lib-mio","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
1d4a8e8fb02fb401
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"default\"]","declared_features":"[\"alpn\", \"alpn-accept\", \"default\", \"vendored\"]","target":8591250366494295618,"profile":15657897354478470176,"path":15983032693460415321,"deps":[[9144560277883153344,"build_script_build",false,6676029743098940672],[14914738727707861294,"schannel",false,17271966573315773221]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\native-tls-2750b45033075f88\\dep-lib-native_tls","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
1f0b7579912a8f5c
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"default\"]","declared_features":"[\"alpn\", \"alpn-accept\", \"default\", \"vendored\"]","target":8591250366494295618,"profile":2241668132362809309,"path":15983032693460415321,"deps":[[9144560277883153344,"build_script_build",false,6676029743098940672],[14914738727707861294,"schannel",false,4396622666232774382]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\native-tls-868847787ef79eba\\dep-lib-native_tls","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +1 @@
320af008b6e27541 cc5c98d7cdf858c2
@@ -1 +1 @@
{"rustc":8891013984288978370,"features":"[\"aws-lc-rs\", \"aws_lc_rs\", \"std\", \"tls12\"]","declared_features":"[\"aws-lc-rs\", \"aws_lc_rs\", \"brotli\", \"custom-provider\", \"default\", \"fips\", \"hashbrown\", \"log\", \"logging\", \"prefer-post-quantum\", \"read_buf\", \"ring\", \"rustversion\", \"std\", \"tls12\", \"zlib\"]","target":4618819951246003698,"profile":15728773819211726889,"path":12708373002739644272,"deps":[[1605846383236937982,"webpki",false,2446911736894115778],[5855319743879205494,"once_cell",false,4587509566964652461],[7228429836347935118,"build_script_build",false,11969966231732372944],[12865141776541797048,"zeroize",false,17251624054987532484],[15008573435535731974,"aws_lc_rs",false,10783330225645130311],[17003143334332120809,"subtle",false,9433797068003799541],[17894305664988315121,"pki_types",false,13396659544950459795]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\rustls-4b08a0a9729b6e77\\dep-lib-rustls","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0} {"rustc":8891013984288978370,"features":"[\"aws-lc-rs\", \"aws_lc_rs\", \"std\", \"tls12\"]","declared_features":"[\"aws-lc-rs\", \"aws_lc_rs\", \"brotli\", \"custom-provider\", \"default\", \"fips\", \"hashbrown\", \"log\", \"logging\", \"prefer-post-quantum\", \"read_buf\", \"ring\", \"rustversion\", \"std\", \"tls12\", \"zlib\"]","target":4618819951246003698,"profile":15728773819211726889,"path":12708373002739644272,"deps":[[1605846383236937982,"webpki",false,4606915812598926590],[5855319743879205494,"once_cell",false,4587509566964652461],[7228429836347935118,"build_script_build",false,14907677978266062483],[12865141776541797048,"zeroize",false,17251624054987532484],[15008573435535731974,"aws_lc_rs",false,17404259675230974691],[17003143334332120809,"subtle",false,9433797068003799541],[17894305664988315121,"pki_types",false,13396659544950459795]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\rustls-4b08a0a9729b6e77\\dep-lib-rustls","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +1 @@
d045d43fdedc1da6 934e761023b6e2ce
@@ -1 +1 @@
{"rustc":8891013984288978370,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[15008573435535731974,"build_script_build",false,17397948254002273659],[7228429836347935118,"build_script_build",false,11076189014663673782]],"local":[{"Precalculated":"0.23.37"}],"rustflags":[],"config":0,"compile_kind":0} {"rustc":8891013984288978370,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[15008573435535731974,"build_script_build",false,7876058453660238435],[7228429836347935118,"build_script_build",false,11076189014663673782]],"local":[{"Precalculated":"0.23.37"}],"rustflags":[],"config":0,"compile_kind":0}
@@ -1 +1 @@
c2cf4eaa422df521 fecc16e8850def3f
@@ -1 +1 @@
{"rustc":8891013984288978370,"features":"[\"alloc\", \"aws-lc-rs\", \"std\"]","declared_features":"[\"alloc\", \"aws-lc-rs\", \"aws-lc-rs-fips\", \"aws-lc-rs-unstable\", \"default\", \"ring\", \"std\"]","target":5054897795206437336,"profile":12913535294222086254,"path":15716149979530251859,"deps":[[8995469080876806959,"untrusted",false,5880458258061981268],[15008573435535731974,"aws_lc_rs",false,10783330225645130311],[17894305664988315121,"pki_types",false,13396659544950459795]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\rustls-webpki-f159f2d9f8c07159\\dep-lib-webpki","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0} {"rustc":8891013984288978370,"features":"[\"alloc\", \"aws-lc-rs\", \"std\"]","declared_features":"[\"alloc\", \"aws-lc-rs\", \"aws-lc-rs-fips\", \"aws-lc-rs-unstable\", \"default\", \"ring\", \"std\"]","target":5054897795206437336,"profile":12913535294222086254,"path":15716149979530251859,"deps":[[8995469080876806959,"untrusted",false,5880458258061981268],[15008573435535731974,"aws_lc_rs",false,17404259675230974691],[17894305664988315121,"pki_types",false,13396659544950459795]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\rustls-webpki-f159f2d9f8c07159\\dep-lib-webpki","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
2553e86e165ab2ef
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[]","declared_features":"[]","target":4403787444129770781,"profile":15657897354478470176,"path":4792060405147580981,"deps":[[6568467691589961976,"windows_sys",false,18118710916996697012]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\schannel-050b48ce14aaa42d\\dep-lib-schannel","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
ee3e3c4805f1033d
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[]","declared_features":"[]","target":4403787444129770781,"profile":2241668132362809309,"path":4792060405147580981,"deps":[[6568467691589961976,"windows_sys",false,4765070287188315013]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\schannel-429eb47e8bf11cf6\\dep-lib-schannel","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
8ff927ccc76fb708
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"default\", \"derive\", \"preserve_order\", \"schemars_derive\", \"std\"]","declared_features":"[\"_ui_test\", \"arrayvec07\", \"bigdecimal04\", \"bytes1\", \"chrono04\", \"default\", \"derive\", \"either1\", \"indexmap2\", \"jiff02\", \"preserve_order\", \"raw_value\", \"rust_decimal1\", \"schemars_derive\", \"semver1\", \"smallvec1\", \"smol_str02\", \"smol_str03\", \"std\", \"url2\", \"uuid1\"]","target":11155677158530064643,"profile":15657897354478470176,"path":13256023611271191196,"deps":[[894917534355971740,"ref_cast",false,14204179103787905030],[6982418085031928086,"dyn_clone",false,14179887115476449795],[10896592925039217470,"schemars_derive",false,2534554083057488171],[13548984313718623784,"serde",false,2009433944217853685],[13795362694956882968,"serde_json",false,1141482403196827183]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\schemars-57e0037544d08a7b\\dep-lib-schemars","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
17c2fb2c6a287d43
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"default\", \"derive\", \"preserve_order\", \"schemars_derive\", \"std\"]","declared_features":"[\"_ui_test\", \"arrayvec07\", \"bigdecimal04\", \"bytes1\", \"chrono04\", \"default\", \"derive\", \"either1\", \"indexmap2\", \"jiff02\", \"preserve_order\", \"raw_value\", \"rust_decimal1\", \"schemars_derive\", \"semver1\", \"smallvec1\", \"smol_str02\", \"smol_str03\", \"std\", \"url2\", \"uuid1\"]","target":11155677158530064643,"profile":2241668132362809309,"path":13256023611271191196,"deps":[[894917534355971740,"ref_cast",false,13235953969562961935],[6982418085031928086,"dyn_clone",false,6716244420867333327],[10896592925039217470,"schemars_derive",false,2534554083057488171],[13548984313718623784,"serde",false,5145397296253592154],[13795362694956882968,"serde_json",false,15029802508082865800]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\schemars-5cb0f387c8696406\\dep-lib-schemars","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
2ff6e7a7325cd70f
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"alloc\", \"default\", \"indexmap\", \"preserve_order\", \"raw_value\", \"std\"]","declared_features":"[\"alloc\", \"arbitrary_precision\", \"default\", \"float_roundtrip\", \"indexmap\", \"preserve_order\", \"raw_value\", \"std\", \"unbounded_depth\"]","target":9592559880233824070,"profile":15657897354478470176,"path":9219538338000068125,"deps":[[1363051979936526615,"memchr",false,18311806655481051000],[5532778797167691009,"itoa",false,12892008810338954136],[11774132962602622357,"indexmap",false,8994346538706534439],[11899261697793765154,"serde_core",false,5402414819278359943],[12347024475581975995,"zmij",false,15526444686746911386],[13795362694956882968,"build_script_build",false,13158623783773293965]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\serde_json-839f874051af9d66\\dep-lib-serde_json","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
88e68df2bf9594d0
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"alloc\", \"default\", \"indexmap\", \"preserve_order\", \"raw_value\", \"std\"]","declared_features":"[\"alloc\", \"arbitrary_precision\", \"default\", \"float_roundtrip\", \"indexmap\", \"preserve_order\", \"raw_value\", \"std\", \"unbounded_depth\"]","target":9592559880233824070,"profile":2241668132362809309,"path":9219538338000068125,"deps":[[1363051979936526615,"memchr",false,8376314389921159211],[5532778797167691009,"itoa",false,11764463606941349324],[11774132962602622357,"indexmap",false,3695131354486738228],[11899261697793765154,"serde_core",false,599518812192280347],[12347024475581975995,"zmij",false,10361892688320559339],[13795362694956882968,"build_script_build",false,13158623783773293965]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\serde_json-d6d7096a0fdbaacd\\dep-lib-serde_json","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
3153127d7acfb1dd
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"all\"]","declared_features":"[\"all\"]","target":2270514485357617025,"profile":15657897354478470176,"path":14376838130818329478,"deps":[[6568467691589961976,"windows_sys",false,18118710916996697012]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\socket2-2a6025eeabfeb6e4\\dep-lib-socket2","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
@@ -1 +0,0 @@
This file has an mtime of when this was started.
@@ -1 +0,0 @@
2c07122fffa4b328
@@ -1 +0,0 @@
{"rustc":8891013984288978370,"features":"[\"all\"]","declared_features":"[\"all\"]","target":2270514485357617025,"profile":2241668132362809309,"path":14376838130818329478,"deps":[[6568467691589961976,"windows_sys",false,4765070287188315013]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\socket2-8e995439b343a46b\\dep-lib-socket2","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}

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