prusti-dev icon indicating copy to clipboard operation
prusti-dev copied to clipboard

Prusti Assistant unexpected error

Open MrMarble opened this issue 3 years ago • 4 comments

Just installed Prusti Assistant and got this error trying to use it on this codebase https://github.com/MrMarble/procedural-dungeons

Cargo: 1.63.0 rustc: 1.63.0 rustup: 1.25.1 Cargo.toml edition: 2021

Logs
Run verification on f:\repos\procedural-map\src\main.rs...
Preparing verification run #4.
Killing 0 processes.
Run command 'c:\Users\alv_t\AppData\Roaming\Code\User\globalStorage\viper-admin.prusti-assistant\prustiTools\LatestRelease\prusti\cargo-prusti.exe --message-format=json'
Spawned PID: 15280
Output from 'c:\Users\alv_t\AppData\Roaming\Code\User\globalStorage\viper-admin.prusti-assistant\prustiTools\LatestRelease\prusti\cargo-prusti.exe --message-format=json' (0.9s):
┌──── Begin stdout ────┐
{"reason":"build-finished","success":false}

└──── End stdout ──────┘
┌──── Begin stderr ────┐
   Compiling proc-macro2 v1.0.43
   Compiling quote v1.0.21
   Compiling unicode-ident v1.0.3
   Compiling syn v1.0.99
   Compiling autocfg v1.1.0
    Checking cfg-if v1.0.0
   Compiling serde_derive v1.0.144
   Compiling serde v1.0.144
    Checking once_cell v1.14.0
   Compiling version_check v0.9.4
   Compiling winapi v0.3.9
   Compiling windows_x86_64_msvc v0.36.1
    Checking scopeguard v1.1.0
    Checking byteorder v1.4.3
   Compiling parking_lot_core v0.9.3
   Compiling memchr v2.5.0
    Checking pin-project-lite v0.2.9
   Compiling futures-core v0.3.24
    Checking fixedbitset v0.4.2
    Checking cache-padded v1.2.0
    Checking bitflags v1.3.2
   Compiling log v0.4.17
error: unknown `--json` option `future-incompat`

error: unknown `--json` option `future-incompat`

error: unknown `--json` option `future-incompat`

error: unknown `--json` option `future-incompat`

error: could not compile `quote`
warning: build failed, waiting for other jobs to finish...
error: could not compile `proc-macro2`
error: unknown `--json` option `future-incompat`

error: unknown `--json` option `future-incompat`

error: could not compile `unicode-ident`
error: could not compile `autocfg`
error: unknown `--json` option `future-incompat`

error: could not compile `cfg-if`
error: could not compile `syn`
error: could not compile `serde_derive`
error: unknown `--json` option `future-incompat`

error: unknown `--json` option `future-incompat`

error: unknown `--json` option `future-incompat`

error: unknown `--json` option `future-incompat`
error: could not compile `serde`

error: could not compile `version_check`
error: could not compile `once_cell`
error: unknown `--json` option `future-incompat`

error: could not compile `winapi`
error: unknown `--json` option `future-incompat`

error: unknown `--json` option `future-incompat`

error: could not compile `parking_lot_core`
error: could not compile `scopeguard`
error: unknown `--json` option `future-incompat`

error: could not compile `windows_x86_64_msvc`
error: unknown `--json` option `future-incompat`
error: unknown `--json` option `future-incompat`
error: unknown `--json` option `future-incompat`



error: could not compile `serde`
error: could not compile `cfg-if`
error: could not compile `byteorder`
error: could not compile `memchr`
error: unknown `--json` option `future-incompat`
error: unknown `--json` option `future-incompat`
error: unknown `--json` option `future-incompat`



error: unknown `--json` option `future-incompat`
error: unknown `--json` option `future-incompat`
error: unknown `--json` option `future-incompat`



error: could not compile `pin-project-lite`
error: could not compile `fixedbitset`
error: could not compile `futures-core`
error: could not compile `log`
error: could not compile `bitflags`
error: could not compile `cache-padded`

