diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 540e804..5900a75 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -38,7 +38,7 @@ # 3. Reference the GitHub secret in step using the `hashicorp/setup-terraform` GitHub Action. # Example: # - name: Setup Terraform -# uses: hashicorp/setup-terraform@v1 +# uses: hashicorp/setup-terraform@v3 # with: # cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} @@ -70,7 +70,7 @@ jobs: # Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token - name: Setup Terraform - uses: hashicorp/setup-terraform@v1 + uses: hashicorp/setup-terraform@v3 with: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} diff --git a/.gitignore b/.gitignore index 907591b..808de52 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ # Python __pycache__/ *.pyc +target/ diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..3295742 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,223 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "cfg-if" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" + +[[package]] +name = "colored" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" +dependencies = [ + "lazy_static", + "windows-sys", +] + +[[package]] +name = "eijack-lab-rust" +version = "0.1.0" +dependencies = [ + "colored", + "rand", +] + +[[package]] +name = "getrandom" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" +dependencies = [ + "cfg-if", + "libc", + "wasi", +] + +[[package]] +name = "lazy_static" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" + +[[package]] +name = "libc" +version = "0.2.182" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" + +[[package]] +name = "ppv-lite86" +version = "0.2.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" +dependencies = [ + "zerocopy", +] + +[[package]] +name = "proc-macro2" +version = "1.0.106" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "quote" +version = "1.0.45" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "rand" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +dependencies = [ + "libc", + "rand_chacha", + "rand_core", +] + +[[package]] +name = "rand_chacha" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" +dependencies = [ + "ppv-lite86", + "rand_core", +] + +[[package]] +name = "rand_core" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" +dependencies = [ + "getrandom", +] + +[[package]] +name = "syn" +version = "2.0.117" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "unicode-ident" +version = "1.0.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" + +[[package]] +name = "wasi" +version = "0.11.1+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" + +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets", +] + +[[package]] +name = "windows-targets" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +dependencies = [ + "windows_aarch64_gnullvm", + "windows_aarch64_msvc", + "windows_i686_gnu", + "windows_i686_gnullvm", + "windows_i686_msvc", + "windows_x86_64_gnu", + "windows_x86_64_gnullvm", + "windows_x86_64_msvc", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" + +[[package]] +name = "windows_i686_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" + +[[package]] +name = "windows_i686_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + +[[package]] +name = "zerocopy" +version = "0.8.40" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5" +dependencies = [ + "zerocopy-derive", +] + +[[package]] +name = "zerocopy-derive" +version = "0.8.40" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] diff --git a/bitcoin_trading_simulation.py b/bitcoin_trading_simulation.py index cb07d20..d301e7e 100644 --- a/bitcoin_trading_simulation.py +++ b/bitcoin_trading_simulation.py @@ -84,7 +84,11 @@ def simulate_trading(signals, initial_cash=10000, quiet=False): if not quiet: print(f"\n{Colors.HEADER}{Colors.BOLD}------ Daily Trading Ledger ------{Colors.ENDC}") - for i, row in signals.iterrows(): + + total_days = len(signals) + show_progress = quiet and sys.stdout.isatty() + + for idx, (i, row) in enumerate(signals.iterrows()): if i > 0: portfolio.loc[i, 'cash'] = portfolio.loc[i-1, 'cash'] portfolio.loc[i, 'btc'] = portfolio.loc[i-1, 'btc'] @@ -94,14 +98,16 @@ def simulate_trading(signals, initial_cash=10000, quiet=False): btc_to_buy = portfolio.loc[i, 'cash'] / row['price'] portfolio.loc[i, 'btc'] += btc_to_buy portfolio.loc[i, 'cash'] -= btc_to_buy * row['price'] - print(f"{Colors.GREEN}🟢 Day {i}: Buy {btc_to_buy:.4f} BTC at ${row['price']:.2f}{Colors.ENDC}") + if not quiet: + print(f"{Colors.GREEN}🟢 Day {i}: Buy {btc_to_buy:.4f} BTC at ${row['price']:.2f}{Colors.ENDC}") # Sell signal elif row['positions'] == -2.0: if portfolio.loc[i, 'btc'] > 0: cash_received = portfolio.loc[i, 'btc'] * row['price'] portfolio.loc[i, 'cash'] += cash_received - print(f"{Colors.FAIL}🔴 Day {i}: Sell {portfolio.loc[i, 'btc']:.4f} BTC at ${row['price']:.2f}{Colors.ENDC}") + if not quiet: + print(f"{Colors.FAIL}🔴 Day {i}: Sell {portfolio.loc[i, 'btc']:.4f} BTC at ${row['price']:.2f}{Colors.ENDC}") portfolio.loc[i, 'btc'] = 0 portfolio.loc[i, 'total_value'] = portfolio.loc[i, 'cash'] + portfolio.loc[i, 'btc'] * row['price'] @@ -109,6 +115,16 @@ def simulate_trading(signals, initial_cash=10000, quiet=False): if not quiet: print(f"Day {i}: Portfolio Value: ${portfolio.loc[i, 'total_value']:.2f}, " f"Cash: ${portfolio.loc[i, 'cash']:.2f}, BTC: {portfolio.loc[i, 'btc']:.4f}") + elif show_progress: + progress = (idx + 1) / total_days + bar_length = 30 + filled_length = int(bar_length * progress) + bar = '█' * filled_length + '-' * (bar_length - filled_length) + sys.stdout.write(f"\r{Colors.CYAN}Simulating Trading: [{bar}] {progress:.1%}{Colors.ENDC}") + sys.stdout.flush() + + if show_progress: + sys.stdout.write("\n") return portfolio diff --git a/main.tf b/main.tf new file mode 100644 index 0000000..76dba0c --- /dev/null +++ b/main.tf @@ -0,0 +1,5 @@ +terraform { + required_version = ">= 1.0.0" +} + +resource "null_resource" "example" {} diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 0000000..14ef7c6 --- /dev/null +++ b/src/main.rs @@ -0,0 +1 @@ +fn main() { println!("Hello from Rust!"); } diff --git a/target/.rustc_info.json b/target/.rustc_info.json new file mode 100644 index 0000000..747eff8 --- /dev/null +++ b/target/.rustc_info.json @@ -0,0 +1 @@ +{"rustc_fingerprint":11990908473491073401,"outputs":{"7971740275564407648":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/jules/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.92.0 (ded5c06cf 2025-12-08)\nbinary: rustc\ncommit-hash: ded5c06cf21d2b93bffd5d884aa6e96934ee4234\ncommit-date: 2025-12-08\nhost: x86_64-unknown-linux-gnu\nrelease: 1.92.0\nLLVM version: 21.1.3\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/target/CACHEDIR.TAG b/target/CACHEDIR.TAG new file mode 100644 index 0000000..20d7c31 --- /dev/null +++ b/target/CACHEDIR.TAG @@ -0,0 +1,3 @@ +Signature: 8a477f597d28d172789f06886806bc55 +# This file is a cache directory tag created by cargo. +# For information about cache directory tags see https://bford.info/cachedir/ diff --git a/target/debug/.cargo-lock b/target/debug/.cargo-lock new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/dep-lib-cfg_if b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/dep-lib-cfg_if new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/dep-lib-cfg_if differ diff --git a/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/invoked.timestamp b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/lib-cfg_if b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/lib-cfg_if new file mode 100644 index 0000000..bc3cf0c --- /dev/null +++ b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/lib-cfg_if @@ -0,0 +1 @@ +42f79c9e6f1bfe9d \ No newline at end of file diff --git a/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/lib-cfg_if.json b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/lib-cfg_if.json new file mode 100644 index 0000000..57ae5b8 --- /dev/null +++ b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/lib-cfg_if.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"core\", \"rustc-dep-of-std\"]","target":13840298032947503755,"profile":2241668132362809309,"path":828088505969299709,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cfg-if-e720413b8edafa0a/dep-lib-cfg_if","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/colored-144b09567e8d8f5a/dep-lib-colored b/target/debug/.fingerprint/colored-144b09567e8d8f5a/dep-lib-colored new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/colored-144b09567e8d8f5a/dep-lib-colored differ diff --git a/target/debug/.fingerprint/colored-144b09567e8d8f5a/invoked.timestamp b/target/debug/.fingerprint/colored-144b09567e8d8f5a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/colored-144b09567e8d8f5a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/colored-144b09567e8d8f5a/lib-colored b/target/debug/.fingerprint/colored-144b09567e8d8f5a/lib-colored new file mode 100644 index 0000000..49c80ba --- /dev/null +++ b/target/debug/.fingerprint/colored-144b09567e8d8f5a/lib-colored @@ -0,0 +1 @@ +6240645ec1b7b3d3 \ No newline at end of file diff --git a/target/debug/.fingerprint/colored-144b09567e8d8f5a/lib-colored.json b/target/debug/.fingerprint/colored-144b09567e8d8f5a/lib-colored.json new file mode 100644 index 0000000..0198de2 --- /dev/null +++ b/target/debug/.fingerprint/colored-144b09567e8d8f5a/lib-colored.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"no-color\"]","target":10635017557502881088,"profile":2241668132362809309,"path":4587278367410923654,"deps":[[17917672826516349275,"lazy_static",false,3304188705693632751]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/colored-144b09567e8d8f5a/dep-lib-colored","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/eijack-lab-rust-3436cb5b8ccdf778/bin-eijack-lab-rust b/target/debug/.fingerprint/eijack-lab-rust-3436cb5b8ccdf778/bin-eijack-lab-rust new file mode 100644 index 0000000..2189f2b --- /dev/null +++ b/target/debug/.fingerprint/eijack-lab-rust-3436cb5b8ccdf778/bin-eijack-lab-rust @@ -0,0 +1 @@ +80e25a70abf32003 \ No newline at end of file diff --git a/target/debug/.fingerprint/eijack-lab-rust-3436cb5b8ccdf778/bin-eijack-lab-rust.json b/target/debug/.fingerprint/eijack-lab-rust-3436cb5b8ccdf778/bin-eijack-lab-rust.json new file mode 100644 index 0000000..f365402 --- /dev/null +++ b/target/debug/.fingerprint/eijack-lab-rust-3436cb5b8ccdf778/bin-eijack-lab-rust.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":16337832459791398879,"profile":17672942494452627365,"path":4942398508502643691,"deps":[[13208667028893622512,"rand",false,12930400809424697332],[13731153033113646547,"colored",false,15254738403974201442]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/eijack-lab-rust-3436cb5b8ccdf778/dep-bin-eijack-lab-rust","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/eijack-lab-rust-3436cb5b8ccdf778/dep-bin-eijack-lab-rust b/target/debug/.fingerprint/eijack-lab-rust-3436cb5b8ccdf778/dep-bin-eijack-lab-rust new file mode 100644 index 0000000..5c54f74 Binary files /dev/null and b/target/debug/.fingerprint/eijack-lab-rust-3436cb5b8ccdf778/dep-bin-eijack-lab-rust differ diff --git a/target/debug/.fingerprint/eijack-lab-rust-3436cb5b8ccdf778/invoked.timestamp b/target/debug/.fingerprint/eijack-lab-rust-3436cb5b8ccdf778/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/eijack-lab-rust-3436cb5b8ccdf778/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-ac53c26d78321fd1/dep-lib-getrandom b/target/debug/.fingerprint/getrandom-ac53c26d78321fd1/dep-lib-getrandom new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/getrandom-ac53c26d78321fd1/dep-lib-getrandom differ diff --git a/target/debug/.fingerprint/getrandom-ac53c26d78321fd1/invoked.timestamp b/target/debug/.fingerprint/getrandom-ac53c26d78321fd1/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/getrandom-ac53c26d78321fd1/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-ac53c26d78321fd1/lib-getrandom b/target/debug/.fingerprint/getrandom-ac53c26d78321fd1/lib-getrandom new file mode 100644 index 0000000..2876695 --- /dev/null +++ b/target/debug/.fingerprint/getrandom-ac53c26d78321fd1/lib-getrandom @@ -0,0 +1 @@ +f997d1d28ca0004f \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-ac53c26d78321fd1/lib-getrandom.json b/target/debug/.fingerprint/getrandom-ac53c26d78321fd1/lib-getrandom.json new file mode 100644 index 0000000..8c47286 --- /dev/null +++ b/target/debug/.fingerprint/getrandom-ac53c26d78321fd1/lib-getrandom.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"compiler_builtins\", \"core\", \"custom\", \"js\", \"js-sys\", \"linux_disable_fallback\", \"rdrand\", \"rustc-dep-of-std\", \"std\", \"test-in-browser\", \"wasm-bindgen\"]","target":16244099637825074703,"profile":2241668132362809309,"path":59692596234819462,"deps":[[7667230146095136825,"cfg_if",false,11384567074255599426],[18365559012052052344,"libc",false,1534625899069055608]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/getrandom-ac53c26d78321fd1/dep-lib-getrandom","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/dep-lib-lazy_static b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/dep-lib-lazy_static new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/dep-lib-lazy_static differ diff --git a/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/invoked.timestamp b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/lib-lazy_static b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/lib-lazy_static new file mode 100644 index 0000000..35b5d96 --- /dev/null +++ b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/lib-lazy_static @@ -0,0 +1 @@ +ef08ba191fd6da2d \ No newline at end of file diff --git a/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/lib-lazy_static.json b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/lib-lazy_static.json new file mode 100644 index 0000000..c3db315 --- /dev/null +++ b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/lib-lazy_static.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"spin\", \"spin_no_std\"]","target":8659156474882058145,"profile":2241668132362809309,"path":14186808162164221862,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/lazy_static-9bf3f646e7e24520/dep-lib-lazy_static","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-5f17920b755ef494/dep-lib-libc b/target/debug/.fingerprint/libc-5f17920b755ef494/dep-lib-libc new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/libc-5f17920b755ef494/dep-lib-libc differ diff --git a/target/debug/.fingerprint/libc-5f17920b755ef494/invoked.timestamp b/target/debug/.fingerprint/libc-5f17920b755ef494/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/libc-5f17920b755ef494/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-5f17920b755ef494/lib-libc b/target/debug/.fingerprint/libc-5f17920b755ef494/lib-libc new file mode 100644 index 0000000..35e1bd0 --- /dev/null +++ b/target/debug/.fingerprint/libc-5f17920b755ef494/lib-libc @@ -0,0 +1 @@ +782220d91f164c15 \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-5f17920b755ef494/lib-libc.json b/target/debug/.fingerprint/libc-5f17920b755ef494/lib-libc.json new file mode 100644 index 0000000..edcff99 --- /dev/null +++ b/target/debug/.fingerprint/libc-5f17920b755ef494/lib-libc.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"align\", \"const-extern-fn\", \"default\", \"extra_traits\", \"rustc-dep-of-std\", \"rustc-std-workspace-core\", \"std\", \"use_std\"]","target":17682796336736096309,"profile":15222631470922254920,"path":15371363379775449269,"deps":[[18365559012052052344,"build_script_build",false,5662575024077545023]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libc-5f17920b755ef494/dep-lib-libc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-9c599bdfe2e6e8b5/build-script-build-script-build b/target/debug/.fingerprint/libc-9c599bdfe2e6e8b5/build-script-build-script-build new file mode 100644 index 0000000..9f62750 --- /dev/null +++ b/target/debug/.fingerprint/libc-9c599bdfe2e6e8b5/build-script-build-script-build @@ -0,0 +1 @@ +901ab8cd676b0076 \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-9c599bdfe2e6e8b5/build-script-build-script-build.json b/target/debug/.fingerprint/libc-9c599bdfe2e6e8b5/build-script-build-script-build.json new file mode 100644 index 0000000..6df1866 --- /dev/null +++ b/target/debug/.fingerprint/libc-9c599bdfe2e6e8b5/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"align\", \"const-extern-fn\", \"default\", \"extra_traits\", \"rustc-dep-of-std\", \"rustc-std-workspace-core\", \"std\", \"use_std\"]","target":5408242616063297496,"profile":1565149285177326037,"path":6665272496194606373,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libc-9c599bdfe2e6e8b5/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-9c599bdfe2e6e8b5/dep-build-script-build-script-build b/target/debug/.fingerprint/libc-9c599bdfe2e6e8b5/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/libc-9c599bdfe2e6e8b5/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/libc-9c599bdfe2e6e8b5/invoked.timestamp b/target/debug/.fingerprint/libc-9c599bdfe2e6e8b5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/libc-9c599bdfe2e6e8b5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-db946e1a6607099d/run-build-script-build-script-build b/target/debug/.fingerprint/libc-db946e1a6607099d/run-build-script-build-script-build new file mode 100644 index 0000000..e409f54 --- /dev/null +++ b/target/debug/.fingerprint/libc-db946e1a6607099d/run-build-script-build-script-build @@ -0,0 +1 @@ +3f1e2498fb81954e \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-db946e1a6607099d/run-build-script-build-script-build.json b/target/debug/.fingerprint/libc-db946e1a6607099d/run-build-script-build-script-build.json new file mode 100644 index 0000000..905bf4d --- /dev/null +++ b/target/debug/.fingerprint/libc-db946e1a6607099d/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[18365559012052052344,"build_script_build",false,8502914190052694672]],"local":[{"RerunIfChanged":{"output":"debug/build/libc-db946e1a6607099d/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} \ No newline at end of file diff --git a/target/debug/.fingerprint/ppv-lite86-7238b2ad47c96939/dep-lib-ppv_lite86 b/target/debug/.fingerprint/ppv-lite86-7238b2ad47c96939/dep-lib-ppv_lite86 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ppv-lite86-7238b2ad47c96939/dep-lib-ppv_lite86 differ diff --git a/target/debug/.fingerprint/ppv-lite86-7238b2ad47c96939/invoked.timestamp b/target/debug/.fingerprint/ppv-lite86-7238b2ad47c96939/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ppv-lite86-7238b2ad47c96939/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ppv-lite86-7238b2ad47c96939/lib-ppv_lite86 b/target/debug/.fingerprint/ppv-lite86-7238b2ad47c96939/lib-ppv_lite86 new file mode 100644 index 0000000..dcded0d --- /dev/null +++ b/target/debug/.fingerprint/ppv-lite86-7238b2ad47c96939/lib-ppv_lite86 @@ -0,0 +1 @@ +9900cd4eb1057524 \ No newline at end of file diff --git a/target/debug/.fingerprint/ppv-lite86-7238b2ad47c96939/lib-ppv_lite86.json b/target/debug/.fingerprint/ppv-lite86-7238b2ad47c96939/lib-ppv_lite86.json new file mode 100644 index 0000000..e7543b7 --- /dev/null +++ b/target/debug/.fingerprint/ppv-lite86-7238b2ad47c96939/lib-ppv_lite86.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"simd\", \"std\"]","declared_features":"[\"default\", \"no_simd\", \"simd\", \"std\"]","target":2607852365283500179,"profile":2241668132362809309,"path":13675546687387606575,"deps":[[17375358419629610217,"zerocopy",false,10260184207524635767]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ppv-lite86-7238b2ad47c96939/dep-lib-ppv_lite86","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-78826d44af18bdef/dep-lib-rand b/target/debug/.fingerprint/rand-78826d44af18bdef/dep-lib-rand new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rand-78826d44af18bdef/dep-lib-rand differ diff --git a/target/debug/.fingerprint/rand-78826d44af18bdef/invoked.timestamp b/target/debug/.fingerprint/rand-78826d44af18bdef/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand-78826d44af18bdef/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-78826d44af18bdef/lib-rand b/target/debug/.fingerprint/rand-78826d44af18bdef/lib-rand new file mode 100644 index 0000000..71334d7 --- /dev/null +++ b/target/debug/.fingerprint/rand-78826d44af18bdef/lib-rand @@ -0,0 +1 @@ +f4b72e29070372b3 \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-78826d44af18bdef/lib-rand.json b/target/debug/.fingerprint/rand-78826d44af18bdef/lib-rand.json new file mode 100644 index 0000000..10acaa8 --- /dev/null +++ b/target/debug/.fingerprint/rand-78826d44af18bdef/lib-rand.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"getrandom\", \"libc\", \"rand_chacha\", \"std\", \"std_rng\"]","declared_features":"[\"alloc\", \"default\", \"getrandom\", \"libc\", \"log\", \"min_const_gen\", \"nightly\", \"packed_simd\", \"rand_chacha\", \"serde\", \"serde1\", \"simd_support\", \"small_rng\", \"std\", \"std_rng\"]","target":8827111241893198906,"profile":2241668132362809309,"path":10385015244823701454,"deps":[[1573238666360410412,"rand_chacha",false,7614937021212895392],[18130209639506977569,"rand_core",false,5817633276881980994],[18365559012052052344,"libc",false,1534625899069055608]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand-78826d44af18bdef/dep-lib-rand","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-77c433dc823849fb/dep-lib-rand_chacha b/target/debug/.fingerprint/rand_chacha-77c433dc823849fb/dep-lib-rand_chacha new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rand_chacha-77c433dc823849fb/dep-lib-rand_chacha differ diff --git a/target/debug/.fingerprint/rand_chacha-77c433dc823849fb/invoked.timestamp b/target/debug/.fingerprint/rand_chacha-77c433dc823849fb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-77c433dc823849fb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-77c433dc823849fb/lib-rand_chacha b/target/debug/.fingerprint/rand_chacha-77c433dc823849fb/lib-rand_chacha new file mode 100644 index 0000000..af29347 --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-77c433dc823849fb/lib-rand_chacha @@ -0,0 +1 @@ +a0a85d08e0b0ad69 \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-77c433dc823849fb/lib-rand_chacha.json b/target/debug/.fingerprint/rand_chacha-77c433dc823849fb/lib-rand_chacha.json new file mode 100644 index 0000000..a96749d --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-77c433dc823849fb/lib-rand_chacha.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"default\", \"serde\", \"serde1\", \"simd\", \"std\"]","target":15766068575093147603,"profile":2241668132362809309,"path":16898388428857554433,"deps":[[12919011715531272606,"ppv_lite86",false,2627012216729960601],[18130209639506977569,"rand_core",false,5817633276881980994]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_chacha-77c433dc823849fb/dep-lib-rand_chacha","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-a157f575ee934940/dep-lib-rand_core b/target/debug/.fingerprint/rand_core-a157f575ee934940/dep-lib-rand_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rand_core-a157f575ee934940/dep-lib-rand_core differ diff --git a/target/debug/.fingerprint/rand_core-a157f575ee934940/invoked.timestamp b/target/debug/.fingerprint/rand_core-a157f575ee934940/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand_core-a157f575ee934940/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-a157f575ee934940/lib-rand_core b/target/debug/.fingerprint/rand_core-a157f575ee934940/lib-rand_core new file mode 100644 index 0000000..dc9830f --- /dev/null +++ b/target/debug/.fingerprint/rand_core-a157f575ee934940/lib-rand_core @@ -0,0 +1 @@ +42ce0a66a462bc50 \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-a157f575ee934940/lib-rand_core.json b/target/debug/.fingerprint/rand_core-a157f575ee934940/lib-rand_core.json new file mode 100644 index 0000000..362441a --- /dev/null +++ b/target/debug/.fingerprint/rand_core-a157f575ee934940/lib-rand_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"getrandom\", \"std\"]","declared_features":"[\"alloc\", \"getrandom\", \"serde\", \"serde1\", \"std\"]","target":13770603672348587087,"profile":2241668132362809309,"path":5059078334079509975,"deps":[[11023519408959114924,"getrandom",false,5692726455689123833]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_core-a157f575ee934940/dep-lib-rand_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-30c85b0c603db08e/run-build-script-build-script-build b/target/debug/.fingerprint/zerocopy-30c85b0c603db08e/run-build-script-build-script-build new file mode 100644 index 0000000..19b75c1 --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-30c85b0c603db08e/run-build-script-build-script-build @@ -0,0 +1 @@ +7e347c2124435b67 \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-30c85b0c603db08e/run-build-script-build-script-build.json b/target/debug/.fingerprint/zerocopy-30c85b0c603db08e/run-build-script-build-script-build.json new file mode 100644 index 0000000..7b81793 --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-30c85b0c603db08e/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[17375358419629610217,"build_script_build",false,17805900089940872276]],"local":[{"RerunIfChanged":{"output":"debug/build/zerocopy-30c85b0c603db08e/output","paths":["build.rs","Cargo.toml"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-78c577ee4c690e57/dep-lib-zerocopy b/target/debug/.fingerprint/zerocopy-78c577ee4c690e57/dep-lib-zerocopy new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zerocopy-78c577ee4c690e57/dep-lib-zerocopy differ diff --git a/target/debug/.fingerprint/zerocopy-78c577ee4c690e57/invoked.timestamp b/target/debug/.fingerprint/zerocopy-78c577ee4c690e57/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-78c577ee4c690e57/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-78c577ee4c690e57/lib-zerocopy b/target/debug/.fingerprint/zerocopy-78c577ee4c690e57/lib-zerocopy new file mode 100644 index 0000000..9e3aef8 --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-78c577ee4c690e57/lib-zerocopy @@ -0,0 +1 @@ +7724940b2d7f638e \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-78c577ee4c690e57/lib-zerocopy.json b/target/debug/.fingerprint/zerocopy-78c577ee4c690e57/lib-zerocopy.json new file mode 100644 index 0000000..f5bc2bf --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-78c577ee4c690e57/lib-zerocopy.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"simd\"]","declared_features":"[\"__internal_use_only_features_that_work_on_stable\", \"alloc\", \"derive\", \"float-nightly\", \"simd\", \"simd-nightly\", \"std\", \"zerocopy-derive\"]","target":3084901215544504908,"profile":2241668132362809309,"path":9721087258936554607,"deps":[[17375358419629610217,"build_script_build",false,7447620231246918782]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zerocopy-78c577ee4c690e57/dep-lib-zerocopy","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-88913a0a0ea1f7ec/build-script-build-script-build b/target/debug/.fingerprint/zerocopy-88913a0a0ea1f7ec/build-script-build-script-build new file mode 100644 index 0000000..b46addd --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-88913a0a0ea1f7ec/build-script-build-script-build @@ -0,0 +1 @@ +548c05c7ca431bf7 \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-88913a0a0ea1f7ec/build-script-build-script-build.json b/target/debug/.fingerprint/zerocopy-88913a0a0ea1f7ec/build-script-build-script-build.json new file mode 100644 index 0000000..ed60d76 --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-88913a0a0ea1f7ec/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"simd\"]","declared_features":"[\"__internal_use_only_features_that_work_on_stable\", \"alloc\", \"derive\", \"float-nightly\", \"simd\", \"simd-nightly\", \"std\", \"zerocopy-derive\"]","target":5408242616063297496,"profile":2225463790103693989,"path":3740372662056961748,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zerocopy-88913a0a0ea1f7ec/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-88913a0a0ea1f7ec/dep-build-script-build-script-build b/target/debug/.fingerprint/zerocopy-88913a0a0ea1f7ec/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zerocopy-88913a0a0ea1f7ec/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/zerocopy-88913a0a0ea1f7ec/invoked.timestamp b/target/debug/.fingerprint/zerocopy-88913a0a0ea1f7ec/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-88913a0a0ea1f7ec/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/libc-9c599bdfe2e6e8b5/build-script-build b/target/debug/build/libc-9c599bdfe2e6e8b5/build-script-build new file mode 100755 index 0000000..bbf4a10 Binary files /dev/null and b/target/debug/build/libc-9c599bdfe2e6e8b5/build-script-build differ diff --git a/target/debug/build/libc-9c599bdfe2e6e8b5/build_script_build-9c599bdfe2e6e8b5 b/target/debug/build/libc-9c599bdfe2e6e8b5/build_script_build-9c599bdfe2e6e8b5 new file mode 100755 index 0000000..bbf4a10 Binary files /dev/null and b/target/debug/build/libc-9c599bdfe2e6e8b5/build_script_build-9c599bdfe2e6e8b5 differ diff --git a/target/debug/build/libc-db946e1a6607099d/invoked.timestamp b/target/debug/build/libc-db946e1a6607099d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/libc-db946e1a6607099d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/libc-db946e1a6607099d/output b/target/debug/build/libc-db946e1a6607099d/output new file mode 100644 index 0000000..89a43b5 --- /dev/null +++ b/target/debug/build/libc-db946e1a6607099d/output @@ -0,0 +1,25 @@ +cargo:rerun-if-changed=build.rs +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION +cargo:rustc-cfg=freebsd12 +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_MUSL_V1_2_3 +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64 +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_TIME_BITS +cargo:rustc-check-cfg=cfg(emscripten_old_stat_abi) +cargo:rustc-check-cfg=cfg(espidf_time32) +cargo:rustc-check-cfg=cfg(freebsd10) +cargo:rustc-check-cfg=cfg(freebsd11) +cargo:rustc-check-cfg=cfg(freebsd12) +cargo:rustc-check-cfg=cfg(freebsd13) +cargo:rustc-check-cfg=cfg(freebsd14) +cargo:rustc-check-cfg=cfg(freebsd15) +cargo:rustc-check-cfg=cfg(gnu_file_offset_bits64) +cargo:rustc-check-cfg=cfg(gnu_time_bits64) +cargo:rustc-check-cfg=cfg(libc_deny_warnings) +cargo:rustc-check-cfg=cfg(linux_time_bits64) +cargo:rustc-check-cfg=cfg(musl_v1_2_3) +cargo:rustc-check-cfg=cfg(musl32_time64) +cargo:rustc-check-cfg=cfg(vxworks_lt_25_09) +cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt")) +cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80")) +cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) diff --git a/target/debug/build/libc-db946e1a6607099d/root-output b/target/debug/build/libc-db946e1a6607099d/root-output new file mode 100644 index 0000000..afe4d54 --- /dev/null +++ b/target/debug/build/libc-db946e1a6607099d/root-output @@ -0,0 +1 @@ +/app/target/debug/build/libc-db946e1a6607099d/out \ No newline at end of file diff --git a/target/debug/build/libc-db946e1a6607099d/stderr b/target/debug/build/libc-db946e1a6607099d/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/zerocopy-30c85b0c603db08e/invoked.timestamp b/target/debug/build/zerocopy-30c85b0c603db08e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/zerocopy-30c85b0c603db08e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/zerocopy-30c85b0c603db08e/output b/target/debug/build/zerocopy-30c85b0c603db08e/output new file mode 100644 index 0000000..deda5f6 --- /dev/null +++ b/target/debug/build/zerocopy-30c85b0c603db08e/output @@ -0,0 +1,21 @@ +cargo:rerun-if-changed=build.rs +cargo:rerun-if-changed=Cargo.toml +cargo:rustc-check-cfg=cfg(no_zerocopy_simd_x86_avx12_1_89_0) +cargo:rustc-check-cfg=cfg(rust, values("1.89.0")) +cargo:rustc-check-cfg=cfg(no_zerocopy_core_error_1_81_0) +cargo:rustc-check-cfg=cfg(rust, values("1.81.0")) +cargo:rustc-check-cfg=cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0) +cargo:rustc-check-cfg=cfg(rust, values("1.78.0")) +cargo:rustc-check-cfg=cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0) +cargo:rustc-check-cfg=cfg(rust, values("1.61.0")) +cargo:rustc-check-cfg=cfg(no_zerocopy_target_has_atomics_1_60_0) +cargo:rustc-check-cfg=cfg(rust, values("1.60.0")) +cargo:rustc-check-cfg=cfg(no_zerocopy_aarch64_simd_1_59_0) +cargo:rustc-check-cfg=cfg(rust, values("1.59.0")) +cargo:rustc-check-cfg=cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0) +cargo:rustc-check-cfg=cfg(rust, values("1.57.0")) +cargo:rustc-check-cfg=cfg(doc_cfg) +cargo:rustc-check-cfg=cfg(kani) +cargo:rustc-check-cfg=cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS) +cargo:rustc-check-cfg=cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE) +cargo:rustc-check-cfg=cfg(coverage_nightly) diff --git a/target/debug/build/zerocopy-30c85b0c603db08e/root-output b/target/debug/build/zerocopy-30c85b0c603db08e/root-output new file mode 100644 index 0000000..7559a80 --- /dev/null +++ b/target/debug/build/zerocopy-30c85b0c603db08e/root-output @@ -0,0 +1 @@ +/app/target/debug/build/zerocopy-30c85b0c603db08e/out \ No newline at end of file diff --git a/target/debug/build/zerocopy-30c85b0c603db08e/stderr b/target/debug/build/zerocopy-30c85b0c603db08e/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/zerocopy-88913a0a0ea1f7ec/build-script-build b/target/debug/build/zerocopy-88913a0a0ea1f7ec/build-script-build new file mode 100755 index 0000000..198579a Binary files /dev/null and b/target/debug/build/zerocopy-88913a0a0ea1f7ec/build-script-build differ diff --git a/target/debug/build/zerocopy-88913a0a0ea1f7ec/build_script_build-88913a0a0ea1f7ec b/target/debug/build/zerocopy-88913a0a0ea1f7ec/build_script_build-88913a0a0ea1f7ec new file mode 100755 index 0000000..198579a Binary files /dev/null and b/target/debug/build/zerocopy-88913a0a0ea1f7ec/build_script_build-88913a0a0ea1f7ec differ diff --git a/target/debug/deps/libcfg_if-e720413b8edafa0a.rmeta b/target/debug/deps/libcfg_if-e720413b8edafa0a.rmeta new file mode 100644 index 0000000..0d8bba7 Binary files /dev/null and b/target/debug/deps/libcfg_if-e720413b8edafa0a.rmeta differ diff --git a/target/debug/deps/libcolored-144b09567e8d8f5a.rmeta b/target/debug/deps/libcolored-144b09567e8d8f5a.rmeta new file mode 100644 index 0000000..718933d Binary files /dev/null and b/target/debug/deps/libcolored-144b09567e8d8f5a.rmeta differ diff --git a/target/debug/deps/libeijack_lab_rust-3436cb5b8ccdf778.rmeta b/target/debug/deps/libeijack_lab_rust-3436cb5b8ccdf778.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/deps/libgetrandom-ac53c26d78321fd1.rmeta b/target/debug/deps/libgetrandom-ac53c26d78321fd1.rmeta new file mode 100644 index 0000000..03356e7 Binary files /dev/null and b/target/debug/deps/libgetrandom-ac53c26d78321fd1.rmeta differ diff --git a/target/debug/deps/liblazy_static-9bf3f646e7e24520.rmeta b/target/debug/deps/liblazy_static-9bf3f646e7e24520.rmeta new file mode 100644 index 0000000..1e3e628 Binary files /dev/null and b/target/debug/deps/liblazy_static-9bf3f646e7e24520.rmeta differ diff --git a/target/debug/deps/liblibc-5f17920b755ef494.rmeta b/target/debug/deps/liblibc-5f17920b755ef494.rmeta new file mode 100644 index 0000000..a395b13 Binary files /dev/null and b/target/debug/deps/liblibc-5f17920b755ef494.rmeta differ diff --git a/target/debug/deps/libppv_lite86-7238b2ad47c96939.rmeta b/target/debug/deps/libppv_lite86-7238b2ad47c96939.rmeta new file mode 100644 index 0000000..c3b9633 Binary files /dev/null and b/target/debug/deps/libppv_lite86-7238b2ad47c96939.rmeta differ diff --git a/target/debug/deps/librand-78826d44af18bdef.rmeta b/target/debug/deps/librand-78826d44af18bdef.rmeta new file mode 100644 index 0000000..3406e20 Binary files /dev/null and b/target/debug/deps/librand-78826d44af18bdef.rmeta differ diff --git a/target/debug/deps/librand_chacha-77c433dc823849fb.rmeta b/target/debug/deps/librand_chacha-77c433dc823849fb.rmeta new file mode 100644 index 0000000..0b70d23 Binary files /dev/null and b/target/debug/deps/librand_chacha-77c433dc823849fb.rmeta differ diff --git a/target/debug/deps/librand_core-a157f575ee934940.rmeta b/target/debug/deps/librand_core-a157f575ee934940.rmeta new file mode 100644 index 0000000..f0f14d8 Binary files /dev/null and b/target/debug/deps/librand_core-a157f575ee934940.rmeta differ diff --git a/target/debug/deps/libzerocopy-78c577ee4c690e57.rmeta b/target/debug/deps/libzerocopy-78c577ee4c690e57.rmeta new file mode 100644 index 0000000..6e23816 Binary files /dev/null and b/target/debug/deps/libzerocopy-78c577ee4c690e57.rmeta differ diff --git a/target/debug/incremental/eijack_lab_rust-04lvus7d2s3de/s-hgenbfli2h-1w21aou-2cqhlctwtvdlwy84wf499s8yi/dep-graph.bin b/target/debug/incremental/eijack_lab_rust-04lvus7d2s3de/s-hgenbfli2h-1w21aou-2cqhlctwtvdlwy84wf499s8yi/dep-graph.bin new file mode 100644 index 0000000..88b10b8 Binary files /dev/null and b/target/debug/incremental/eijack_lab_rust-04lvus7d2s3de/s-hgenbfli2h-1w21aou-2cqhlctwtvdlwy84wf499s8yi/dep-graph.bin differ diff --git a/target/debug/incremental/eijack_lab_rust-04lvus7d2s3de/s-hgenbfli2h-1w21aou-2cqhlctwtvdlwy84wf499s8yi/query-cache.bin b/target/debug/incremental/eijack_lab_rust-04lvus7d2s3de/s-hgenbfli2h-1w21aou-2cqhlctwtvdlwy84wf499s8yi/query-cache.bin new file mode 100644 index 0000000..a0d278e Binary files /dev/null and b/target/debug/incremental/eijack_lab_rust-04lvus7d2s3de/s-hgenbfli2h-1w21aou-2cqhlctwtvdlwy84wf499s8yi/query-cache.bin differ diff --git a/target/debug/incremental/eijack_lab_rust-04lvus7d2s3de/s-hgenbfli2h-1w21aou-2cqhlctwtvdlwy84wf499s8yi/work-products.bin b/target/debug/incremental/eijack_lab_rust-04lvus7d2s3de/s-hgenbfli2h-1w21aou-2cqhlctwtvdlwy84wf499s8yi/work-products.bin new file mode 100644 index 0000000..c8dcd75 Binary files /dev/null and b/target/debug/incremental/eijack_lab_rust-04lvus7d2s3de/s-hgenbfli2h-1w21aou-2cqhlctwtvdlwy84wf499s8yi/work-products.bin differ diff --git a/target/debug/incremental/eijack_lab_rust-04lvus7d2s3de/s-hgenbfli2h-1w21aou.lock b/target/debug/incremental/eijack_lab_rust-04lvus7d2s3de/s-hgenbfli2h-1w21aou.lock new file mode 100644 index 0000000..e69de29