Removed unneeded Rust stuff.

This commit is contained in:
Daniele Maglie 2024-01-19 15:39:22 +01:00
parent b43282e1a7
commit 6ce487888a
264 changed files with 7 additions and 965 deletions

7
.gitignore vendored
View file

@ -4,3 +4,10 @@ eggs/
.eggs/
*.egg
*.egg-info/
# Rust
debug/
target/
Cargo.lock
**/*.rs.bk

View file

@ -1,286 +0,0 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "indoc"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "ipnetwork"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e"
dependencies = [
"serde",
]
[[package]]
name = "libc"
version = "0.2.152"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
[[package]]
name = "lock_api"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "memoffset"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
dependencies = [
"cfg-if",
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi",
]
[[package]]
name = "proc-macro2"
version = "1.0.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
dependencies = [
"unicode-ident",
]
[[package]]
name = "pyo3"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a89dc7a5850d0e983be1ec2a463a171d20990487c3cfcd68b5363f1ee3d6fe0"
dependencies = [
"cfg-if",
"indoc",
"libc",
"memoffset",
"parking_lot",
"pyo3-build-config",
"pyo3-ffi",
"pyo3-macros",
"unindent",
]
[[package]]
name = "pyo3-build-config"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07426f0d8fe5a601f26293f300afd1a7b1ed5e78b2a705870c5f30893c5163be"
dependencies = [
"once_cell",
"target-lexicon",
]
[[package]]
name = "pyo3-ffi"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbb7dec17e17766b46bca4f1a4215a85006b4c2ecde122076c562dd058da6cf1"
dependencies = [
"libc",
"pyo3-build-config",
]
[[package]]
name = "pyo3-macros"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f738b4e40d50b5711957f142878cfa0f28e054aa0ebdfc3fd137a843f74ed3"
dependencies = [
"proc-macro2",
"pyo3-macros-backend",
"quote",
"syn",
]
[[package]]
name = "pyo3-macros-backend"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc910d4851847827daf9d6cdd4a823fbdaab5b8818325c5e97a86da79e8881f"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "quote"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
"proc-macro2",
]
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
[[package]]
name = "rs_cidr_verifier"
version = "0.1.0"
dependencies = [
"ipnetwork",
"pyo3",
]
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "serde"
version = "1.0.195"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.195"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "smallvec"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b187f0231d56fe41bfb12034819dd2bf336422a5866de41bc3fec4b2e3883e8"
[[package]]
name = "syn"
version = "2.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "target-lexicon"
version = "0.12.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unindent"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

View file

@ -1 +0,0 @@
{"rustc_fingerprint":17319823511861937527,"outputs":{"15697416045686424142":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n","stderr":""},"10376369925670944939":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/dan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.67.1 (d5a82bbd2 2023-02-07)\nbinary: rustc\ncommit-hash: d5a82bbd26e1ad8b7401f6a718a9c57c96905483\ncommit-date: 2023-02-07\nhost: x86_64-unknown-linux-gnu\nrelease: 1.67.1\nLLVM version: 15.0.6\n","stderr":""}},"successes":{}}

View file

@ -1,3 +0,0 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by cargo.
# For information about cache directory tags see https://bford.info/cachedir/

View file

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

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[]","target":14886237245231788030,"profile":12321446146528634949,"path":1508705218243615787,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/autocfg-3c7b4dffaf762fc6/dep-lib-autocfg"}}],"rustflags":[],"metadata":13102859075309379048,"config":2202906307356721367,"compile_kind":0}

View file

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

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[]","target":10623512480563079566,"profile":1509744450976549833,"path":5683068338619622551,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/cfg-if-69bae101b1b42a45/dep-lib-cfg-if"}}],"rustflags":[],"metadata":8462187951337715540,"config":2202906307356721367,"compile_kind":0}

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[]","target":7417581250161613012,"profile":8636261160412388944,"path":17523903030608720598,"deps":[[44330350830970175,"ipnetwork",false,7436470098127048064],[7641949085763620439,"pyo3",false,8460350699825535659]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/cidr_verifier-9b130a522d43d4df/dep-lib-cidr_verifier"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[]","target":5038954277287160859,"profile":8636261160412388944,"path":17523903030608720598,"deps":[[44330350830970175,"ipnetwork",false,7436470098127048064],[7641949085763620439,"pyo3",false,8460350699825535659]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/cidr_verifier-9b130a522d43d4df/dep-lib-rs_cidr_verifier"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}

View file

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

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[\"default\"]","target":11271119367433188140,"profile":12321446146528634949,"path":8725470669610913627,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/heck-d3dc0407160b1e40/dep-lib-heck"}}],"rustflags":[],"metadata":4968006677088137060,"config":2202906307356721367,"compile_kind":0}

View file

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

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[]","target":6743194288437464973,"profile":12321446146528634949,"path":4483898621172251922,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/indoc-c77d2dc488364d05/dep-lib-indoc"}}],"rustflags":[],"metadata":5965780065096453740,"config":2202906307356721367,"compile_kind":0}

View file

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

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[]","target":4958521052457594671,"profile":1509744450976549833,"path":4805769327782337818,"deps":[[2452538001284770427,"cfg_if",false,3851889533717273994]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/instant-2e29094680d3afa0/dep-lib-instant"}}],"rustflags":[],"metadata":124121305543948399,"config":2202906307356721367,"compile_kind":0}

View file

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

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[\"default\", \"serde\"]","target":14627857454533796518,"profile":1509744450976549833,"path":15863122801210945821,"deps":[[645485383021743094,"serde",false,14170690070559771807]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/ipnetwork-042f9be8bb94ad85/dep-lib-ipnetwork"}}],"rustflags":[],"metadata":4558886099469382129,"config":2202906307356721367,"compile_kind":0}

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[\"default\", \"std\"]","target":8188216131759486267,"profile":12321446146528634949,"path":6247229781548556303,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/libc-501f12722be35828/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":14998826085014762512,"config":2202906307356721367,"compile_kind":0}

View file

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

View file

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

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[\"default\", \"std\"]","target":1307715644349195660,"profile":1509744450976549833,"path":8234994876308704716,"deps":[[6024382616234287946,"build_script_build",false,9858810141422712097]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/libc-a74c7b6f391bdb51/dep-lib-libc"}}],"rustflags":[],"metadata":14998826085014762512,"config":2202906307356721367,"compile_kind":0}

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"","target":0,"profile":0,"path":0,"deps":[[6024382616234287946,"build_script_build",false,3009185621713399273]],"local":[{"RerunIfChanged":{"output":"release/build/libc-d10154460ce4fbfb/output","paths":["build.rs"]}}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}

View file

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

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[\"atomic_usize\", \"default\"]","target":12865556649856506668,"profile":1509744450976549833,"path":6327298379781517958,"deps":[[2334936782960947306,"build_script_build",false,10952437094773767153],[12681349708887310001,"scopeguard",false,15490523870735929834]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/lock_api-2c19fe8acfa1b895/dep-lib-lock_api"}}],"rustflags":[],"metadata":1004704486619092063,"config":2202906307356721367,"compile_kind":0}

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"","target":0,"profile":0,"path":0,"deps":[[2334936782960947306,"build_script_build",false,8850846881586279167]],"local":[{"Precalculated":"0.4.11"}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[\"atomic_usize\", \"default\"]","target":2297296889237502566,"profile":12321446146528634949,"path":13167596972573995437,"deps":[[14832468857926148571,"autocfg",false,1079045735065860481]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/lock_api-bff8049b5a4be134/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":1004704486619092063,"config":2202906307356721367,"compile_kind":0}

View file

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

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"","target":0,"profile":0,"path":0,"deps":[[4178676130950226943,"build_script_build",false,3655536711730558681]],"local":[{"Precalculated":"0.9.0"}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}

View file

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

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[\"default\"]","target":1229535848872979174,"profile":1509744450976549833,"path":9117854021220840721,"deps":[[4178676130950226943,"build_script_build",false,10727921752681445837]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/memoffset-7104f089c172eb7f/dep-lib-memoffset"}}],"rustflags":[],"metadata":1371205671251306698,"config":2202906307356721367,"compile_kind":0}

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[\"default\"]","target":8188216131759486267,"profile":12321446146528634949,"path":15852565422576767447,"deps":[[14832468857926148571,"autocfg",false,1079045735065860481]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/memoffset-bb7b1e4bfea18caf/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":1371205671251306698,"config":2202906307356721367,"compile_kind":0}

View file

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

View file

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

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[\"alloc\", \"default\", \"race\", \"std\"]","target":14856186769647684053,"profile":12321446146528634949,"path":7889486972867630825,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/once_cell-48a31306d8a78192/dep-lib-once_cell"}}],"rustflags":[],"metadata":14177539708254521827,"config":2202906307356721367,"compile_kind":0}

View file

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

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[\"default\"]","target":13897877484550706946,"profile":1509744450976549833,"path":12899186000819682222,"deps":[[2334936782960947306,"lock_api",false,13437449193302250049],[7100013823197763026,"instant",false,4324655026112967851],[7975973975090648226,"parking_lot_core",false,12983814497458492142]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/parking_lot-4e57fa5af92dd2a0/dep-lib-parking_lot"}}],"rustflags":[],"metadata":3021512261575560469,"config":2202906307356721367,"compile_kind":0}

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[]","target":2297296889237502566,"profile":12321446146528634949,"path":12765185757994506137,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/parking_lot_core-10fbd565a1957747/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":2941687627020168538,"config":2202906307356721367,"compile_kind":0}

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"","target":0,"profile":0,"path":0,"deps":[[7975973975090648226,"build_script_build",false,5089074123129289281]],"local":[{"RerunIfChanged":{"output":"release/build/parking_lot_core-2bf3bfe652cd0915/output","paths":["build.rs"]}}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[]","target":5037276530626780085,"profile":1509744450976549833,"path":2947727976457670229,"deps":[[2452538001284770427,"cfg_if",false,3851889533717273994],[6024382616234287946,"libc",false,15711217692084931039],[7100013823197763026,"instant",false,4324655026112967851],[7975973975090648226,"build_script_build",false,17336614571792590476],[13158408678124349672,"smallvec",false,8355406863820353757]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/parking_lot_core-dada876bb2f77143/dep-lib-parking_lot_core"}}],"rustflags":[],"metadata":2941687627020168538,"config":2202906307356721367,"compile_kind":0}

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"","target":0,"profile":0,"path":0,"deps":[[14911020584695712288,"build_script_build",false,17698638073366404994]],"local":[{"RerunIfChanged":{"output":"release/build/proc-macro2-66b6a8d62d2811ee/output","paths":["build/probe.rs"]}},{"RerunIfEnvChanged":{"var":"RUSTC_BOOTSTRAP","val":null}}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}

View file

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

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[\"proc-macro\"]","target":16714894217519287322,"profile":12321446146528634949,"path":17887261960842346737,"deps":[[10045147784146067611,"unicode_ident",false,16293206037392524906],[14911020584695712288,"build_script_build",false,8547144903251544147]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/proc-macro2-66c04dbd96f31577/dep-lib-proc-macro2"}}],"rustflags":[],"metadata":7635439851376710101,"config":2202906307356721367,"compile_kind":0}

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[\"proc-macro\"]","target":427768481117760528,"profile":12321446146528634949,"path":4433474220518438043,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/proc-macro2-cbba3cda61be204f/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":7635439851376710101,"config":2202906307356721367,"compile_kind":0}

View file

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

View file

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

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[\"default\", \"extension-module\", \"indoc\", \"macros\", \"pyo3-macros\", \"unindent\"]","target":2514981023303760909,"profile":1509744450976549833,"path":16087649911528942181,"deps":[[2452538001284770427,"cfg_if",false,3851889533717273994],[3033405811964739476,"pyo3_ffi",false,780494140352079992],[3150190333329786216,"parking_lot",false,12251772846830578223],[4178676130950226943,"memoffset",false,5647878620432367820],[4489656566913619533,"indoc",false,12410608532672570660],[6024382616234287946,"libc",false,15711217692084931039],[7641949085763620439,"build_script_build",false,7401727730795605700],[10363810604620644647,"unindent",false,17908731086457626775],[17349650477604003977,"pyo3_macros",false,5600983673118544620]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/pyo3-2042e268c490fafc/dep-lib-pyo3"}}],"rustflags":[],"metadata":13602786906243840833,"config":2202906307356721367,"compile_kind":0}

View file

@ -1 +0,0 @@
{"rustc":4936231744503104448,"features":"[\"default\", \"extension-module\", \"indoc\", \"macros\", \"pyo3-macros\", \"unindent\"]","target":427768481117760528,"profile":12321446146528634949,"path":11369707826065767490,"deps":[[3109312250534210964,"pyo3_build_config",false,3850113308011819198]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/pyo3-30e732b99beedf97/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":13602786906243840833,"config":2202906307356721367,"compile_kind":0}

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