└──── End stderr ──────┘
Exit code 101, signal null.
The verification failed, but there are no errors to report.
Prusti encountered an unexpected error. We would appreciate a [bug report](https://github.com/viperproject/prusti-dev/issues/new). See the log (View -> Output -> Prusti Assistant) for more details.

MrMarble avatar Sep 12 '22 06:09 MrMarble

No clue what is happening. Could you please try switching to the nightly channel as described here and check whether that makes a difference?

vakaras avatar Sep 16 '22 15:09 vakaras

Did you install rustup via snap? If so, see this answer: https://stackoverflow.com/a/72168145/2491528

fpoli avatar Sep 19 '22 13:09 fpoli

Did you install rustup via snap? If so, see this answer: https://stackoverflow.com/a/72168145/2491528

I'm currently using Windows, I installed the rust tool-chain with the script (I did the same in my Linux machine)

No clue what is happening. Could you please try switching to the nightly channel as described here and check whether that makes a difference?

I tried installing the nightly channel on Windows, but it reports that the nightly-2022-08-30-x86_64-pc-windows-msvc target is missing, I managed to install nightly-x86_64-pc-windows-msvc but that doesn't work, and I don't know how to install that specific target (or if it even exists) I'll install it on Linux and paste the logs


Here are the logs for the nightly version on linux:

Run verification on /home/mrmarble/Documentos/repos/procedural-dungeons/src/algorithms.rs...
Preparing verification run #2.
Killing 0 processes.
Run command '/home/mrmarble/.config/Code/User/globalStorage/viper-admin.prusti-assistant/prustiTools/LatestDev/prusti/cargo-prusti --message-format=json'
Spawned PID: 15518
Output from '/home/mrmarble/.config/Code/User/globalStorage/viper-admin.prusti-assistant/prustiTools/LatestDev/prusti/cargo-prusti --message-format=json' (4.9s):
┌──── Begin stdout ────┐
{"reason":"compiler-artifact","package_id":"proc-macro2 1.0.43 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.43/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.43/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/proc-macro2-844be00939231ee4/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"unicode-ident 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode-ident","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libunicode_ident-b026b82445a8fad3.rlib","/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libunicode_ident-b026b82445a8fad3.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/quote-5dce42cf58d456f6/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"syn 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.99/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.99/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["clone-impls","default","derive","full","parsing","printing","proc-macro","quote","visit"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/syn-1b68efdefc49c249/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"autocfg","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libautocfg-86c9fc4561a23078.rlib","/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libautocfg-86c9fc4561a23078.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg-if","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcfg_if-a5289549d95c0828.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"libc 0.2.132 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.132/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.132/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","extra_traits","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/libc-0fdc7e6e9160de05/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"serde_derive 1.0.144 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.144/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.144/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/serde_derive-2d5a14dafa88575c/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"serde 1.0.144 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.144/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.144/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","derive","serde_derive","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/serde-831e38ad11945887/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"once_cell 1.14.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.14.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"once_cell","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.14.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","race","std","unstable"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libonce_cell-a92b4ace8b6eec8e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"version_check","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libversion_check-99312cdc241ebbc1.rlib","/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libversion_check-99312cdc241ebbc1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libbitflags-e86acff4d9173941.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"scopeguard","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libscopeguard-93507f962f9d897d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"byteorder","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libbyteorder-3b63fc0de1ab8b8d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"parking_lot_core 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.3/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.3/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/parking_lot_core-1751a70986242a9c/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"serde 1.0.144 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.144/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.144/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/serde-a3756a47220b7a86/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/memchr-4061b10c4cc28018/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pin-project-lite","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libpin_project_lite-5c6d06763afd6272.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"futures-core 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.24/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.24/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/futures-core-c8161d58431b523c/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"libc 0.2.132 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.132/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.132/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/libc-74593cfc89e08d31/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/log-1cdc1102299d07a9/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"fixedbitset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.4.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fixedbitset","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.4.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libfixedbitset-35071ad8429b8142.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"cache-padded 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cache-padded-1.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cache-padded","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cache-padded-1.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcache_padded-63281c1e964e8235.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg-if","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcfg_if-f900f7222e39dc3e.rlib","/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcfg_if-f900f7222e39dc3e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"parking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/parking-2.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/parking-2.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libparking-e84882da69fadef1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/waker-fn-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"waker-fn","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/waker-fn-1.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libwaker_fn-0ac0f97aa035b02b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"erased-serde 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/erased-serde-0.3.23/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/erased-serde-0.3.23/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/erased-serde-b0cccbda1057dd4d/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"futures-io 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.24/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures-io","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.24/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libfutures_io-5e78944158f589ea.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"fastrand 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fastrand","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.8.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libfastrand-a881870c1d52364a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"event-listener 2.5.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/event-listener-2.5.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"event-listener","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/event-listener-2.5.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libevent_listener-a296bd9abaff2072.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"async-task 4.3.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async-task","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libasync_task-4ac2339c51c633ba.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"bevy_ptr 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/bevy_ptr-0.8.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bevy_ptr","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/bevy_ptr-0.8.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libbevy_ptr-ae47a6f137233d80.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"downcast-rs 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/downcast-rs-1.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"downcast-rs","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/downcast-rs-1.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libdowncast_rs-a0f151b9bdf2ad15.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lazy_static","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/liblazy_static-6b1d2d1f8676b2d7.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"crossbeam-utils 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.11/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.11/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["once_cell","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/crossbeam-utils-c97dc59d36288584/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"pkg-config 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.25/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pkg-config","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.25/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libpkg_config-97994b29bc12ea3b.rlib","/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libpkg_config-97994b29bc12ea3b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"regex-syntax 0.6.27 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.27/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex-syntax","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.27/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libregex_syntax-61e0a563b6a5aedf.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"crc32fast 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/crc32fast-8daa81d340717a86/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"cty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cty-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cty","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cty-0.2.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcty-3e40567b3f0decd2.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ansi_term","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libansi_term-2169de7f12a2550a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"unicode-xid 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode-xid","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libunicode_xid-531504ecf9edb15b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"khronos-egl 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["1_0","1_1","1_2","1_3","1_4","1_5","default","dynamic","libloading"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/khronos-egl-5d631d8c0a03339c/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"unicode-width 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode-width","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.9/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libunicode_width-d88d2f7ef88b0da1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"termcolor","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libtermcolor-6b9c0d5a6d10ad21.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"ash 0.37.0+1.3.209 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ash-0.37.0+1.3.209/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ash-0.37.0+1.3.209/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["debug","default","libloading","loaded"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/ash-6658199e3117fef8/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"anyhow 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.64/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.64/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/anyhow-c9fae46a85d55484/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.6.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bit-vec","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.6.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libbit_vec-daff7d4c485668e7.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"same-file","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libsame_file-d6ce621fb6308ab5.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"adler","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libadler-c5179a8b21fc7c50.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/hexf-parse-0.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hexf-parse","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/hexf-parse-0.2.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libhexf_parse-2f8d8cee9f2ef2e8.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustc-hash","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/librustc_hash-a0470091d7ab1cac.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"cfg_aliases 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg_aliases-0.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg_aliases","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg_aliases-0.1.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcfg_aliases-b36f5e8f1d2ea247.rlib","/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcfg_aliases-b36f5e8f1d2ea247.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"arrayvec","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libarrayvec-d3528c2d91ce44b3.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"glow 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/glow-0.11.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"glow","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/glow-0.11.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libglow-e4438bae82c34c6c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"profiling 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/profiling-1.0.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"profiling","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/profiling-1.0.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libprofiling-1ccd2d61687c21e1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"renderdoc-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/renderdoc-sys-0.7.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"renderdoc-sys","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/renderdoc-sys-0.7.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/librenderdoc_sys-2bebe66f413d88a8.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"color_quant 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"color_quant","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcolor_quant-0b6420fd8a1a86f9.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"inplace_it 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/inplace_it-0.3.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"inplace_it","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/inplace_it-0.3.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libinplace_it-a4f7eb3a8d4f9233.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"copyless 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/copyless-0.1.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"copyless","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/copyless-0.1.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcopyless-9c793f06b6480d4d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"const_panic 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/const_panic-0.2.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"const_panic","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/const_panic-0.2.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libconst_panic-09c21d287816bdcc.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"ttf-parser 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ttf-parser-0.15.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ttf-parser","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ttf-parser-0.15.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["apple-layout","glyph-names","opentype-layout","std","variable-fonts"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libttf_parser-6c258f22f4121707.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/scoped_threadpool-0.1.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"scoped_threadpool","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/scoped_threadpool-0.1.9/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libscoped_threadpool-4d5050cf7e500500.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"ab_glyph_rasterizer 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ab_glyph_rasterizer-0.1.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ab_glyph_rasterizer","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ab_glyph_rasterizer-0.1.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libab_glyph_rasterizer-36248464439a7c8f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/hex-0.4.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hex","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/hex-0.4.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libhex-479bb39185ebeb98.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"parking_lot_core 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.5/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/parking_lot_core-62b99f2f04d57c51/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"tinyvec_macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec_macros-0.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinyvec_macros","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec_macros-0.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libtinyvec_macros-9f4cb2c9eb7257dd.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"percent-encoding","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libpercent_encoding-c8db26b15622bf8e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"radsort 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/radsort-0.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"radsort","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/radsort-0.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libradsort-2c7d13d8cabff3af.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"serde_json 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.85/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.85/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","raw_value","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/serde_json-ccb63beff1418a23/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"ryu 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.11/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ryu","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.11/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libryu-1b71d684c35465dc.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"svg_fmt 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/svg_fmt-0.4.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"svg_fmt","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/svg_fmt-0.4.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libsvg_fmt-6836bd0e6e895edc.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"inflections 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/inflections-1.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"inflections","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/inflections-1.1.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libinflections-c09cfdbf4806ed7b.rlib","/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libinflections-c09cfdbf4806ed7b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"typenum 1.15.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.15.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-main","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.15.0/build/main.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/typenum-fefb673ffd06d4ad/build-script-main"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"cpal 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cpal-0.13.5/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cpal-0.13.5/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/cpal-8838a6a54bb15660/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"itoa 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"itoa","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libitoa-fcb4d4850e52dec8.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/vec_map-0.8.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"vec_map","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/vec_map-0.8.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libvec_map-fe49c029f73bd969.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"adler32 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/adler32-1.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"adler32","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/adler32-1.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libadler32-b9536918d0e0e6ef.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"winit 0.26.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.26.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.26.1/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["mio","parking_lot","percent-encoding","x11","x11-dl"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/winit-cc4ee52e11b42be3/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"base64 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"base64","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libbase64-d4d2b69ff8568fe4.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"xi-unicode 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/xi-unicode-0.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"xi-unicode","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/xi-unicode-0.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libxi_unicode-c1d10743af3471e9.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"rectangle-pack 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/rectangle-pack-0.4.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rectangle-pack","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/rectangle-pack-0.4.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/librectangle_pack-73499dc4c7ae5ba6.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fnv","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libfnv-09d6562f938a066f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"nohash-hasher 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/nohash-hasher-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nohash-hasher","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/nohash-hasher-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libnohash_hasher-e682cb8a54f53065.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"unicode-bidi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_bidi","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.8/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","hardcoded-data","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libunicode_bidi-159ccd5749a113be.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"ppv-lite86 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ppv-lite86","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libppv_lite86-d3e5aa0cd86ecb0e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"pretty-type-name 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/pretty-type-name-1.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pretty-type-name","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/pretty-type-name-1.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libpretty_type_name-0c5dd8b4ba3f0c1e.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/quote-3f64c4895c494cc9/out"}
{"reason":"build-script-executed","package_id":"syn 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/syn-9031ef6277d19809/out"}
{"reason":"build-script-executed","package_id":"proc-macro2 1.0.43 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/proc-macro2-2937ea468ada23e2/out"}
{"reason":"compiler-artifact","package_id":"memoffset 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/memoffset-7e61e84135d7733d/build-script-build"],"executable":null,"fresh":false}
{"reason":"compiler-artifact","package_id":"num-rational 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.3.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.3.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/num-rational-66831f8648f361c0/build-script-build"],"executable":null,"fresh":false}
{"reason":"compiler-artifact","package_id":"instant 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/instant-0.1.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"instant","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/instant-0.1.12/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["js-sys","wasm-bindgen","wasm-bindgen_rs","web-sys"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libinstant-ff867f86154144b7.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"libloading 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libloading","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/liblibloading-2fd7ef8b1282e688.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"lock_api 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.8/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.8/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/lock_api-309adc4299bf5cbc/build-script-build"],"executable":null,"fresh":false}
{"reason":"build-script-executed","package_id":"serde_derive 1.0.144 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/serde_derive-f68edaaeb01faa2c/out"}
{"reason":"build-script-executed","package_id":"serde 1.0.144 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/serde-55166d029cb53549/out"}
{"reason":"compiler-artifact","package_id":"tracing-core 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.29/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing-core","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.29/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","once_cell","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libtracing_core-8af53e7f06875c3e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"thread_local 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.1.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thread_local","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.1.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libthread_local-5c6fcc47d30ee2ef.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"slab 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/slab-badd60215b996340/build-script-build"],"executable":null,"fresh":false}
{"reason":"compiler-artifact","package_id":"num-rational 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.4.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.4.1/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/num-rational-177f0298bd946daa/build-script-build"],"executable":null,"fresh":false}
{"reason":"compiler-artifact","package_id":"num-integer 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["i128","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/num-integer-44a6643477250ee0/build-script-build"],"executable":null,"fresh":false}
{"reason":"compiler-artifact","package_id":"indexmap 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.1/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/indexmap-f6afa42463a407a7/build-script-build"],"executable":null,"fresh":false}
{"reason":"compiler-artifact","package_id":"num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","i128","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/num-traits-0065bbbf70648921/build-script-build"],"executable":null,"fresh":false}
{"reason":"compiler-artifact","package_id":"num-iter 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.43/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.43/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/num-iter-02fe5b0dbdddf208/build-script-build"],"executable":null,"fresh":false}
{"reason":"compiler-artifact","package_id":"ahash 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.0/./build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","getrandom","runtime-rng","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/ahash-58504254e94decca/build-script-build"],"executable":null,"fresh":false}
{"reason":"compiler-artifact","package_id":"ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/./build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/ahash-df19bc592d9ee7cc/build-script-build"],"executable":null,"fresh":false}
{"reason":"build-finished","success":false}

└──── End stdout ──────┘
┌──── Begin stderr ────┐
   Compiling proc-macro2 v1.0.43
   Compiling lock_api v0.4.8
   Compiling slab v0.4.7
   Compiling num-traits v0.2.15
   Compiling num-integer v0.1.45
   Compiling indexmap v1.9.1
   Compiling num-rational v0.4.1
   Compiling memoffset v0.6.5
   Compiling num-rational v0.3.2
   Compiling num-iter v0.1.43
   Compiling libc v0.2.132
   Compiling ahash v0.7.6
   Compiling ahash v0.8.0
error: failed to run custom build command for `libc v0.2.132`

Caused by:
  process didn't exit successfully: `/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/libc-0fdc7e6e9160de05/build-script-build` (exit status: 101)
  --- stdout
  cargo:rerun-if-changed=build.rs

  --- stderr
  thread 'main' panicked at 'Failed to get rustc version', /home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.132/build.rs:9:41
  stack backtrace:
     0: rust_begin_unwind
               at /rustc/bc4b39c271bbd36736cbf1c0a1ac23d5df38d365/library/std/src/panicking.rs:584:5
     1: core::panicking::panic_fmt
               at /rustc/bc4b39c271bbd36736cbf1c0a1ac23d5df38d365/library/core/src/panicking.rs:142:14
     2: core::panicking::panic_display
               at /rustc/bc4b39c271bbd36736cbf1c0a1ac23d5df38d365/library/core/src/panicking.rs:72:5
     3: core::panicking::panic_str
               at /rustc/bc4b39c271bbd36736cbf1c0a1ac23d5df38d365/library/core/src/panicking.rs:56:5
     4: core::option::expect_failed
               at /rustc/bc4b39c271bbd36736cbf1c0a1ac23d5df38d365/library/core/src/option.rs:1880:5
     5: core::option::Option<T>::expect
               at ./build.rs:9:41
     6: build_script_build::main
               at ./build.rs:9:41
     7: core::ops::function::FnOnce::call_once
               at /rustc/bc4b39c271bbd36736cbf1c0a1ac23d5df38d365/library/core/src/ops/function.rs:248:5
  note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
warning: build failed, waiting for other jobs to finish...

└──── End stderr ──────┘
Exit code 101, signal null.
The verification failed, but there are no errors to report.
Prusti encountered an unexpected error. We would appreciate a [bug report](https://github.com/viperproject/prusti-dev/issues/new). See the log (View -> Output -> Prusti Assistant) for more details.

And the latest stable version

Run verification on /home/mrmarble/Documentos/repos/procedural-dungeons/src/algorithms.rs...
Preparing verification run #3.
Killing 0 processes.
Run command '/home/mrmarble/.config/Code/User/globalStorage/viper-admin.prusti-assistant/prustiTools/LatestRelease/prusti/cargo-prusti --message-format=json'
Spawned PID: 19565
Output from '/home/mrmarble/.config/Code/User/globalStorage/viper-admin.prusti-assistant/prustiTools/LatestRelease/prusti/cargo-prusti --message-format=json' (0.9s):
┌──── Begin stdout ────┐
{"reason":"compiler-artifact","package_id":"proc-macro2 1.0.43 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.43/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.43/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/proc-macro2-844be00939231ee4/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"unicode-ident 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode-ident","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libunicode_ident-b026b82445a8fad3.rlib","/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libunicode_ident-b026b82445a8fad3.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/quote-5dce42cf58d456f6/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"syn 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.99/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.99/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["clone-impls","default","derive","full","parsing","printing","proc-macro","quote","visit"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/syn-1b68efdefc49c249/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"autocfg","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libautocfg-86c9fc4561a23078.rlib","/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libautocfg-86c9fc4561a23078.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg-if","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcfg_if-a5289549d95c0828.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"libc 0.2.132 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.132/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.132/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","extra_traits","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/libc-0fdc7e6e9160de05/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"serde_derive 1.0.144 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.144/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.144/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/serde_derive-2d5a14dafa88575c/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"serde 1.0.144 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.144/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.144/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","derive","serde_derive","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/serde-831e38ad11945887/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"once_cell 1.14.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.14.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"once_cell","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.14.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","race","std","unstable"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libonce_cell-a92b4ace8b6eec8e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"version_check","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libversion_check-99312cdc241ebbc1.rlib","/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libversion_check-99312cdc241ebbc1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libbitflags-e86acff4d9173941.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"scopeguard","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libscopeguard-93507f962f9d897d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"byteorder","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libbyteorder-3b63fc0de1ab8b8d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"parking_lot_core 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.3/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.3/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/parking_lot_core-1751a70986242a9c/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"serde 1.0.144 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.144/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.144/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/serde-a3756a47220b7a86/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/memchr-4061b10c4cc28018/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"pin-project-lite 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pin-project-lite","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libpin_project_lite-5c6d06763afd6272.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"libc 0.2.132 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.132/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.132/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/libc-74593cfc89e08d31/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"futures-core 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.24/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.24/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/futures-core-c8161d58431b523c/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"fixedbitset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.4.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fixedbitset","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.4.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libfixedbitset-35071ad8429b8142.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/log-1cdc1102299d07a9/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg-if","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcfg_if-f900f7222e39dc3e.rlib","/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcfg_if-f900f7222e39dc3e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"cache-padded 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cache-padded-1.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cache-padded","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cache-padded-1.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcache_padded-63281c1e964e8235.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"parking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/parking-2.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/parking-2.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libparking-e84882da69fadef1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"futures-io 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.24/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures-io","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.24/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libfutures_io-5e78944158f589ea.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/waker-fn-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"waker-fn","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/waker-fn-1.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libwaker_fn-0ac0f97aa035b02b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"erased-serde 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/erased-serde-0.3.23/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/erased-serde-0.3.23/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/erased-serde-b0cccbda1057dd4d/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"fastrand 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.8.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fastrand","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.8.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libfastrand-a881870c1d52364a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"event-listener 2.5.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/event-listener-2.5.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"event-listener","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/event-listener-2.5.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libevent_listener-a296bd9abaff2072.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"async-task 4.3.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async-task","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/async-task-4.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libasync_task-4ac2339c51c633ba.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"bevy_ptr 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/bevy_ptr-0.8.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bevy_ptr","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/bevy_ptr-0.8.1/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libbevy_ptr-ae47a6f137233d80.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"downcast-rs 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/downcast-rs-1.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"downcast-rs","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/downcast-rs-1.2.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libdowncast_rs-a0f151b9bdf2ad15.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lazy_static","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/liblazy_static-6b1d2d1f8676b2d7.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"pkg-config 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.25/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pkg-config","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.25/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libpkg_config-97994b29bc12ea3b.rlib","/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libpkg_config-97994b29bc12ea3b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"crossbeam-utils 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.11/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.11/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["once_cell","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/crossbeam-utils-c97dc59d36288584/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"regex-syntax 0.6.27 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.27/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex-syntax","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.27/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libregex_syntax-61e0a563b6a5aedf.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"crc32fast 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/crc32fast-8daa81d340717a86/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"cty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cty-0.2.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cty","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cty-0.2.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcty-3e40567b3f0decd2.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ansi_term","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libansi_term-2169de7f12a2550a.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"unicode-xid 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode-xid","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libunicode_xid-531504ecf9edb15b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"termcolor 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"termcolor","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libtermcolor-6b9c0d5a6d10ad21.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"anyhow 1.0.64 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.64/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.64/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/anyhow-c9fae46a85d55484/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"unicode-width 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode-width","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.9/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libunicode_width-d88d2f7ef88b0da1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.6.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bit-vec","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.6.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libbit_vec-daff7d4c485668e7.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"same-file","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libsame_file-d6ce621fb6308ab5.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"khronos-egl 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/khronos-egl-4.1.0/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["1_0","1_1","1_2","1_3","1_4","1_5","default","dynamic","libloading"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/khronos-egl-5d631d8c0a03339c/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"ash 0.37.0+1.3.209 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ash-0.37.0+1.3.209/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ash-0.37.0+1.3.209/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["debug","default","libloading","loaded"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/ash-6658199e3117fef8/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"adler","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libadler-c5179a8b21fc7c50.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/hexf-parse-0.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hexf-parse","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/hexf-parse-0.2.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libhexf_parse-2f8d8cee9f2ef2e8.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustc-hash","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/librustc_hash-a0470091d7ab1cac.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"arrayvec 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"arrayvec","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libarrayvec-d3528c2d91ce44b3.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"cfg_aliases 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg_aliases-0.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg_aliases","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg_aliases-0.1.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcfg_aliases-b36f5e8f1d2ea247.rlib","/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcfg_aliases-b36f5e8f1d2ea247.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"inplace_it 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/inplace_it-0.3.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"inplace_it","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/inplace_it-0.3.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libinplace_it-a4f7eb3a8d4f9233.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"color_quant 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"color_quant","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcolor_quant-0b6420fd8a1a86f9.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"profiling 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/profiling-1.0.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"profiling","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/profiling-1.0.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libprofiling-1ccd2d61687c21e1.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"glow 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/glow-0.11.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"glow","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/glow-0.11.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libglow-e4438bae82c34c6c.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"renderdoc-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/renderdoc-sys-0.7.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"renderdoc-sys","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/renderdoc-sys-0.7.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/librenderdoc_sys-2bebe66f413d88a8.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"copyless 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/copyless-0.1.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"copyless","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/copyless-0.1.5/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libcopyless-9c793f06b6480d4d.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"const_panic 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/const_panic-0.2.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"const_panic","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/const_panic-0.2.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libconst_panic-09c21d287816bdcc.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"ttf-parser 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ttf-parser-0.15.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ttf-parser","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ttf-parser-0.15.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["apple-layout","glyph-names","opentype-layout","std","variable-fonts"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libttf_parser-6c258f22f4121707.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/scoped_threadpool-0.1.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"scoped_threadpool","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/scoped_threadpool-0.1.9/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libscoped_threadpool-4d5050cf7e500500.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/hex-0.4.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hex","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/hex-0.4.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libhex-479bb39185ebeb98.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"ab_glyph_rasterizer 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ab_glyph_rasterizer-0.1.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ab_glyph_rasterizer","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ab_glyph_rasterizer-0.1.6/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libab_glyph_rasterizer-36248464439a7c8f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"tinyvec_macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec_macros-0.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinyvec_macros","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec_macros-0.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libtinyvec_macros-9f4cb2c9eb7257dd.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"parking_lot_core 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.5/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.5/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/parking_lot_core-62b99f2f04d57c51/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"percent-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"percent-encoding","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libpercent_encoding-c8db26b15622bf8e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"radsort 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/radsort-0.1.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"radsort","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/radsort-0.1.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libradsort-2c7d13d8cabff3af.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"serde_json 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.85/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.85/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","raw_value","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/serde_json-ccb63beff1418a23/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"cpal 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cpal-0.13.5/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/cpal-0.13.5/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/cpal-8838a6a54bb15660/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"svg_fmt 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/svg_fmt-0.4.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"svg_fmt","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/svg_fmt-0.4.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libsvg_fmt-6836bd0e6e895edc.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"ryu 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.11/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ryu","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.11/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libryu-1b71d684c35465dc.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"typenum 1.15.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.15.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-main","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.15.0/build/main.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/typenum-fefb673ffd06d4ad/build-script-main"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"inflections 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/inflections-1.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"inflections","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/inflections-1.1.1/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libinflections-c09cfdbf4806ed7b.rlib","/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libinflections-c09cfdbf4806ed7b.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"itoa 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"itoa","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libitoa-fcb4d4850e52dec8.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"winit 0.26.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.26.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.26.1/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["mio","parking_lot","percent-encoding","x11","x11-dl"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/winit-cc4ee52e11b42be3/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"xi-unicode 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/xi-unicode-0.3.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"xi-unicode","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/xi-unicode-0.3.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libxi_unicode-c1d10743af3471e9.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"rectangle-pack 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/rectangle-pack-0.4.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rectangle-pack","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/rectangle-pack-0.4.2/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/librectangle_pack-73499dc4c7ae5ba6.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"adler32 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/adler32-1.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"adler32","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/adler32-1.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libadler32-b9536918d0e0e6ef.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"base64 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"base64","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libbase64-d4d2b69ff8568fe4.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/vec_map-0.8.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"vec_map","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/vec_map-0.8.2/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libvec_map-fe49c029f73bd969.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fnv","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libfnv-09d6562f938a066f.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"nohash-hasher 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/nohash-hasher-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nohash-hasher","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/nohash-hasher-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libnohash_hasher-e682cb8a54f53065.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"unicode-bidi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_bidi","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.8/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","hardcoded-data","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libunicode_bidi-159ccd5749a113be.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"ppv-lite86 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ppv-lite86","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libppv_lite86-d3e5aa0cd86ecb0e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"pretty-type-name 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/pretty-type-name-1.0.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pretty-type-name","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/pretty-type-name-1.0.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libpretty_type_name-0c5dd8b4ba3f0c1e.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"proc-macro2 1.0.43 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/proc-macro2-2937ea468ada23e2/out"}
{"reason":"build-script-executed","package_id":"quote 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/quote-3f64c4895c494cc9/out"}
{"reason":"build-script-executed","package_id":"syn 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/syn-9031ef6277d19809/out"}
{"reason":"build-script-executed","package_id":"serde_derive 1.0.144 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/serde_derive-f68edaaeb01faa2c/out"}
{"reason":"build-script-executed","package_id":"serde 1.0.144 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/serde-55166d029cb53549/out"}
{"reason":"compiler-artifact","package_id":"lock_api 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.8/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.8/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/lock_api-309adc4299bf5cbc/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"instant 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/instant-0.1.12/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"instant","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/instant-0.1.12/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["js-sys","wasm-bindgen","wasm-bindgen_rs","web-sys"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libinstant-ff867f86154144b7.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","i128","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/num-traits-0065bbbf70648921/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"slab 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/slab-badd60215b996340/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"num-integer 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["i128","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/num-integer-44a6643477250ee0/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"indexmap 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.1/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/indexmap-f6afa42463a407a7/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"libloading 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libloading","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.3/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/liblibloading-2fd7ef8b1282e688.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"num-rational 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.4.1/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.4.1/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/num-rational-177f0298bd946daa/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"memoffset 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/memoffset-7e61e84135d7733d/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"num-rational 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.3.2/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.3.2/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/num-rational-66831f8648f361c0/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"num-iter 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.43/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.43/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/num-iter-02fe5b0dbdddf208/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"ahash 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/./build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/ahash-df19bc592d9ee7cc/build-script-build"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"tracing-core 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.29/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing-core","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.29/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","once_cell","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libtracing_core-8af53e7f06875c3e.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/fxhash-0.2.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fxhash","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/fxhash-0.2.1/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libfxhash-e8084cc6891468c7.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"thread_local 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.1.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thread_local","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.1.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libthread_local-5c6fcc47d30ee2ef.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"gpu-alloc-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/gpu-alloc-types-0.2.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpu-alloc-types","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/gpu-alloc-types-0.2.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libgpu_alloc_types-63149fb0d7609231.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"gpu-descriptor-types 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/gpu-descriptor-types-0.1.1/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpu-descriptor-types","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/gpu-descriptor-types-0.1.1/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libgpu_descriptor_types-33743bd1109e5baa.rmeta"],"executable":null,"fresh":true}
{"reason":"compiler-artifact","package_id":"wgpu-types 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-types-0.13.2/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu-types","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-types-0.13.2/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/deps/libwgpu_types-1fc2893ca4e5b0ab.rmeta"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"parking_lot_core 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/parking_lot_core-23126e8b3269e8b1/out"}
{"reason":"compiler-artifact","package_id":"ahash 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)","manifest_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/mrmarble/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.0/./build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"3","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","getrandom","runtime-rng","std"],"filenames":["/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/ahash-58504254e94decca/build-script-build"],"executable":null,"fresh":true}
{"reason":"build-script-executed","package_id":"memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["memchr_runtime_simd","memchr_runtime_sse2","memchr_runtime_sse42","memchr_runtime_avx"],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/memchr-76e5d63e509e24c7/out"}
{"reason":"build-script-executed","package_id":"futures-core 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/futures-core-2cc697f80d67bd65/out"}
{"reason":"build-script-executed","package_id":"log 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["atomic_cas","has_atomics"],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/log-a36201bdf003f881/out"}
{"reason":"build-script-executed","package_id":"crossbeam-utils 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/crossbeam-utils-b88379b2ca21eb58/out"}
{"reason":"build-script-executed","package_id":"serde 1.0.144 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/serde-3f150c346a56618f/out"}
{"reason":"build-script-executed","package_id":"crc32fast 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["crc32fast_stdarchx86"],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/crc32fast-5773307435f50e66/out"}
{"reason":"build-script-executed","package_id":"libc 0.2.132 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["freebsd11","libc_priv_mod_use","libc_union","libc_const_size_of","libc_align","libc_int128","libc_core_cvoid","libc_packedN","libc_cfg_target_vendor","libc_non_exhaustive","libc_ptr_addr_of","libc_underscore_const_names","libc_const_extern_fn"],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/libc-53aed19b541232a0/out"}
{"reason":"build-script-executed","package_id":"libc 0.2.132 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":["freebsd11","libc_priv_mod_use","libc_union","libc_const_size_of","libc_align","libc_int128","libc_core_cvoid","libc_packedN","libc_cfg_target_vendor","libc_non_exhaustive","libc_ptr_addr_of","libc_underscore_const_names","libc_const_extern_fn"],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/libc-f3bdbadaab66e3b1/out"}
{"reason":"build-script-executed","package_id":"erased-serde 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/mrmarble/Documentos/repos/procedural-dungeons/target/verify/debug/build/erased-serde-15fb17ca9c2adc01/out"}
{"reason":"build-finished","success":false}

└──── End stdout ──────┘
┌──── Begin stderr ────┐
   Compiling libc v0.2.132
   Compiling parking_lot_core v0.9.3
   Compiling serde v1.0.144
   Compiling memchr v2.5.0
    Checking ogg v0.8.0
    Checking hash32 v0.2.1
   Compiling futures-core v0.3.24
   Compiling log v0.4.17
    Checking concurrent-queue v1.2.4
   Compiling erased-serde v0.3.23
   Compiling crossbeam-utils v0.8.11
   Compiling crc32fast v1.3.2
error: unknown `--json` option `future-incompat`

error: could not compile `concurrent-queue`
warning: build failed, waiting for other jobs to finish...
error: unknown `--json` option `future-incompat`

error: could not compile `hash32`
error: unknown `--json` option `future-incompat`

error: could not compile `ogg`

└──── End stderr ──────┘
Exit code 101, signal null.
The verification failed, but there are no errors to report.

MrMarble avatar Sep 19 '22 14:09 MrMarble

This should hopefully be fixed now since the latest dev has moved to nightly-2022-09-18-x86_64-pc-windows-msvc, but I'm not sure about the root cause of the problem - I will sometimes also get these target/component is missing issues when the toolchain version is changed, I have no idea how the CI manages to avoid these

JonasAlaif avatar Sep 21 '22 09:09 JonasAlaif

I just tried running the latest cargo-prusti from the command line of Ubuntu on procedural-map and Prusti just complains about (many) unsupported features in procedural-map. So, I can't reproduce the error in the compilation of the libc dependency.

fpoli avatar Sep 27 '22 09:09 fpoli

I was able to reproduce this issue: our cargo-prusti was launching the stable version of cargo/rustc instead of the expected nightly one. The PR https://github.com/viperproject/prusti-dev/pull/1181 should fix the issue. It should be possible to use the fixed Prusti from prusti-assistant in a couple of hours, choosing the latestDev channel in the settings and launching the "update Prusti dependencies" command.

fpoli avatar Oct 04 '22 09:10 fpoli

The fix is now available also in the latestRelease channel.

fpoli avatar Oct 05 '22 07:10 fpoli